Class AbstractPlanIdentifierProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
PlanBranchIdentifierProperties,PlanIdentifierProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BambooKeyPropertiesprotected final BambooOidProperties -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPlanIdentifierProperties(@Nullable BambooKeyProperties key, @Nullable BambooOidProperties oid) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable BambooKeyPropertiesgetKey()@Nullable BambooOidPropertiesgetOid()inthashCode()booleanbooleantoString()voidvalidate()
-
Field Details
-
key
-
oid
-
-
Constructor Details
-
AbstractPlanIdentifierProperties
protected AbstractPlanIdentifierProperties() -
AbstractPlanIdentifierProperties
public AbstractPlanIdentifierProperties(@Nullable @Nullable BambooKeyProperties key, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getKey
-
isKeyDefined
public boolean isKeyDefined() -
getOid
-
isOidDefined
public boolean isOidDefined() -
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-