| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.deployment |
Deployment project and environments.
|
| com.atlassian.bamboo.specs.api.builders.permission |
Permissions like plan permissions, deployment permissions etc.
|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.api.builders.plan.dependencies |
Plan dependencies (so that build of one plan may trigger builds of another plans).
|
| com.atlassian.bamboo.specs.api.model.permission |
Immutable permissions like plan permissions properties, deployment permissions properties etc.
|
| Constructor and Description |
|---|
Deployment(@NotNull PlanIdentifier plan,
@NotNull String name)
Specifies a deployment project.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull PlanIdentifier |
PlanPermissions.getPlanIdentifier() |
| Constructor and Description |
|---|
PlanPermissions(PlanIdentifier planIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull PlanIdentifier |
Plan.getIdentifier()
Returns identifier for this object.
|
PlanIdentifier |
PlanIdentifier.key(@NotNull BambooKey key) |
PlanIdentifier |
PlanIdentifier.key(@NotNull String key) |
PlanIdentifier |
PlanIdentifier.oid(@NotNull BambooOid oid) |
PlanIdentifier |
PlanIdentifier.oid(@NotNull String oid) |
PlanIdentifier |
PlanIdentifier.projectKey(@NotNull BambooKey key) |
PlanIdentifier |
PlanIdentifier.projectKey(@NotNull String key) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Dependencies |
Dependencies.childPlans(PlanIdentifier... childPlans)
Adds child plans.
|
@NotNull Dependencies |
EmptyDependenciesList.childPlans(PlanIdentifier... childPlans)
Deprecated.
|
| Constructor and Description |
|---|
PlanPermissionsProperties(@NotNull PlanIdentifier planIdentifier,
@NotNull Permissions permissions) |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.