public class TaskDefinition extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskDefinition.TaskDefinitionBuilder
Builder object for
TaskDefinition . |
Modifier and Type | Field and Description |
---|---|
protected org.springframework.cloud.deployer.spi.core.AppDefinition |
appDefinition
The underlying
AppDefinition . |
static String |
SPRING_CLOUD_TASK_NAME |
Constructor and Description |
---|
TaskDefinition(String name,
String dsl) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDslText() |
String |
getName()
Return the name from the
AppDefinition . |
Map<String,String> |
getProperties()
Gets the app definition properties.
|
String |
getRegisteredAppName()
Return the name of the registered app.
|
int |
hashCode() |
protected void |
setRegisteredAppName(String registeredAppName)
Set the registered app name.
|
String |
toString() |
public static final String SPRING_CLOUD_TASK_NAME
protected volatile org.springframework.cloud.deployer.spi.core.AppDefinition appDefinition
AppDefinition
.public String getDslText()
public String getName()
AppDefinition
.AppDefinition
public String getRegisteredAppName()
protected void setRegisteredAppName(String registeredAppName)
registeredAppName
- the registered app nameCopyright © 2017 Pivotal Software, Inc.. All rights reserved.