Class PlanBranchConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.branch.PlanBranchConfiguration
-
@Immutable public class PlanBranchConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PlanBranchConfiguration.Config
-
Constructor Summary
Constructors Constructor Description PlanBranchConfiguration(@Nullable BranchIntegrationSettings branchIntegrationSettings, boolean disableAutomaticallyBranchCleanup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Nullable BranchIntegrationSettings
getBranchIntegrationSettings()
int
hashCode()
boolean
isDisableAutomaticallyBranchCleanup()
-
-
-
Constructor Detail
-
PlanBranchConfiguration
public PlanBranchConfiguration(@Nullable @Nullable BranchIntegrationSettings branchIntegrationSettings, boolean disableAutomaticallyBranchCleanup)
-
-
Method Detail
-
getBranchIntegrationSettings
@Nullable public @Nullable BranchIntegrationSettings getBranchIntegrationSettings()
-
isDisableAutomaticallyBranchCleanup
public boolean isDisableAutomaticallyBranchCleanup()
-
-