Class PlanBranchManagementProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class PlanBranchManagementProperties extends java.lang.Object implements EntityProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanBranchManagementProperties.NotificationStrategystatic classPlanBranchManagementProperties.TriggeringOption
-
Constructor Summary
Constructors Constructor Description PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable BranchIntegrationPropertiesgetBranchIntegrationProperties()@Nullable CreatePlanBranchesPropertiesgetCreatePlanBranch()@Nullable TriggerPropertiesgetDefaultTrigger()@Nullable BranchCleanupPropertiesgetDeletePlanBranch()@Nullable PlanBranchManagementProperties.NotificationStrategygetNotificationStrategy()@Nullable PlanBranchManagementProperties.TriggeringOptiongetTriggeringOption()inthashCode()booleanisIssueLinkingEnabled()voidvalidate()
-
-
-
Constructor Detail
-
PlanBranchManagementProperties
public PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getCreatePlanBranch
@Nullable public @Nullable CreatePlanBranchesProperties getCreatePlanBranch()
-
getDeletePlanBranch
@Nullable public @Nullable BranchCleanupProperties getDeletePlanBranch()
-
isIssueLinkingEnabled
public boolean isIssueLinkingEnabled()
-
getTriggeringOption
@Nullable public @Nullable PlanBranchManagementProperties.TriggeringOption getTriggeringOption()
-
getDefaultTrigger
@Nullable public @Nullable TriggerProperties getDefaultTrigger()
-
getNotificationStrategy
@Nullable public @Nullable PlanBranchManagementProperties.NotificationStrategy getNotificationStrategy()
-
getBranchIntegrationProperties
@Nullable public @Nullable BranchIntegrationProperties getBranchIntegrationProperties()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-