| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.credentials |
Shared credentials for authenticating repositories or AWS access.
|
| 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.branches |
Automatic branch creation, integration and cleanup.
|
| com.atlassian.bamboo.specs.api.builders.project |
Bamboo project (which is a container for plans).
|
| com.atlassian.bamboo.specs.api.builders.repository |
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
|
| Modifier and Type | Method and Description |
|---|---|
B |
SharedCredentials.oid(@Nullable BambooOid oid)
Set the credential's oid from oid string.
|
AnySharedCredentials |
AnySharedCredentials.oid(@Nullable BambooOid oid) |
SharedCredentialsIdentifier |
SharedCredentialsIdentifier.oid(@NotNull BambooOid oid)
Reference shared credential by oid.
|
| Constructor and Description |
|---|
SharedCredentialsIdentifier(@NotNull BambooOid oid)
Reference shared credential by oid.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.oid(@Nullable BambooOid oid)
Sets the deployments's oid.
|
| Constructor and Description |
|---|
DeploymentPermissions(@NotNull BambooOid deploymentOid) |
EnvironmentPermissions(BambooOid deploymentOid) |
PlanPermissions(BambooOid planOid) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooOid |
Plan.getOid()
Returns plan's oid.
|
BambooOid |
PlanIdentifier.getPlanOid() |
| Modifier and Type | Method and Description |
|---|---|
PlanBranchIdentifier |
PlanBranchIdentifier.oid(@NotNull BambooOid oid) |
Plan |
Plan.oid(@Nullable BambooOid oid)
Sets the plans's oid.
|
PlanIdentifier |
PlanIdentifier.oid(@NotNull BambooOid oid) |
| Constructor and Description |
|---|
PlanBranchIdentifier(@NotNull BambooOid oid) |
PlanIdentifier(@NotNull BambooOid oid) |
| Modifier and Type | Method and Description |
|---|---|
BranchIntegration |
BranchIntegration.integrationBranchOid(@NotNull BambooOid integrationBranchOid)
Sets integration branch oid.
|
| Modifier and Type | Method and Description |
|---|---|
BambooOid |
Project.getOid()
Returns project's oid.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.oid(@Nullable BambooOid oid)
Sets a project's oid.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooOid |
VcsRepository.getOid()
Returns repository's oid.
|
| Modifier and Type | Method and Description |
|---|---|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.oid(@NotNull BambooOid oid)
References repository by oid.
|
T |
VcsRepository.oid(@Nullable BambooOid oid)
Sets the repository's oid.
|
| Constructor and Description |
|---|
VcsRepositoryIdentifier(@NotNull BambooOid oid)
References repository by oid.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.