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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.