public abstract class Task extends Object
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCommand()
The command
|
abstract String |
getCreatedAt()
The created at
|
abstract Map<String,String> |
getEnvironmentVariables()
The environment variables
|
abstract String |
getId()
The id
|
abstract Map<String,Link> |
getLinks()
The links
|
abstract Integer |
getMemoryInMb()
The memory in megabytes=
|
abstract String |
getName()
The tasks name
|
abstract Result |
getResult()
The task result
|
abstract State |
getState()
The task state
|
abstract String |
getUpdatedAt()
The updated at
|
public abstract String getCommand()
public abstract String getCreatedAt()
public abstract Map<String,String> getEnvironmentVariables()
public abstract String getId()
public abstract Integer getMemoryInMb()
public abstract String getName()
public abstract Result getResult()
public abstract State getState()
public abstract String getUpdatedAt()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.