Uses of Class
com.atlassian.bamboo.plan.cache.index.PlanRepositoryIndex.Query

Packages that use PlanRepositoryIndex.Query
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.cache.index   
com.atlassian.bamboo.plugins.stash.predicates   
 

Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanRepositoryIndex.Query
 java.lang.Iterable<ImmutableChain> CachedPlanManager.getPlansWithRepository(PlanRepositoryIndex.Query query)
          Returns chains that use repositories with given params
 java.lang.Iterable<ImmutableChain> CachedPlanManagerImpl.getPlansWithRepository(PlanRepositoryIndex.Query query)
           
 

Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plan.cache.index
 

Methods in com.atlassian.bamboo.plan.cache.index with parameters of type PlanRepositoryIndex.Query
 java.util.Collection<PlanKey> PlanRepositoryIndex.getPlans(PlanRepositoryIndex.Query query)
           
 java.util.Collection<PlanKey> PlanRepositoryIndexer.getPlans(PlanRepositoryIndex.Query query)
           
 

Uses of PlanRepositoryIndex.Query in com.atlassian.bamboo.plugins.stash.predicates
 

Methods in com.atlassian.bamboo.plugins.stash.predicates with parameters of type PlanRepositoryIndex.Query
static com.google.common.base.Predicate<ImmutableChain> StashRepositoryPredicates.defaultRepositoryMatchesQuery(CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query)
          Predicate that is fulfilled when chain has default repository matching query.
static com.google.common.base.Predicate<StashRepository> StashRepositoryPredicates.matchesQuery(CustomVariableContext customVariableContext, PlanRepositoryIndex.Query query)
          Predicate that is fulfilled when repository matches query.
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.