Hello. We've just upgraded QuickBuild from version 6 to 9.
We had to update one of our in-house Orchestrator plugins because of the change in class NodeLauncher.
Method launchNode() used to return String. Now it has to return a LaunchResult object.
-
Where can I find information about this change, in particular - what an object of class LaunchResult is supposed to represent and where it is used after being returned by method launchNode()?
-
More general question: where can I read about API changes between versions?
Thank you