JAL-3878 Make BaseJob setters public so they can be accessed by other tasks.
[jalview.git] / src / jalview / ws2 / actions /
2022-04-05 Mateusz WarownyJAL-3878 Make BaseJob setters public so they can be...
2022-04-05 Mateusz WarownyJAL-3878 Add fullName to BaseAction class which combine...
2022-04-05 Mateusz WarownyJAL-3878 Move status precedence list to JobStatus class
2022-04-05 Mateusz WarownyJAL-3878 Add uid to WS Tasks
2022-03-25 Mateusz WarownyJAL-3878 Fix task status precedence calculation
2022-03-25 Mateusz WarownyJAL-3878 Move action name initialization to its own...
2022-03-14 Mateusz WarownyJAL-3878 Move array index search to ArrayUtils
2022-03-09 Mateusz WarownyJAL-3878 Improve performance of gap sequence construction.
2022-03-08 Mateusz WarownyJAL-3878 Add web service reference to actions.
2022-03-03 Mateusz WarownyJAL-3878 Create alignment service "backend" classes
2022-03-03 Mateusz WarownyJAL-3878 Create abstract base classes for non-interacti...
2022-03-02 Mateusz WarownyJAL-3878 Fix typo in method name (getAlignemnt)
2022-02-28 Mateusz WarownyJAL-3878 Separate server job handle from task's sub...
2022-02-18 Mateusz WarownyJAL-3878 Create skeleton for alignment service action
2022-02-18 Mateusz WarownyJAL-3878 Create abstract base class for actions.
2022-02-18 Mateusz WarownyJAL-3878 Fix typo in getTooltip method name
2022-02-18 Mateusz WarownyJAL-3878 Move WebServiceJob class to jalview.ws2.api...
2022-02-18 Mateusz WarownyJAL-3878 Move CredentialType class to jalview.ws2.api...
2022-02-18 Mateusz WarownyJAL-3878 Create TaskEventListener interface.
2022-02-18 Mateusz WarownyJAL-3878 Create action and task interfaces.