| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setPlanRepositoriesBeingCreated(List<PlanRepositoryLink> planRepositoriesBeingCreated) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<PlanRepositoryLink> |
IsPlanRepositoryLinkEq.equalToPlanRepositoryLink(@NotNull PlanRepositoryLink reference) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<PlanRepositoryLink> |
IsPlanRepositoryLinkEq.equalToPlanRepositoryLink(@NotNull PlanRepositoryLink reference) |
boolean |
IsPlanRepositoryLinkEq.matchesSafely(PlanRepositoryLink planRepositoryLink) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull PlanRepositoryLink |
PlanRepositoryLinkMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanRepositoryLinkMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<PlanRepositoryLink> planRepositories,
@NotNull PlanRepositoryLink object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
PlanRepositoryLinkMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull PlanRepositoryLink object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
PlanRepositoryLinkMapper.importProperties(@NotNull PlanRepositoryLink object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanRepositoryLinkImpl |
| Modifier and Type | Method and Description |
|---|---|
PlanRepositoryLink |
RepositoryDefinitionManagerImpl.getPlanRepositoryLink(@NotNull ImmutablePlan plan,
long repositoryId) |
@Nullable PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLink(@NotNull ImmutablePlan plan,
long repositoryId)
Get persistent representation of a relation between Plan and repository
|
PlanRepositoryLink |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLink(@NotNull PlanIdentifier plan,
long repositoryId) |
@Nullable PlanRepositoryLink |
PlanRepositoryLinkDao.getPlanRepositoryLink(@NotNull PlanIdentifier plan,
long repositoryId) |
PlanRepositoryLink |
RepositoryDefinitionManagerImpl.getPlanRepositoryLinkByName(@NotNull ImmutablePlan plan,
@NotNull String repositoryName) |
@Nullable PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLinkByName(@NotNull ImmutablePlan plan,
@NotNull String repositoryName)
Get persistent representation of a relation between Plan and repository
|
PlanRepositoryLink |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan,
@NotNull String repositoryName) |
@Nullable PlanRepositoryLink |
PlanRepositoryLinkDao.getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan,
@NotNull String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlansUsingRepository(long repositoryId) |
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlansUsingRepository(long repositoryId)
Get
PlanRepositoryLinks associated with repository. |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlansUsingRepository(long repositoryId) |
static 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(@NotNull PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManagerImpl.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManager.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository)
Removes relation between repository and plan.
|
void |
PlanRepositoryLinkDao.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository)
Remove single
PlanRepositoryLink. |
void |
RepositoryDefinitionManagerImpl.savePlanRepositoryLink(@NotNull PlanRepositoryLink planRepository) |
void |
RepositoryDefinitionManager.savePlanRepositoryLink(@NotNull PlanRepositoryLink planRepository) |
long |
RepositoryDefinitionManagerImpl.savePlanRepositoryWithDefinition(@NotNull PlanRepositoryLink planRepository) |
long |
RepositoryDefinitionManager.savePlanRepositoryWithDefinition(@NotNull PlanRepositoryLink planRepository)
Saves plan to repository relation definition with cascade to
RepositoryDataEntity |
| Constructor and Description |
|---|
LegacyRepositoryDefinitionImpl(PlanRepositoryLink input)
Deprecated.
|
| Constructor and Description |
|---|
TriggeringRepositoriesHelper(List<PlanRepositoryLink> planRepositoryLinks) |
| Constructor and Description |
|---|
PlanRepositoryDefinitionImpl(@NotNull PlanRepositoryLink planRepositoryLink,
@NotNull PartialVcsRepositoryData source) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull List<PlanRepositoryLink> |
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(@NotNull List<PlanRepositoryLink> originalRepositories,
@NotNull PlanRepositoryLink toMove,
long beforeId,
long afterId) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.