| Package | Description |
|---|---|
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.plan.cache | |
| com.atlassian.bamboo.plan.cache.index | |
| com.atlassian.bamboo.plugins.stash.predicates |
| Modifier and Type | Method and Description |
|---|---|
Stream<ImmutableChain> |
FilteringPlanManager.getFilteredPlansWithRepository(PlanRepositoryIndex.Query query)
Returns chains that use repositories with given params
|
| Modifier and Type | Method and Description |
|---|---|
Stream<ImmutableChain> |
CachedPlanManagerImpl.getFilteredPlansWithRepository(PlanRepositoryIndex.Query query) |
Iterable<ImmutableChain> |
CachedPlanManagerImpl.getPlansWithRepository(PlanRepositoryIndex.Query query) |
Iterable<ImmutableChain> |
CachedPlanManager.getPlansWithRepository(PlanRepositoryIndex.Query query)
Returns chains that use repositories with given params
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Collection<PlanKey> |
PlanRepositoryIndexer.getPlans(@NotNull PlanRepositoryIndex.Query query) |
@NotNull Collection<PlanKey> |
PlanRepositoryIndex.getPlans(@NotNull PlanRepositoryIndex.Query query) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<ImmutableChain> |
StashRepositoryPredicates.defaultRepositoryMatchesQuery(@NotNull CustomVariableContext customVariableContext,
@NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory applinkStashClientFactory,
PlanRepositoryIndex.Query query)
Predicate that is fulfilled when chain has default repository matching query.
|
static Predicate<VcsRepositoryData> |
StashRepositoryPredicates.matchesQuery(@NotNull CustomVariableContext customVariableContext,
@NotNull com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory,
PlanRepositoryIndex.Query query) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.