Class BranchIntegrationProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
- All Implemented Interfaces:
EntityProperties
@Immutable
public final class BranchIntegrationProperties
extends Object
implements EntityProperties
-
Constructor Summary
ConstructorDescriptionBranchIntegrationProperties
(boolean enabled, @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable PlanBranchIdentifierProperties
int
hashCode()
boolean
boolean
boolean
isPushOn()
void
validate()
-
Constructor Details
-
BranchIntegrationProperties
public BranchIntegrationProperties(boolean enabled, @Nullable @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
isEnabled
public boolean isEnabled() -
getIntegrationBranch
-
isGatekeeper
public boolean isGatekeeper() -
isPushOn
public boolean isPushOn() -
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
-