Class BranchIntegrationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class BranchIntegrationProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description BranchIntegrationProperties(boolean enabled, @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable PlanBranchIdentifierPropertiesgetIntegrationBranch()inthashCode()booleanisEnabled()booleanisGatekeeper()booleanisPushOn()voidvalidate()
-
-
-
Constructor Detail
-
BranchIntegrationProperties
public BranchIntegrationProperties(boolean enabled, @Nullable @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn) 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
-
isEnabled
public boolean isEnabled()
-
getIntegrationBranch
@Nullable public @Nullable PlanBranchIdentifierProperties getIntegrationBranch()
-
isGatekeeper
public boolean isGatekeeper()
-
isPushOn
public boolean isPushOn()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-