Class CreatePlanBranchesProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class CreatePlanBranchesProperties extends 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 StringDEFAULT_MATCHING_PATTERN
-
Constructor Summary
Constructors Constructor Description CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable String matchingPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetMatchingPattern()CreatePlanBranchesProperties.TriggergetTrigger()inthashCode()voidvalidate()
-
-
-
Field Detail
-
DEFAULT_MATCHING_PATTERN
public static final String DEFAULT_MATCHING_PATTERN
-
-
Constructor Detail
-
CreatePlanBranchesProperties
public CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable @Nullable String matchingPattern) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
-
Method Detail
-
getTrigger
public CreatePlanBranchesProperties.Trigger getTrigger()
-
getMatchingPattern
@NotNull public @NotNull String getMatchingPattern()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-