public class TaskDefinitionResource
extends org.springframework.hateoas.ResourceSupport
TaskDefinition
.Modifier and Type | Class and Description |
---|---|
static class |
TaskDefinitionResource.Page |
Constructor and Description |
---|
TaskDefinitionResource(String name,
String dslText) |
Modifier and Type | Method and Description |
---|---|
String |
getDslText() |
String |
getName() |
String |
getStatus()
Return the status of this task (i.e.
|
void |
setStatus(String status)
Set the status of this task (i.e.
|
public String getName()
public String getDslText()
public String getStatus()
public void setStatus(String status)
status
- task statusCopyright © 2017 Pivotal Software, Inc.. All rights reserved.