Class DependenciesProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
-
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
EmptyDependenciesListProperties
@Immutable public class DependenciesProperties extends Object implements EntityProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDependenciesProperties()DependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties, List<PlanIdentifierProperties> childPlans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<PlanIdentifierProperties>getChildPlans()DependenciesConfigurationPropertiesgetDependenciesConfigurationProperties()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
DependenciesProperties
protected DependenciesProperties()
-
DependenciesProperties
public DependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties, List<PlanIdentifierProperties> childPlans)
-
-
Method Detail
-
getDependenciesConfigurationProperties
public DependenciesConfigurationProperties getDependenciesConfigurationProperties()
-
getChildPlans
public List<PlanIdentifierProperties> getChildPlans()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-