Class DependenciesConfigurationProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
- All Implemented Interfaces:
EntityProperties
@Immutable
public final class DependenciesConfigurationProperties
extends Object
implements EntityProperties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) -
Method Summary
-
Constructor Details
-
DependenciesConfigurationProperties
protected DependenciesConfigurationProperties() -
DependenciesConfigurationProperties
public DependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
isEnabledForBranches
public boolean isEnabledForBranches() -
isRequireAllStagesPassing
public boolean isRequireAllStagesPassing() -
getBlockingStrategy
-
equals
-
hashCode
public int hashCode() -
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-