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