Uses of Class
com.atlassian.bamboo.specs.api.builders.BambooOid
Packages that use BambooOid
Package
Description
Shared credentials for authenticating repositories or AWS access.
Deployment project and environments.
Permissions like plan permissions, deployment permissions etc.
Plan, plan branches, stages and jobs.
Automatic branch creation, integration and cleanup.
Bamboo project (which is a container for plans).
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.
-
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type BambooOidModifier and TypeMethodDescriptionSet the credential's oid from oid string.Reference shared credential by oid.Constructors in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type BambooOidModifierConstructorDescriptionSharedCredentialsIdentifier
(@NotNull BambooOid oid) Reference shared credential by oid. -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type BambooOidModifier and TypeMethodDescriptionSets the deployments's oid. -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.permission
Constructors in com.atlassian.bamboo.specs.api.builders.permission with parameters of type BambooOidModifierConstructorDescriptionDeploymentPermissions
(@NotNull BambooOid deploymentOid) EnvironmentPermissions
(BambooOid deploymentOid) PlanPermissions
(BambooOid planOid) -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return BambooOidModifier and TypeMethodDescription@NotNull BambooOid
Plan.getOid()
Returns plan's oid.PlanIdentifier.getPlanOid()
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooOidModifier and TypeMethodDescriptionSets the plans's oid.Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooOidModifierConstructorDescriptionPlanBranchIdentifier
(@NotNull BambooOid oid) PlanIdentifier
(@NotNull BambooOid oid) -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches with parameters of type BambooOidModifier and TypeMethodDescriptionBranchIntegration.integrationBranchOid
(@NotNull BambooOid integrationBranchOid) Sets integration branch oid. -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project that return BambooOidMethods in com.atlassian.bamboo.specs.api.builders.project with parameters of type BambooOid -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return BambooOidModifier and TypeMethodDescription@NotNull BambooOid
VcsRepository.getOid()
Returns repository's oid.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type BambooOidModifier and TypeMethodDescriptionSets the repository's oid.References repository by oid.Constructors in com.atlassian.bamboo.specs.api.builders.repository with parameters of type BambooOidModifierConstructorDescriptionVcsRepositoryIdentifier
(@NotNull BambooOid oid) References repository by oid.