@KeySpace(value="deployer") public class Deployer extends Object
| Constructor and Description |
|---|
Deployer(String name,
String type,
org.springframework.cloud.deployer.spi.app.AppDeployer appDeployer) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
getAppDeployer() |
String |
getDescription() |
String |
getId() |
String |
getName() |
List<ConfigurationMetadataPropertyEntity> |
getOptions() |
String |
getType() |
void |
setAppDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer deployer) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOptions(List<ConfigurationMetadataPropertyEntity> options) |
void |
setType(String type) |
public String getId()
public String getName()
public void setName(String name)
public org.springframework.cloud.deployer.spi.app.AppDeployer getAppDeployer()
public void setAppDeployer(org.springframework.cloud.deployer.spi.app.AppDeployer deployer)
public String getType()
public void setType(String type)
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public List<ConfigurationMetadataPropertyEntity> getOptions()
public void setOptions(List<ConfigurationMetadataPropertyEntity> options)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.