Class CreatePlanBranchSettings
java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.branch.CreatePlanBranchSettings
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreatePlanBranchSettings
(CreatePlanBranchSettings.Type type, boolean acceptFork) CreatePlanBranchSettings
(CreatePlanBranchSettings.Type type, @Nullable String branchPattern) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
@Nullable String
@NotNull CreatePlanBranchSettings.Type
getType()
int
hashCode()
toString()
-
Field Details
-
ACCEPT_FORK_PROPERTY
-
-
Constructor Details
-
CreatePlanBranchSettings
public CreatePlanBranchSettings(CreatePlanBranchSettings.Type type, @Nullable @Nullable String branchPattern) -
CreatePlanBranchSettings
-
-
Method Details