Package com.atlassian.bamboo.chains
Class ChainStageTuple
- java.lang.Object
-
- com.atlassian.bamboo.chains.ChainStageTuple
-
- All Implemented Interfaces:
Comparable<ChainStageTuple>
@Internal public class ChainStageTuple extends Object implements Comparable<ChainStageTuple>
Minimal representation of aChainStage
, a relatedPlan
and the id of the branch's master if it exists- Since:
- v4.2
-
-
Constructor Summary
Constructors Constructor Description ChainStageTuple(Long stageId, PlanKey planKey, Long masterPlanId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ChainStageTuple o)
boolean
equals(Object o)
static com.google.common.collect.Multimap<PlanKey,Long>
groupByPlanKey(List<ChainStageTuple> list)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
groupByPlanKey
public static com.google.common.collect.Multimap<PlanKey,Long> groupByPlanKey(List<ChainStageTuple> list)
-
compareTo
public int compareTo(ChainStageTuple o)
- Specified by:
compareTo
in interfaceComparable<ChainStageTuple>
-
-