Class DependenciesConfigurationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class DependenciesConfigurationProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDependenciesConfigurationProperties()DependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)DependenciesConfiguration.DependencyBlockingStrategygetBlockingStrategy()inthashCode()booleanisEnabledForBranches()booleanisRequireAllStagesPassing()voidvalidate()
-
-
-
Constructor Detail
-
DependenciesConfigurationProperties
protected DependenciesConfigurationProperties()
-
DependenciesConfigurationProperties
public DependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
isEnabledForBranches
public boolean isEnabledForBranches()
-
isRequireAllStagesPassing
public boolean isRequireAllStagesPassing()
-
getBlockingStrategy
public DependenciesConfiguration.DependencyBlockingStrategy getBlockingStrategy()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-