Uses of Class
com.atlassian.bamboo.specs.api.model.plan.StageProperties
-
Packages that use StageProperties Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.validators.plan 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 Modifier and Type Method Description protected StagePropertiesStage. build() -
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 StageProperties Modifier and Type Method Description @NotNull java.util.List<StageProperties>PlanProperties. getStages()Constructor parameters in com.atlassian.bamboo.specs.api.model.plan with type arguments of type StageProperties 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 StageProperties in com.atlassian.bamboo.specs.api.validators.plan
Methods in com.atlassian.bamboo.specs.api.validators.plan with parameters of type StageProperties Modifier and Type Method Description static @NotNull java.util.List<ValidationProblem>StageValidator. validate(@NotNull StageProperties stageProperties)
-