Class CreatePlanBranchesProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class CreatePlanBranchesProperties extends java.lang.Object implements EntityProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreatePlanBranchesProperties.Trigger
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_MATCHING_PATTERN
-
Constructor Summary
Constructors Constructor Description CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable java.lang.String matchingPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetMatchingPattern()CreatePlanBranchesProperties.TriggergetTrigger()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
CreatePlanBranchesProperties
public CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable @Nullable java.lang.String matchingPattern) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getTrigger
public CreatePlanBranchesProperties.Trigger getTrigger()
-
getMatchingPattern
@NotNull public @NotNull java.lang.String getMatchingPattern()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-