public interface SubversionRepoRepository extends com.capitalone.dashboard.repository.BaseCollectorItemRepository<SubversionRepo>
| Modifier and Type | Method and Description |
|---|---|
List<SubversionRepo> |
findEnabledSubversionRepos(org.bson.types.ObjectId collectorId) |
SubversionRepo |
findSubversionRepo(org.bson.types.ObjectId collectorId,
String url) |
findByCollectorAndOptions, findByCollectorIdAndNiceName, findByCollectorIdIn, findByCollectorIdInAndDescriptionContainingAndNiceNameContainingAllIgnoreCase, findByCollectorIdInAndDescriptionContainingIgnoreCase, findByEnabledIsTrue@Query(value="{ \'collectorId\' : ?0, options.url : ?1}")
SubversionRepo findSubversionRepo(org.bson.types.ObjectId collectorId,
String url)
@Query(value="{ \'collectorId\' : ?0, enabled: true}")
List<SubversionRepo> findEnabledSubversionRepos(org.bson.types.ObjectId collectorId)
Copyright © 2019 Capital One. All rights reserved.