public interface SubversionRepoRepository extends BaseCollectorItemRepository<SubversionRepo>
| Modifier and Type | Method and Description |
|---|---|
List<SubversionRepo> |
findEnabledSubversionRepos(ObjectId collectorId) |
SubversionRepo |
findSubversionRepo(ObjectId collectorId,
String url) |
findByCollectorAndOptions, findByCollectorIdAndNiceName, findByCollectorIdIn, findByEnabledIsTrue@Query(value="{ \'collectorId\' : ?0, options.url : ?1}")
SubversionRepo findSubversionRepo(ObjectId collectorId,
String url)
@Query(value="{ \'collectorId\' : ?0, enabled: true}")
List<SubversionRepo> findEnabledSubversionRepos(ObjectId collectorId)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.