Build Plan Metadata without using Rest API

Trying to make a plugin for bamboo that requires me to extract the metadata of a build plan. Currently I only seem to find documentation to achieve this using the Bamboo REST API. Is there anything else that I’m missing? Preferably in the Java API.

Example of the information I am trying to extract

Sorry for bothering with such a simple question, I am still very new to Bamboo plugins/Atlassian SDK in general and the documentation for such things were kind of confusing for me.

1 Like

Usually REST APIs are implemented with Java APIs, so you should be able to retrieve such information even by Java. We just look at the REST API’s stack trace to find which services are called…
Cheers.

1 Like

How would I go about finding the REST API stack traces, would it just be in atlassian-bamboo.log?

You could remote debugging the application.