|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.RepositoryPredicates
public class RepositoryPredicates
Method Summary | |
---|---|
static com.google.common.base.Predicate<PlanRepositoryLink> |
hasPlanRepositoryLinkEqualRepositoryId(long repositoryId)
Get a predicate that returns true for PlanRepositoryLink which has equal repository id |
static com.google.common.base.Predicate<RepositoryDefinition> |
hasRepositoryDefinitionEqualPluginKey(java.lang.String pluginKey)
Get a predicate that returns true for RepositoryDefinition which has equal plugin key |
static com.google.common.base.Predicate<RepositoryDefinition> |
isRepositoryDefinitionDefault()
Get a predicate that returns true for RepositoryDefinition which is has position == 0 (is default) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static com.google.common.base.Predicate<PlanRepositoryLink> hasPlanRepositoryLinkEqualRepositoryId(long repositoryId)
PlanRepositoryLink
which has equal repository id
repositoryId
- id to be matched with PlanRepositoryLink.getRepositoryDataEntity()
public static com.google.common.base.Predicate<RepositoryDefinition> hasRepositoryDefinitionEqualPluginKey(@NotNull java.lang.String pluginKey)
RepositoryDefinition
which has equal plugin key
pluginKey
- pluginKey is to be matched
public static com.google.common.base.Predicate<RepositoryDefinition> isRepositoryDefinitionDefault()
RepositoryDefinition
which is has position == 0 (is default)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |