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(BambooOid oid)
Set the credential's oid from oid string.
|
SharedCredentialsIdentifier |
SharedCredentialsIdentifier.oid(BambooOid oid)
Reference shared credential by oid.
|
AnySharedCredentials |
AnySharedCredentials.oid(BambooOid oid) |
Constructor and Description |
---|
SharedCredentialsIdentifier(BambooOid oid)
Reference shared credential by oid.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.oid(BambooOid oid)
Sets the deployments's oid.
|
Constructor and Description |
---|
DeploymentPermissions(BambooOid deploymentOid) |
EnvironmentPermissions(BambooOid deploymentOid) |
PlanPermissions(BambooOid planOid) |
Modifier and Type | Method and Description |
---|---|
BambooOid |
Plan.getOid()
Returns plan's oid.
|
BambooOid |
PlanIdentifier.getPlanOid() |
Modifier and Type | Method and Description |
---|---|
PlanBranchIdentifier |
PlanBranchIdentifier.oid(BambooOid oid) |
PlanIdentifier |
PlanIdentifier.oid(BambooOid oid) |
Plan |
Plan.oid(BambooOid oid)
Sets the plans's oid.
|
Constructor and Description |
---|
PlanBranchIdentifier(BambooOid oid) |
PlanIdentifier(BambooOid oid) |
Modifier and Type | Method and Description |
---|---|
BranchIntegration |
BranchIntegration.integrationBranchOid(BambooOid integrationBranchOid)
Sets integration branch oid.
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.oid(BambooOid oid)
Sets a project's oid.
|
Modifier and Type | Method and Description |
---|---|
BambooOid |
VcsRepository.getOid()
Returns repository's oid.
|
Modifier and Type | Method and Description |
---|---|
T |
VcsRepository.oid(BambooOid oid)
Sets the repository's oid.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.oid(BambooOid oid)
References repository by oid.
|
Constructor and Description |
---|
VcsRepositoryIdentifier(BambooOid oid)
References repository by oid.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.