Uses of Class
com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesConfigurationProperties
-
Packages that use DependenciesConfigurationProperties Package Description com.atlassian.bamboo.specs.api.builders.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans).com.atlassian.bamboo.specs.api.model.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans). -
-
Uses of DependenciesConfigurationProperties in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return DependenciesConfigurationProperties Modifier and Type Method Description protected DependenciesConfigurationPropertiesDependenciesConfiguration. build() -
Uses of DependenciesConfigurationProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.model.plan.dependencies that return DependenciesConfigurationProperties Modifier and Type Method Description DependenciesConfigurationPropertiesDependenciesProperties. getDependenciesConfigurationProperties()DependenciesConfigurationPropertiesEmptyDependenciesListProperties. getDependenciesConfigurationProperties()Deprecated.Constructors in com.atlassian.bamboo.specs.api.model.plan.dependencies with parameters of type DependenciesConfigurationProperties Constructor Description DependenciesProperties(DependenciesConfigurationProperties dependenciesConfigurationProperties, java.util.List<PlanIdentifierProperties> childPlans)
-