@Immutable public final class BranchIntegrationProperties extends Object implements EntityProperties
| Constructor and Description |
|---|
BranchIntegrationProperties(boolean enabled,
PlanBranchIdentifierProperties integrationBranch,
boolean gatekeeper,
boolean pushOn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PlanBranchIdentifierProperties |
getIntegrationBranch() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isGatekeeper() |
boolean |
isPushOn() |
void |
validate() |
public BranchIntegrationProperties(boolean enabled,
@Nullable
PlanBranchIdentifierProperties integrationBranch,
boolean gatekeeper,
boolean pushOn)
throws PropertiesValidationException
PropertiesValidationExceptionpublic boolean isEnabled()
@Nullable public PlanBranchIdentifierProperties getIntegrationBranch()
public boolean isGatekeeper()
public boolean isPushOn()
public void validate()
validate in interface EntityPropertiesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.