Is is possible to retrieve build result from build definition through Plain Java Client Libraries?
I read the document from:
which teach/help me understand how to retrieve build result through coding with Java Client library. However, from the example inside it, it used build result UUID to retrieve object implement interface IBuildResult and do future work.
My question is: Is it possible by given a UUID of build definition and retrieve build result from that build definition? e.g.
If possible, can you have PoC code for me to do test?
Many thanks!
Ps. My purpose is trying to build a report system to retrieve build result periodically.