Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLink
Package
Description
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.build.creation
Modifier and TypeMethodDescription@NotNull List<PlanRepositoryLink>
PlanCreationBean.getPlanRepositoriesBeingCreated()
Modifier and TypeMethodDescriptionvoid
PlanCreationBean.setPlanRepositoriesBeingCreated
(List<PlanRepositoryLink> planRepositoriesBeingCreated) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.matcher.bean
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<PlanRepositoryLink>
IsPlanRepositoryLinkEq.equalToPlanRepositoryLink
(@NotNull PlanRepositoryLink reference) Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<PlanRepositoryLink>
IsPlanRepositoryLinkEq.equalToPlanRepositoryLink
(@NotNull PlanRepositoryLink reference) boolean
IsPlanRepositoryLinkEq.matchesSafely
(PlanRepositoryLink planRepositoryLink) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull PlanRepositoryLink
PlanRepositoryLinkMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
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 TypeMethodDescriptionvoid
PlanRepositoryLinkMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanRepositoryLink> planRepositories, @NotNull PlanRepositoryLink object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.repository
Modifier and TypeMethodDescription@Nullable PlanRepositoryLink
PlanRepositoryLinkDao.getPlanRepositoryLink
(@NotNull PlanIdentifier plan, long repositoryId) PlanRepositoryLinkHibernateDao.getPlanRepositoryLink
(@NotNull PlanIdentifier plan, long repositoryId) @Nullable PlanRepositoryLink
RepositoryDefinitionManager.getPlanRepositoryLink
(@NotNull ImmutablePlan plan, long repositoryId) Get persistent representation of a relation between Plan and repositoryRepositoryDefinitionManagerImpl.getPlanRepositoryLink
(@NotNull ImmutablePlan plan, long repositoryId) @Nullable PlanRepositoryLink
PlanRepositoryLinkDao.getPlanRepositoryLinkByName
(@NotNull PlanIdentifier plan, @NotNull String repositoryName) PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkByName
(@NotNull PlanIdentifier plan, @NotNull String repositoryName) @Nullable PlanRepositoryLink
RepositoryDefinitionManager.getPlanRepositoryLinkByName
(@NotNull ImmutablePlan plan, @NotNull String repositoryName) Get persistent representation of a relation between Plan and repositoryRepositoryDefinitionManagerImpl.getPlanRepositoryLinkByName
(@NotNull ImmutablePlan plan, @NotNull String repositoryName) Modifier and TypeMethodDescription@NotNull List<PlanRepositoryLink>
PlanRepositoryLinkDao.getPlanRepositoryLinks
(@NotNull ImmutablePlan plan) @NotNull List<PlanRepositoryLink>
PlanRepositoryLinkDao.getPlanRepositoryLinks
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLink>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks
(@NotNull ImmutablePlan plan) @NotNull List<PlanRepositoryLink>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLink>
RepositoryDefinitionManager.getPlanRepositoryLinks
(@NotNull ImmutablePlan plan) Get persistent representation of relation between Plan and repositories@NotNull List<PlanRepositoryLink>
RepositoryDefinitionManagerImpl.getPlanRepositoryLinks
(@NotNull ImmutablePlan plan) PlanRepositoryLinkDao.getPlansUsingRepository
(long repositoryId) PlanRepositoryLinkHibernateDao.getPlansUsingRepository
(long repositoryId) RepositoryDefinitionManager.getPlansUsingRepository
(long repositoryId) GetPlanRepositoryLink
s associated with repository.RepositoryDefinitionManagerImpl.getPlansUsingRepository
(long repositoryId) static Predicate<PlanRepositoryLink>
RepositoryPredicates.hasPlanRepositoryLinkEqualRepositoryId
(long repositoryId) Get a predicate that returns true forPlanRepositoryLink
which has equal repository idModifier and TypeMethodDescriptionvoid
PlanRepositoryLinkDao.removeRepositoryFromPlan
(@NotNull PlanRepositoryLink planRepository) Remove singlePlanRepositoryLink
.void
PlanRepositoryLinkHibernateDao.removeRepositoryFromPlan
(@NotNull PlanRepositoryLink planRepository) void
RepositoryDefinitionManager.removeRepositoryFromPlan
(@NotNull PlanRepositoryLink planRepository) Removes relation between repository and plan.void
RepositoryDefinitionManagerImpl.removeRepositoryFromPlan
(@NotNull PlanRepositoryLink planRepository) void
RepositoryDefinitionManager.savePlanRepositoryLink
(@NotNull PlanRepositoryLink planRepository) void
RepositoryDefinitionManagerImpl.savePlanRepositoryLink
(@NotNull PlanRepositoryLink planRepository) long
RepositoryDefinitionManager.savePlanRepositoryWithDefinition
(@NotNull PlanRepositoryLink planRepository) Saves plan to repository relation definition with cascade toRepositoryDataEntity
long
RepositoryDefinitionManagerImpl.savePlanRepositoryWithDefinition
(@NotNull PlanRepositoryLink planRepository) Modifier and TypeMethodDescriptionvoid
RepositoryDefinitionManager.savePlanRepositoryLinks
(@NotNull List<PlanRepositoryLink> planRepositories) Saves the collection of plan to repository relations.void
RepositoryDefinitionManagerImpl.savePlanRepositoryLinks
(@NotNull List<PlanRepositoryLink> planRepositories) ModifierConstructorDescriptionDeprecated. -
Uses of PlanRepositoryLink in com.atlassian.bamboo.trigger.export
ModifierConstructorDescriptionTriggeringRepositoriesHelper
(List<PlanRepositoryLink> planRepositoryLinks) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.vcs.configuration
ModifierConstructorDescriptionPlanRepositoryDefinitionImpl
(@NotNull PlanRepositoryLink planRepositoryLink, @NotNull PartialVcsRepositoryData source) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.vcs.configuration.service
Modifier and TypeMethodDescriptionprotected @NotNull List<PlanRepositoryLink>
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList
(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId) Modifier and TypeMethodDescriptionprotected @NotNull List<PlanRepositoryLink>
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList
(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId) Modifier and TypeMethodDescriptionprotected @NotNull List<PlanRepositoryLink>
VcsRepositoryConfigurationServiceImpl.getNewRepositoryList
(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId)