I want to know the VCS revision related to a ResultsSummary in over Bamboo 3.3.0.
In Bamboo 3.2.0, ResultsSummary has the method of getVcsRevisionKey().
But in over 3.3.0, the method disappears.
How can I get the VCS revision attached to a Results Summary?
I'd try something like:
resultsSummary.getRepositoryChangesets()... iterate :) ...getChanesetId()
Thing is that since 3.3.x the resultSummary have multiple revisions related to one ResultsSummary object (due to "Multiple Repositories" feature in Bamboo 3.3.x) so even if you are using only one repository you have to use additional logic to retrieve the VcsRevision. Speaking of which - would it be valuable to you if we added in Bamboo a method to resultSummary which would return VCS revision of the *default* repository? Something like resultSummary.getDefaultRepositoryVcsRevisionKey() ? Just asking - not sure if this is feasible.
Thank you for your information.
I understood.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.