Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLink
-
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return types with arguments of type PlanRepositoryLink Modifier and Type Method Description @NotNull List<PlanRepositoryLink>
PlanCreationBean. getPlanRepositoriesBeingCreated()
Method parameters in com.atlassian.bamboo.build.creation with type arguments of type PlanRepositoryLink Modifier and Type Method Description void
PlanCreationBean. 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 PlanRepositoryLink Modifier and Type Method Description static org.hamcrest.Matcher<PlanRepositoryLink>
IsPlanRepositoryLinkEq. equalToPlanRepositoryLink(@NotNull PlanRepositoryLink reference)
Methods in com.atlassian.bamboo.matcher.bean with parameters of type PlanRepositoryLink Modifier and Type Method Description static org.hamcrest.Matcher<PlanRepositoryLink>
IsPlanRepositoryLinkEq. equalToPlanRepositoryLink(@NotNull PlanRepositoryLink reference)
boolean
IsPlanRepositoryLinkEq. matchesSafely(PlanRepositoryLink planRepositoryLink)
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return PlanRepositoryLink Modifier and Type Method Description protected @NotNull PlanRepositoryLink
PlanRepositoryLinkMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type PlanRepositoryLink Modifier and Type Method 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)
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type PlanRepositoryLink Modifier and Type Method 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)
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement PlanRepositoryLink Modifier and Type Class Description class
PlanRepositoryLinkImpl
Methods in com.atlassian.bamboo.repository that return PlanRepositoryLink Modifier and Type Method Description @Nullable PlanRepositoryLink
PlanRepositoryLinkDao. getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId)
PlanRepositoryLink
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 repositoryPlanRepositoryLink
RepositoryDefinitionManagerImpl. getPlanRepositoryLink(@NotNull ImmutablePlan plan, long repositoryId)
@Nullable PlanRepositoryLink
PlanRepositoryLinkDao. getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan, @NotNull String repositoryName)
PlanRepositoryLink
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 repositoryPlanRepositoryLink
RepositoryDefinitionManagerImpl. getPlanRepositoryLinkByName(@NotNull ImmutablePlan plan, @NotNull String repositoryName)
Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanRepositoryLink Modifier and Type Method Description @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)
List<PlanRepositoryLink>
PlanRepositoryLinkDao. getPlansUsingRepository(long repositoryId)
List<PlanRepositoryLink>
PlanRepositoryLinkHibernateDao. getPlansUsingRepository(long repositoryId)
List<PlanRepositoryLink>
RepositoryDefinitionManager. getPlansUsingRepository(long repositoryId)
GetPlanRepositoryLink
s associated with repository.List<PlanRepositoryLink>
RepositoryDefinitionManagerImpl. getPlansUsingRepository(long repositoryId)
static Predicate<PlanRepositoryLink>
RepositoryPredicates. hasPlanRepositoryLinkEqualRepositoryId(long repositoryId)
Get a predicate that returns true forPlanRepositoryLink
which has equal repository idMethods in com.atlassian.bamboo.repository with parameters of type PlanRepositoryLink Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.repository with type arguments of type PlanRepositoryLink Modifier and Type Method Description void
RepositoryDefinitionManager. savePlanRepositoryLinks(@NotNull List<PlanRepositoryLink> planRepositories)
Saves the collection of plan to repository relations.void
RepositoryDefinitionManagerImpl. savePlanRepositoryLinks(@NotNull List<PlanRepositoryLink> planRepositories)
Constructors in com.atlassian.bamboo.repository with parameters of type PlanRepositoryLink Constructor Description LegacyRepositoryDefinitionImpl(PlanRepositoryLink input)
Deprecated. -
Uses of PlanRepositoryLink in com.atlassian.bamboo.trigger.export
Constructor parameters in com.atlassian.bamboo.trigger.export with type arguments of type PlanRepositoryLink Constructor Description TriggeringRepositoriesHelper(List<PlanRepositoryLink> planRepositoryLinks)
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.vcs.configuration
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type PlanRepositoryLink Constructor Description PlanRepositoryDefinitionImpl(@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 PlanRepositoryLink Modifier and Type Method Description protected @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 PlanRepositoryLink Modifier and Type Method Description protected @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 PlanRepositoryLink Modifier and Type Method Description protected @NotNull List<PlanRepositoryLink>
VcsRepositoryConfigurationServiceImpl. getNewRepositoryList(@NotNull List<PlanRepositoryLink> originalRepositories, @NotNull PlanRepositoryLink toMove, long beforeId, long afterId)
-