public class DeployerRepositoryImpl extends Object implements DeployerRepositoryCustom
Constructor and Description |
---|
DeployerRepositoryImpl() |
Modifier and Type | Method and Description |
---|---|
Deployer |
findByNameRequired(String name)
Performs a findByName query and throws an exception if the name is not found.
|
public Deployer findByNameRequired(String name)
DeployerRepositoryCustom
findByNameRequired
in interface DeployerRepositoryCustom
name
- the name of the deployerSkipperException
if not found.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.