Class BranchManagementConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.branch.BranchManagementConfiguration
-
@Immutable public class BranchManagementConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BranchManagementConfiguration.Config
-
Constructor Summary
Constructors Constructor Description BranchManagementConfiguration(@NotNull CreatePlanBranchSettings createPlanBranchSettings, @Nullable DeletePlanBranchSettings deletePlanBranchSettings, @Nullable BranchIntegrationSettings branchIntegrationSettings, boolean linkToJira)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Nullable BranchIntegrationSettings
getBranchIntegrationSettings()
@NotNull CreatePlanBranchSettings
getCreatePlanBranchSettings()
@Nullable DeletePlanBranchSettings
getDeletePlanBranchSettings()
int
hashCode()
boolean
isLinkToJira()
String
toString()
-
-
-
Constructor Detail
-
BranchManagementConfiguration
public BranchManagementConfiguration(@NotNull @NotNull CreatePlanBranchSettings createPlanBranchSettings, @Nullable @Nullable DeletePlanBranchSettings deletePlanBranchSettings, @Nullable @Nullable BranchIntegrationSettings branchIntegrationSettings, boolean linkToJira)
-
-
Method Detail
-
getCreatePlanBranchSettings
@NotNull public @NotNull CreatePlanBranchSettings getCreatePlanBranchSettings()
-
getDeletePlanBranchSettings
@Nullable public @Nullable DeletePlanBranchSettings getDeletePlanBranchSettings()
-
getBranchIntegrationSettings
@Nullable public @Nullable BranchIntegrationSettings getBranchIntegrationSettings()
-
isLinkToJira
public boolean isLinkToJira()
-
-