Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLink
Packages that use PlanRepositoryLink
Package
Description
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return types with arguments of type PlanRepositoryLinkModifier and TypeMethodDescription@NotNull List<PlanRepositoryLink> PlanCreationBean.getPlanRepositoriesBeingCreated()Method parameters in com.atlassian.bamboo.build.creation with type arguments of type PlanRepositoryLinkModifier and TypeMethodDescriptionvoidPlanCreationBean.setPlanRepositoriesBeingCreated(List<PlanRepositoryLink> planRepositoriesBeingCreated) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.matcher.bean
Methods in com.atlassian.bamboo.matcher.bean that return types with arguments of type PlanRepositoryLinkModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<PlanRepositoryLink> IsPlanRepositoryLinkEq.equalToPlanRepositoryLink(@NotNull PlanRepositoryLink reference) Methods in com.atlassian.bamboo.matcher.bean with parameters of type PlanRepositoryLinkModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<PlanRepositoryLink> IsPlanRepositoryLinkEq.equalToPlanRepositoryLink(@NotNull PlanRepositoryLink reference) booleanIsPlanRepositoryLinkEq.matchesSafely(PlanRepositoryLink planRepositoryLink) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return PlanRepositoryLinkModifier and TypeMethodDescriptionprotected @NotNull PlanRepositoryLinkPlanRepositoryLinkMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type PlanRepositoryLinkModifier and TypeMethodDescriptionvoidPlanRepositoryLinkMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanRepositoryLink> planRepositories, @NotNull PlanRepositoryLink object, long objectIndex, @NotNull org.hibernate.Session session) protected voidPlanRepositoryLinkMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull PlanRepositoryLink object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidPlanRepositoryLinkMapper.importProperties(@NotNull PlanRepositoryLink object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type PlanRepositoryLinkModifier and TypeMethodDescriptionvoidPlanRepositoryLinkMapper.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
Classes in com.atlassian.bamboo.repository that implement PlanRepositoryLinkMethods in com.atlassian.bamboo.repository that return PlanRepositoryLinkModifier and TypeMethodDescription@Nullable PlanRepositoryLinkPlanRepositoryLinkDao.getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId) PlanRepositoryLinkHibernateDao.getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId) @Nullable PlanRepositoryLinkRepositoryDefinitionManager.getPlanRepositoryLink(@NotNull ImmutablePlan plan, long repositoryId) Get persistent representation of a relation between Plan and repositoryRepositoryDefinitionManagerImpl.getPlanRepositoryLink(@NotNull ImmutablePlan plan, long repositoryId) @Nullable PlanRepositoryLinkPlanRepositoryLinkDao.getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan, @NotNull String repositoryName) PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan, @NotNull String repositoryName) @Nullable PlanRepositoryLinkRepositoryDefinitionManager.getPlanRepositoryLinkByName(@NotNull ImmutablePlan plan, @NotNull String repositoryName) Get persistent representation of a relation between Plan and repositoryRepositoryDefinitionManagerImpl.getPlanRepositoryLinkByName(@NotNull ImmutablePlan plan, @NotNull String repositoryName) Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanRepositoryLinkModifier and TypeMethodDescription@NotNull List<PlanRepositoryLink> PlanRepositoryLinkDao.getPlanRepositoryLinks(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLink> PlanRepositoryLinkDao.getPlanRepositoryLinks(@NotNull ImmutablePlan plan) @NotNull List<PlanRepositoryLink> PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLink> PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks(@NotNull ImmutablePlan 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) GetPlanRepositoryLinks associated with repository.RepositoryDefinitionManagerImpl.getPlansUsingRepository(long repositoryId) static Predicate<PlanRepositoryLink> RepositoryPredicates.hasPlanRepositoryLinkEqualRepositoryId(long repositoryId) Get a predicate that returns true forPlanRepositoryLinkwhich has equal repository idMethods in com.atlassian.bamboo.repository with parameters of type PlanRepositoryLinkModifier and TypeMethodDescriptionvoidPlanRepositoryLinkDao.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository) Remove singlePlanRepositoryLink.voidPlanRepositoryLinkHibernateDao.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository) voidRepositoryDefinitionManager.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository) Removes relation between repository and plan.voidRepositoryDefinitionManagerImpl.removeRepositoryFromPlan(@NotNull PlanRepositoryLink planRepository) voidRepositoryDefinitionManager.savePlanRepositoryLink(@NotNull PlanRepositoryLink planRepository) voidRepositoryDefinitionManagerImpl.savePlanRepositoryLink(@NotNull PlanRepositoryLink planRepository) longRepositoryDefinitionManager.savePlanRepositoryWithDefinition(@NotNull PlanRepositoryLink planRepository) Saves plan to repository relation definition with cascade toRepositoryDataEntitylongRepositoryDefinitionManagerImpl.savePlanRepositoryWithDefinition(@NotNull PlanRepositoryLink planRepository) Method parameters in com.atlassian.bamboo.repository with type arguments of type PlanRepositoryLinkModifier and TypeMethodDescriptionvoidRepositoryDefinitionManager.savePlanRepositoryLinks(@NotNull List<PlanRepositoryLink> planRepositories) Saves the collection of plan to repository relations.voidRepositoryDefinitionManagerImpl.savePlanRepositoryLinks(@NotNull List<PlanRepositoryLink> planRepositories) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.trigger.export
Constructor parameters in com.atlassian.bamboo.trigger.export with type arguments of type PlanRepositoryLinkModifierConstructorDescriptionTriggeringRepositoriesHelper(List<PlanRepositoryLink> planRepositoryLinks) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.vcs.configuration
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type PlanRepositoryLinkModifierConstructorDescriptionPlanRepositoryDefinitionImpl(@NotNull PlanRepositoryLink planRepositoryLink, @NotNull PartialVcsRepositoryData source) -
Uses of PlanRepositoryLink in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service that return types with arguments of type PlanRepositoryLinkModifier and TypeMethodDescriptionprotected @NotNull List<PlanRepositoryLink> VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId) Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type PlanRepositoryLinkModifier and TypeMethodDescriptionprotected @NotNull List<PlanRepositoryLink> VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId) Method parameters in com.atlassian.bamboo.vcs.configuration.service with type arguments of type PlanRepositoryLinkModifier and TypeMethodDescriptionprotected @NotNull List<PlanRepositoryLink> VcsRepositoryConfigurationServiceImpl.getNewRepositoryList(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId)