@Repository public interface DeploymentIdRepository extends org.springframework.data.repository.Repository<String,String>
Modifier and Type | Method and Description |
---|---|
void |
delete(String key)
Delete the entries associated with the app deployment key.
|
String |
findOne(String key)
Find an identifier by its key.
|
void |
save(String key,
String id)
Associates a given app deployment key with an identifier.
|
void save(String key, String id)
key
- the app deployment keyid
- the identifierString findOne(String key)
key
- the app deployment keyvoid delete(String key)
key
- the app deployment keyCopyright © 2018 Pivotal Software, Inc.. All rights reserved.