Class Dependencies
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.plan.Dependencies
-
@Immutable public class Dependencies extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Dependencies.Config
-
Constructor Summary
Constructors Constructor Description Dependencies(boolean allStagesSuccess, boolean enabledForBranches, com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy blockStrategy, @NotNull List<String> plans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy
getBlockStrategy()
List<String>
getPlans()
int
hashCode()
boolean
isAllStagesSuccess()
boolean
isEnabledForBranches()
String
toString()
-