public interface RepositoryRepository extends org.springframework.data.repository.PagingAndSortingRepository<org.springframework.cloud.skipper.domain.Repository,Long>
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.cloud.skipper.domain.Repository> |
findAllByOrderByRepoOrderDesc()
Get all the repositories with their repository order in descending order.
|
org.springframework.cloud.skipper.domain.Repository |
findByName(String name) |
org.springframework.cloud.skipper.domain.Repository findByName(@Param(value="name")
String name)
List<org.springframework.cloud.skipper.domain.Repository> findAllByOrderByRepoOrderDesc()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.