Class PlanBranchConfigurationProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchConfigurationProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionPlanBranchConfigurationProperties
(@NotNull BranchIntegrationProperties branchIntegration, boolean cleanupEnabled) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable BranchIntegrationProperties
int
hashCode()
boolean
void
validate()
-
Constructor Details
-
PlanBranchConfigurationProperties
public PlanBranchConfigurationProperties(@NotNull @NotNull BranchIntegrationProperties branchIntegration, boolean cleanupEnabled)
-
-
Method Details