Uses of Class
com.atlassian.bamboo.specs.api.model.plan.dependencies.DependenciesProperties
Package
Description
Plan dependencies (so that build of one plan may trigger builds of another plans).
Plan, plan branches, stages and jobs.
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
-
Uses of DependenciesProperties in com.atlassian.bamboo.specs.api.model.plan
Modifier and TypeMethodDescription@NotNull DependenciesProperties
PlanProperties.getDependenciesProperties()
ModifierConstructorDescriptionPlanProperties
(BambooOidProperties oid, BambooKeyProperties key, String name, String description, ProjectProperties project, List<StageProperties> stages, List<PlanRepositoryLinkProperties> repositories, List<TriggerProperties> triggers, List<VariableProperties> variables, boolean enabled, Collection<PluginConfigurationProperties> pluginConfigurations, PlanBranchManagementProperties planBranchManagementProperties, DependenciesProperties dependenciesProperties, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData, @NotNull List<NotificationProperties> notifications, List<VcsRepositoryBranchProperties> repositoryBranches, List<LabelProperties> labels, @Nullable PlanBranchConfigurationProperties planBranchConfiguration) -
Uses of DependenciesProperties in com.atlassian.bamboo.specs.api.model.plan.dependencies