| Package | Description |
|---|---|
| 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 |
|---|---|
PlanRepositoryLink |
PlanRepositoryLink.globalRepository(@NotNull VcsRepository repositoryDefinition)
Specifies a link to existing global repository.
|
static PlanRepositoryLink |
PlanRepositoryLink.linkToGlobalRepository(@NotNull VcsRepository globalRepository)
Specifies a link to existing global repository.
|
static PlanRepositoryLink |
PlanRepositoryLink.linkToGlobalRepository(@NotNull VcsRepositoryIdentifier globalRepository)
Specifies a link to existing global repository.
|
PlanRepositoryLink |
PlanRepositoryLink.localRepositoryDefinition(@NotNull VcsRepository repositoryDefinition)
Specifies a link to a plan-managed repository.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.