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 |
---|---|
Collection<PlanKey> |
PlanRepositoryIndexer.getPlans(PlanRepositoryIndex.Query query) |
Collection<PlanKey> |
PlanRepositoryIndex.getPlans(PlanRepositoryIndex.Query query) |
Modifier and Type | Method and Description |
---|---|
static Predicate<ImmutableChain> |
StashRepositoryPredicates.defaultRepositoryMatchesQuery(CustomVariableContext customVariableContext,
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(CustomVariableContext customVariableContext,
com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory,
PlanRepositoryIndex.Query query) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.