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.
|
Modifier and Type | Method and Description |
---|---|
protected JobProperties |
Job.build() |
Modifier and Type | Method and Description |
---|---|
List<JobProperties> |
StageProperties.getJobs() |
Constructor and Description |
---|
StageProperties(String name,
String description,
boolean manualStage,
boolean finalStage,
List<JobProperties> jobs) |
Modifier and Type | Method and Description |
---|---|
static List<ValidationProblem> |
JobValidator.validate(JobProperties jobProperties) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.