Could you please detail the task? Are you looking for a way to get the list of all the builds of a build chain via Java API? If yes, see SBuild.getBuildPromotion().getDependencies() For the settings, see SBuildType.getDependencies()
If you want to get the data inside the build script, you can try to use REST API to get the same data.
Hi Martin,
Could you please detail the task? Are you looking for a way to get the list of all the builds of a build chain via Java API?
If yes, see SBuild.getBuildPromotion().getDependencies()
For the settings, see SBuildType.getDependencies()
If you want to get the data inside the build script, you can try to use REST API to get the same data.