public interface DeployerRepositoryCustom
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.skipper.domain.Deployer |
findByNameRequired(String name)
Performs a findByName query and throws an exception if the name is not found.
|
org.springframework.cloud.skipper.domain.Deployer findByNameRequired(String name)
name - the name of the deployerSkipperException if not found.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.