@Immutable public final class DependenciesConfigurationProperties extends Object implements EntityProperties
| Modifier | Constructor and Description |
|---|---|
protected |
DependenciesConfigurationProperties() |
|
DependenciesConfigurationProperties(boolean enabledForBranches,
boolean requireAllStagesPassing,
DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DependenciesConfiguration.DependencyBlockingStrategy |
getBlockingStrategy() |
int |
hashCode() |
boolean |
isEnabledForBranches() |
boolean |
isRequireAllStagesPassing() |
void |
validate() |
protected DependenciesConfigurationProperties()
public DependenciesConfigurationProperties(boolean enabledForBranches,
boolean requireAllStagesPassing,
DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)
throws PropertiesValidationException
PropertiesValidationExceptionpublic boolean isEnabledForBranches()
public boolean isRequireAllStagesPassing()
public DependenciesConfiguration.DependencyBlockingStrategy getBlockingStrategy()
public void validate()
validate in interface EntityPropertiesCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.