Class BuildAggregator

java.lang.Object
com.atlassian.linkaggregation.AbstractRemoteLinkAggregator
com.atlassian.bamboo.plugins.jira.summary.build.BuildAggregator
All Implemented Interfaces:
com.atlassian.linkaggregation.RemoteLinkAggregator

public class BuildAggregator extends com.atlassian.linkaggregation.AbstractRemoteLinkAggregator implements com.atlassian.linkaggregation.RemoteLinkAggregator
  • Constructor Summary

    Constructors
    Constructor
    Description
    BuildAggregator(PlanResultSearcher planResultSearcher, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Iterable<com.atlassian.linkaggregation.RemoteLinkAggregation>
    aggregateForGlobalId(@NotNull String issueKey)
     

    Methods inherited from class com.atlassian.linkaggregation.AbstractRemoteLinkAggregator

    aggregateForGlobalIds

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.atlassian.linkaggregation.RemoteLinkAggregator

    aggregateForGlobalIds
  • Constructor Details

    • BuildAggregator

      @Autowired public BuildAggregator(PlanResultSearcher planResultSearcher, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager)
  • Method Details

    • aggregateForGlobalId

      @NotNull public @NotNull Iterable<com.atlassian.linkaggregation.RemoteLinkAggregation> aggregateForGlobalId(@NotNull @NotNull String issueKey)
      Specified by:
      aggregateForGlobalId in class com.atlassian.linkaggregation.AbstractRemoteLinkAggregator