JAL-3878 Skip getting results of failed jobs.
[jalview.git] / src / jalview / ws2 / operations / AlignmentOperation.java
2021-09-30 Mateusz WarownyJAL-3878 Skip getting results of failed jobs.
2021-09-30 Mateusz WarownyJAL-3878 Fix null pointer exception when preparing...
2021-09-30 Mateusz WarownyJAL-3878 Fetch sequences for alignment on menu action...
2021-09-30 Mateusz WarownyJAL-3878 Split web services menu entries by programs...
2021-09-29 Mateusz WarownyJAL-3878 Add isInteractive() method to Operation interface.
2021-09-29 Mateusz WarownyJAL-3878 Add getName() to Operation interface.
2021-09-27 Mateusz WarownyJAL-3878 Wire web services logic to UI elements.
2021-09-24 Mateusz WarownyJAL-3878 Move operation type from WebService to Operation.
2021-09-24 Mateusz WarownyJAL-3878 Display results of completed alignment job
2021-09-20 Mateusz WarownyJAL-3878 Implement AlignmentOperation WIP