Class RepositoryPredicate

java.lang.Object
sonia.scm.repository.RepositoryPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<RepositoryCacheKey>, Predicate<RepositoryCacheKey>

public class RepositoryPredicate extends Object implements com.google.common.base.Predicate<RepositoryCacheKey>
Since:
1.9
  • Constructor Details

    • RepositoryPredicate

      public RepositoryPredicate(Repository repository)
    • RepositoryPredicate

      public RepositoryPredicate(RepositoryHookEvent event)
    • RepositoryPredicate

      public RepositoryPredicate(String repositoryId)
  • Method Details