Uses of Class
com.atlassian.bamboo.specs.api.model.plan.StageProperties
Packages that use StageProperties
Package
Description
Plan, plan branches, stages and jobs.
Plan, plan branches, stages and jobs.
Validate plan and stage settings.
-
Uses of StageProperties in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return StageProperties -
Uses of StageProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type StagePropertiesConstructor parameters in com.atlassian.bamboo.specs.api.model.plan with type arguments of type StagePropertiesModifierConstructorDescriptionPlanProperties(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 StageProperties in com.atlassian.bamboo.specs.api.validators.plan
Methods in com.atlassian.bamboo.specs.api.validators.plan with parameters of type StagePropertiesModifier and TypeMethodDescriptionstatic @NotNull List<ValidationProblem>StageValidator.validate(@NotNull StageProperties stageProperties)