| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation | |
| com.atlassian.bamboo.repository |
| Modifier and Type | Method and Description |
|---|---|
List<PlanRepositoryLink> |
PlanCreationBean.getPlanRepositoriesBeingCreated() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setPlanRepositoriesBeingCreated(List<PlanRepositoryLink> planRepositoriesBeingCreated) |
| Modifier and Type | Method and Description |
|---|---|
PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLink(ImmutablePlan plan,
long repositoryId)
Get persistent representation of a relation between Plan and repository
|
PlanRepositoryLink |
PlanRepositoryLinkDao.getPlanRepositoryLink(PlanIdentifier plan,
long repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlanRepositoryLinks(ImmutablePlan plan)
Get persistent representation of relation between Plan and repositories
|
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlansUsingRepository(long repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDefinitionManager.removeRepositoryFromPlan(PlanRepositoryLink planRepository)
Removes relation between repository and plan.
|
void |
PlanRepositoryLinkDao.removeRepositoryFromPlan(PlanRepositoryLink planRepository)
Remove single
PlanRepositoryLink. |
void |
RepositoryDefinitionManager.savePlanRepositoryLink(PlanRepositoryLink planRepository) |
long |
RepositoryDefinitionManager.savePlanRepositoryWithDefinition(PlanRepositoryLink planRepository)
Saves plan to repository relation definition with cascade to
RepositoryDataEntity |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDefinitionManager.savePlanRepositoryLinks(List<PlanRepositoryLink> planRepositories)
Saves the collection of plan to repository relations.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.