Package com.atlassian.bamboo.plan
Class PlanKey
java.lang.Object
com.atlassian.bamboo.plan.PlanKey
- All Implemented Interfaces:
Key
,Serializable
,Comparable<PlanKey>
- See Also:
-
Method Summary
-
Method Details
-
getKey
Full plan key (e.g. BAM-MAIN) -
getPartialKey
Partial plan key (e.g. MAIN for BAM-MAIN)- Returns:
- Partial key for the plan
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<PlanKey>
-
toString
-