I want to retrieve Plan result history like in http://localhost:8085/browse/SVNPRJ-SVNPLAN/history
by using ChainActionSupport.
For that purpose, I called the ChainActionSupport#getChainResult() by http://localhost:8085/browse/SVNPRJ-SVNPLAN/test.action?planKey=SVNPRJ-SVNPLAN.
But the method returns null.
What should I do to get a not null ChainResultsSummary instance?
You need to use com.atlassian.bamboo.resultsummary.ResultsSummaryManager methods. getChainResult works if you supply a specific chain result as action parameter - otherwise how would it know what to return?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.