| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.builders.plan.branches |
Automatic branch creation, integration and cleanup.
|
| com.atlassian.bamboo.specs.api.builders.project |
Bamboo project (which is a container for plans).
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooKey |
Plan.getKey()
Returns plan's key.
|
@NotNull BambooKey |
Job.getKey()
Returns job's key, which serves as identifier for this object.
|
| Modifier and Type | Method and Description |
|---|---|
PlanIdentifier |
PlanIdentifier.key(@NotNull BambooKey key) |
PlanBranchIdentifier |
PlanBranchIdentifier.key(@NotNull BambooKey key) |
Plan |
Plan.key(@Nullable BambooKey key)
Sets the plan's key.
|
Job |
Job.key(@NotNull BambooKey key)
Sets the job's key.
|
PlanIdentifier |
PlanIdentifier.projectKey(@NotNull BambooKey key) |
| Constructor and Description |
|---|
Job(@NotNull String name,
@NotNull BambooKey key)
Specify job with given name and key.
|
Plan(@NotNull Project project,
@NotNull String name,
@NotNull BambooKey key)
Specify plan with given project, name and key.
|
PlanBranchIdentifier(@NotNull BambooKey key) |
PlanIdentifier(@NotNull BambooKey projectKey,
@NotNull BambooKey planKey) |
PlanIdentifier(@NotNull BambooKey projectKey,
@NotNull BambooKey planKey) |
| Modifier and Type | Method and Description |
|---|---|
BranchIntegration |
BranchIntegration.integrationBranchKey(@NotNull BambooKey integrationBranchKey)
Sets integration branch key.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.key(@Nullable BambooKey key)
Sets a project key.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.