JAL-3878 Make BaseJob setters public so they can be accessed by other tasks.
[jalview.git] / src / jalview / ws2 / client /
2022-03-28 Mateusz WarownyJAL-3878 Fix discoverer being stuck on BEGIN state...
2022-03-25 Mateusz WarownyJAL-3878 Fix re-alignment-capable services detection.
2022-03-25 Mateusz WarownyJAL-3878 Clear services list on reload.
2022-03-25 Mateusz WarownyJAL-3878 Fix NullPointerExceptions caused by nulls...
2022-03-25 Mateusz WarownyJAL3878 Implement slivka service discoverer
2022-03-25 Mateusz WarownyJAL-3878 Create ws2 client for slivka services
2022-03-18 Mateusz WarownyJAL-3878 Create abstract ws discoverer providing common...
2022-03-09 Mateusz WarownyJAL-3878 Add WebServiceProviderI - a view of services.
2022-02-28 Mateusz WarownyJAL-3878 Separate server job handle from task's sub...
2022-02-18 Mateusz WarownyJAL-3878 Provide javadoc for WebServiceClientI interface
2022-02-18 Mateusz WarownyJAL-3878 Create skeleton for alignment service action
2022-02-18 Mateusz WarownyJAL-3878 Move WebServiceJob class to jalview.ws2.api...
2022-02-17 Mateusz WarownyJAL-3878 Add WebServiceJob class.
2022-02-16 Mateusz WarownyJAL-3878 Add interfaces for classes dealing with server...