| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| 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.
|
| com.atlassian.bamboo.specs.api.builders.trigger |
Build triggers.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.linkedRepositories(VcsRepositoryIdentifier... repositories)
Deprecated.
since 6.2, use
Plan.linkedRepositories(String...) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull VcsRepositoryIdentifier |
VcsRepository.getIdentifier()
Returns identifier for this object.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.name(@NotNull String name)
References repository by name.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.oid(@NotNull BambooOid oid)
References repository by oid.
|
VcsRepositoryIdentifier |
VcsRepositoryIdentifier.oid(@NotNull String oid)
References repository by oid.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanRepositoryLink |
PlanRepositoryLink.linkToGlobalRepository(@NotNull VcsRepositoryIdentifier globalRepository)
Specifies a link to existing global repository.
|
static PlanRepositoryLink |
PlanRepositoryLink.linkToProjectRepository(@NotNull VcsRepositoryIdentifier projectRepository)
Specifies a link to existing project repository.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RepositoryBasedTrigger.selectedTriggeringRepositories(VcsRepositoryIdentifier... triggeringRepositories)
Adds the source repository for the trigger.
|
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.