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 |
---|---|
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 | 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) |
PlanRepositoryLink |
RepositoryDefinitionManagerImpl.getPlanRepositoryLinkByName(ImmutablePlan plan,
String repositoryName) |
PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLinkByName(ImmutablePlan plan,
String repositoryName)
Get persistent representation of a relation between Plan and repository
|
PlanRepositoryLink |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkByName(PlanIdentifier plan,
String repositoryName) |
PlanRepositoryLink |
PlanRepositoryLinkDao.getPlanRepositoryLinkByName(PlanIdentifier plan,
String repositoryName) |
Modifier and Type | Method and Description |
---|---|
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlanRepositoryLinks(ImmutablePlan plan) |
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlanRepositoryLinks(ImmutablePlan plan)
Get persistent representation of relation between Plan and repositories
|
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks(PlanIdentifier plan) |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlanRepositoryLinks(PlanIdentifier plan) |
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlansUsingRepository(long repositoryId)
Get
PlanRepositoryLink s associated with repository. |
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 |
---|---|
void |
PlanRepositoryLinkHibernateDao.removeRepositoryFromPlan(PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManagerImpl.removeRepositoryFromPlan(PlanRepositoryLink planRepository) |
void |
PlanRepositoryLinkDao.removeRepositoryFromPlan(PlanRepositoryLink planRepository)
Remove single
PlanRepositoryLink . |
void |
RepositoryDefinitionManager.removeRepositoryFromPlan(PlanRepositoryLink planRepository)
Removes relation between repository and plan.
|
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 |
---|---|
void |
RepositoryDefinitionManagerImpl.savePlanRepositoryLinks(List<PlanRepositoryLink> planRepositories) |
void |
RepositoryDefinitionManager.savePlanRepositoryLinks(List<PlanRepositoryLink> planRepositories)
Saves the collection of plan to repository relations.
|
Constructor and Description |
---|
LegacyRepositoryDefinitionImpl(PlanRepositoryLink input)
Deprecated.
|
Constructor and Description |
---|
TriggeringRepositoriesHelper(List<PlanRepositoryLink> planRepositoryLinks) |
Constructor and Description |
---|
PlanRepositoryDefinitionImpl(PlanRepositoryLink planRepositoryLink,
PartialVcsRepositoryData source) |
Modifier and Type | Method and Description |
---|---|
protected List<PlanRepositoryLink> |
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(List<PlanRepositoryLink> originalRepositories,
PlanRepositoryLink toMove,
long beforeId,
long afterId) |
Modifier and Type | Method and Description |
---|---|
protected List<PlanRepositoryLink> |
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(List<PlanRepositoryLink> originalRepositories,
PlanRepositoryLink toMove,
long beforeId,
long afterId) |
Modifier and Type | Method and Description |
---|---|
protected List<PlanRepositoryLink> |
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(List<PlanRepositoryLink> originalRepositories,
PlanRepositoryLink toMove,
long beforeId,
long afterId) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.