Uses of Class
com.atlassian.bamboo.specs.api.builders.BambooOid
-
Packages that use BambooOid 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. -
-
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type BambooOid Modifier and Type Method Description AnySharedCredentialsAnySharedCredentials. oid(@Nullable BambooOid oid)BSharedCredentials. oid(@Nullable BambooOid oid)Set the credential's oid from oid string.SharedCredentialsIdentifierSharedCredentialsIdentifier. oid(@NotNull BambooOid oid)Reference shared credential by oid.Constructors in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type BambooOid Constructor Description SharedCredentialsIdentifier(@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 BambooOid Modifier and Type Method Description DeploymentDeployment. oid(@Nullable BambooOid oid)Sets 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 BambooOid Constructor Description DeploymentPermissions(@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 BambooOid Modifier and Type Method Description @NotNull BambooOidPlan. getOid()Returns plan's oid.BambooOidPlanIdentifier. getPlanOid()Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooOid Modifier and Type Method Description PlanPlan. oid(@Nullable BambooOid oid)Sets the plans's oid.PlanBranchIdentifierPlanBranchIdentifier. oid(@NotNull BambooOid oid)PlanIdentifierPlanIdentifier. oid(@NotNull BambooOid oid)Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type BambooOid Constructor Description PlanBranchIdentifier(@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 BambooOid Modifier and Type Method Description BranchIntegrationBranchIntegration. 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 BambooOid Modifier and Type Method Description BambooOidProject. getOid()Returns project's oid.Methods in com.atlassian.bamboo.specs.api.builders.project with parameters of type BambooOid Modifier and Type Method Description ProjectProject. oid(@Nullable BambooOid oid)Sets a project's oid. -
Uses of BambooOid in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return BambooOid Modifier and Type Method Description @NotNull BambooOidVcsRepository. getOid()Returns repository's oid.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type BambooOid Modifier and Type Method Description TVcsRepository. oid(@Nullable BambooOid oid)Sets the repository's oid.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull BambooOid oid)References repository by oid.Constructors in com.atlassian.bamboo.specs.api.builders.repository with parameters of type BambooOid Constructor Description VcsRepositoryIdentifier(@NotNull BambooOid oid)References repository by oid.
-