|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.plugins.stash.predicates.StashRepositoryPredicates
public class StashRepositoryPredicates
Constructor Summary | |
---|---|
StashRepositoryPredicates()
|
Method Summary | |
---|---|
static com.google.common.base.Predicate<ImmutableChain> |
branchMonitoringConfigurationBuildsPullRequests()
Predicate that is fulfilled when plan has pull request builds enabled |
static com.google.common.base.Predicate<ImmutableChain> |
branchMonitoringConfigurationMatchesBranchName(String vcsBranchName)
Predicate that is fulfilled when plan has automatic branch management enabled |
static com.google.common.base.Predicate<ImmutableChain> |
defaultRepositoryMatchesQuery(CustomVariableContext customVariableContext,
PlanRepositoryIndex.Query query)
Predicate that is fulfilled when chain has default repository matching query. |
static com.google.common.base.Predicate<StashRepository> |
matchesQuery(CustomVariableContext customVariableContext,
PlanRepositoryIndex.Query query)
Predicate that is fulfilled when repository matches query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StashRepositoryPredicates()
Method Detail |
---|
public static com.google.common.base.Predicate<StashRepository> matchesQuery(@NotNull CustomVariableContext customVariableContext, @NotNull PlanRepositoryIndex.Query query)
customVariableContext
- custom variable context with plan set alreadyquery
- query to be matched against repositorypublic static com.google.common.base.Predicate<ImmutableChain> defaultRepositoryMatchesQuery(@NotNull CustomVariableContext customVariableContext, @NotNull PlanRepositoryIndex.Query query)
customVariableContext
- empty custom variable contextquery
- query to be matched against repositorypublic static com.google.common.base.Predicate<ImmutableChain> branchMonitoringConfigurationMatchesBranchName(@NotNull String vcsBranchName)
public static com.google.common.base.Predicate<ImmutableChain> branchMonitoringConfigurationBuildsPullRequests()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |