Class BuildResultForAggregate
- java.lang.Object
-
- com.atlassian.bamboo.plugins.jira.summary.build.BuildResultForAggregate
-
- All Implemented Interfaces:
PlanKeyProvider
public class BuildResultForAggregate extends Object implements PlanKeyProvider
Parses a specific subset of a BuildResultSummary. Subset used specifically for aggregator
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.plan.PlanKeyProvider
getPlanKey
-
-
Constructor Summary
Constructors Constructor Description BuildResultForAggregate(@NotNull ResultsSummary resultsSummary)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanKey
getPlanKey()
static com.google.common.collect.Ordering<BuildResultForAggregate>
orderingByPlanKeyAndReversedBuildNumber()
String
toString()
-
-
-
Constructor Detail
-
BuildResultForAggregate
public BuildResultForAggregate(@NotNull @NotNull ResultsSummary resultsSummary)
-
-
Method Detail
-
orderingByPlanKeyAndReversedBuildNumber
public static com.google.common.collect.Ordering<BuildResultForAggregate> orderingByPlanKeyAndReversedBuildNumber()
-
getPlanKey
public PlanKey getPlanKey()
- Specified by:
getPlanKey
in interfacePlanKeyProvider
-
-