Class PlanBranchConfigurationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
-
- All Implemented Interfaces:
EntityProperties
public class PlanBranchConfigurationProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description PlanBranchConfigurationProperties(@NotNull BranchIntegrationProperties branchIntegration, boolean cleanupEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable BranchIntegrationPropertiesgetBranchIntegrationProperties()inthashCode()booleanisCleanupEnabled()voidvalidate()
-
-
-
Constructor Detail
-
PlanBranchConfigurationProperties
public PlanBranchConfigurationProperties(@NotNull @NotNull BranchIntegrationProperties branchIntegration, boolean cleanupEnabled)
-
-
Method Detail
-
isCleanupEnabled
public boolean isCleanupEnabled()
-
getBranchIntegrationProperties
@Nullable public @Nullable BranchIntegrationProperties getBranchIntegrationProperties()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-