public class DeployerRepositoryImpl extends Object implements DeployerRepositoryCustom
| Constructor and Description |
|---|
DeployerRepositoryImpl() |
| 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.
|
public org.springframework.cloud.skipper.domain.Deployer findByNameRequired(String name)
DeployerRepositoryCustomfindByNameRequired in interface DeployerRepositoryCustomname - the name of the deployerSkipperException if not found.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.