| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation | |
| com.atlassian.bamboo.migration.stream | |
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.repository |
| Modifier and Type | Method and Description |
|---|---|
List<PlanRepositoryLink> |
RepositoryConfigHelper.extractRepositoriesFromConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated.
since 3.3 to be removed as soon as possible - created only as temporary hack to make plan creation work
|
List<PlanRepositoryLink> |
PlanCreationBean.getPlanRepositoriesBeingCreated() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setPlanRepositoriesBeingCreated(List<PlanRepositoryLink> planRepositoriesBeingCreated) |
| Modifier and Type | Method and Description |
|---|---|
protected PlanRepositoryLink |
PlanRepositoryLinkMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanRepositoryLinkMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<PlanRepositoryLink> planRepositories,
PlanRepositoryLink object,
long objectIndex,
org.hibernate.Session session) |
protected void |
PlanRepositoryLinkMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
PlanRepositoryLink object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
PlanRepositoryLinkMapper.importProperties(PlanRepositoryLink object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanRepositoryLinkMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<PlanRepositoryLink> planRepositories,
PlanRepositoryLink object,
long objectIndex,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanConfigurationAspect.resetImmutablePlanCacheService(PlanRepositoryLink planRepositoryLink) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanRepositoryLinkImpl |
| Modifier and Type | Method and Description |
|---|---|
PlanRepositoryLink |
RepositoryDefinitionManagerImpl.getPlanRepositoryLink(ImmutablePlan plan,
long repositoryId) |
PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLink(ImmutablePlan plan,
long repositoryId)
Get persistent representation of a relation between Plan and repository
|
PlanRepositoryLink |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLink(PlanIdentifier plan,
long repositoryId) |
PlanRepositoryLink |
PlanRepositoryLinkDao.getPlanRepositoryLink(PlanIdentifier plan,
long repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<PlanRepositoryLink,RepositoryDefinitionImpl> |
RepositoryDefinitionImpl.fromRepositoryLink() |
protected List<PlanRepositoryLink> |
RepositoryConfigurationServiceImpl.getNewRepositoryList(List<PlanRepositoryLink> originalRepositories,
PlanRepositoryLink toMove,
long beforeId,
long afterId) |
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlanRepositoryLinks(ImmutablePlan plan)
Get persistent representation of relation between Plan and repositories
|
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlansUsingRepository(long repositoryId) |
static com.google.common.base.Predicate<PlanRepositoryLink> |
RepositoryPredicates.hasPlanRepositoryLinkEqualRepositoryId(long repositoryId)
Get a predicate that returns true for
PlanRepositoryLink which has equal repository id |
| Modifier and Type | Method and Description |
|---|---|
protected List<PlanRepositoryLink> |
RepositoryConfigurationServiceImpl.getNewRepositoryList(List<PlanRepositoryLink> originalRepositories,
PlanRepositoryLink toMove,
long beforeId,
long afterId) |
void |
PlanRepositoryLinkHibernateDao.removeRepositoryFromPlan(PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManagerImpl.removeRepositoryFromPlan(PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManager.removeRepositoryFromPlan(PlanRepositoryLink planRepository)
Removes relation between repository and plan.
|
void |
PlanRepositoryLinkDao.removeRepositoryFromPlan(PlanRepositoryLink planRepository)
Remove single
PlanRepositoryLink. |
void |
RepositoryDefinitionManagerImpl.savePlanRepositoryLink(PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManager.savePlanRepositoryLink(PlanRepositoryLink planRepository) |
long |
RepositoryDefinitionManagerImpl.savePlanRepositoryWithDefinition(PlanRepositoryLink planRepository) |
long |
RepositoryDefinitionManager.savePlanRepositoryWithDefinition(PlanRepositoryLink planRepository)
Saves plan to repository relation definition with cascade to
RepositoryDataEntity |
| Modifier and Type | Method and Description |
|---|---|
protected List<PlanRepositoryLink> |
RepositoryConfigurationServiceImpl.getNewRepositoryList(List<PlanRepositoryLink> originalRepositories,
PlanRepositoryLink toMove,
long beforeId,
long afterId) |
void |
RepositoryDefinitionManagerImpl.savePlanRepositoryLinks(List<PlanRepositoryLink> planRepositories) |
void |
RepositoryDefinitionManager.savePlanRepositoryLinks(List<PlanRepositoryLink> planRepositories)
Saves the collection of plan to repository relations.
|
| Constructor and Description |
|---|
RepositoryDefinitionImpl(PlanRepositoryLink input) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.