JAL-1601 Move job class as inner task class
[jalview.git] / src / jalview / ws2 / actions / api /
2023-07-14 Mateusz WarownyMerge branch 'feature/JAL-3954-ebi-phmmer' into mmw... mmw/JAL-4199-task-execution-update
2023-07-12 Mateusz WarownyJAL-4199 Make all TaskEventListener methods default
2023-07-12 Mateusz WarownyJAL-4199 Remove taskRestarted from task events
2023-07-12 Mateusz WarownyJAL-4199 Change actions to be task factories
2023-07-12 Mateusz WarownyJAL-4199 Replace AbstractPollingTask with BaseTask
2023-05-16 Mateusz WarownyJAL-3954 Log events TaskEventListener.NULL_LISTENER
2023-05-10 Mateusz WarownyJAL-3954 Create fallback for handling unknown actions
2022-04-11 Mateusz WarownyJAL-3878 Add full name getter to ActionI
2022-04-05 Mateusz WarownyJAL-3878 Add uid to WS Tasks
2022-03-08 Mateusz WarownyJAL-3878 Add web service reference to actions.
2022-02-28 Mateusz WarownyJAL-3878 Separate server job handle from task's sub...
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.