Uses of Class
com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
-
Packages that use DependenciesProperties 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 Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans). -
-
Uses of DependenciesProperties in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return DependenciesProperties Modifier and Type Method Description protected DependenciesPropertiesDependencies. build() -
Uses of DependenciesProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return DependenciesProperties Modifier and Type Method Description @NotNull DependenciesPropertiesPlanProperties. getDependenciesProperties()Constructors in com.atlassian.bamboo.specs.api.model.plan with parameters of type DependenciesProperties Constructor Description PlanProperties(BambooOidProperties oid, BambooKeyProperties key, java.lang.String name, java.lang.String description, ProjectProperties project, java.util.List<StageProperties> stages, java.util.List<PlanRepositoryLinkProperties> repositories, java.util.List<TriggerProperties> triggers, java.util.List<VariableProperties> variables, boolean enabled, java.util.Collection<PluginConfigurationProperties> pluginConfigurations, PlanBranchManagementProperties planBranchManagementProperties, DependenciesProperties dependenciesProperties, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData, @NotNull java.util.List<NotificationProperties> notifications, java.util.List<VcsRepositoryBranchProperties> repositoryBranches, java.util.List<LabelProperties> labels, @Nullable PlanBranchConfigurationProperties planBranchConfiguration) -
Uses of DependenciesProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies
Subclasses of DependenciesProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies Modifier and Type Class Description classEmptyDependenciesListPropertiesDeprecated.
-