Class CreatePlanBranchSettings
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.branch.CreatePlanBranchSettings
-
@Immutable public class CreatePlanBranchSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatePlanBranchSettings.Type
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT_FORK_PROPERTY
-
Constructor Summary
Constructors Constructor Description CreatePlanBranchSettings(CreatePlanBranchSettings.Type type, boolean acceptFork)
CreatePlanBranchSettings(CreatePlanBranchSettings.Type type, @Nullable String branchPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
boolean
getAcceptFork()
@Nullable String
getBranchPattern()
@NotNull CreatePlanBranchSettings.Type
getType()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
ACCEPT_FORK_PROPERTY
public static final String ACCEPT_FORK_PROPERTY
-
-
Constructor Detail
-
CreatePlanBranchSettings
public CreatePlanBranchSettings(CreatePlanBranchSettings.Type type, @Nullable @Nullable String branchPattern)
-
CreatePlanBranchSettings
public CreatePlanBranchSettings(CreatePlanBranchSettings.Type type, boolean acceptFork)
-
-
Method Detail
-
getType
@NotNull public @NotNull CreatePlanBranchSettings.Type getType()
-
getBranchPattern
@Nullable public @Nullable String getBranchPattern()
-
getAcceptFork
public boolean getAcceptFork()
-
-