public class TaskManifest extends Object
| Constructor and Description |
|---|
TaskManifest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatformName()
Name of the platform the related task execution was executed on.
|
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> |
getSubTaskDeploymentRequests()
For composed task executions, this will contain the children deployment requests.
|
org.springframework.cloud.deployer.spi.core.AppDeploymentRequest |
getTaskDeploymentRequest()
AppDeploymentRequest representing the task being executed |
void |
setPlatformName(String platformName)
Name of the platform the related task execution was executed on.
|
void |
setSubTaskDeploymentRequests(List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> subTaskDeploymentRequests)
For composed task executions, the list of deployment requests (one for each child)
|
void |
setTaskDeploymentRequest(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest taskDeploymentRequest)
Task deployment
|
String |
toString() |
public String getPlatformName()
public void setPlatformName(String platformName)
platformName - platform namepublic org.springframework.cloud.deployer.spi.core.AppDeploymentRequest getTaskDeploymentRequest()
AppDeploymentRequest representing the task being executedAppDeploymentRequestpublic void setTaskDeploymentRequest(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest taskDeploymentRequest)
taskDeploymentRequest - AppDeploymentRequestpublic List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> getSubTaskDeploymentRequests()
public void setSubTaskDeploymentRequests(List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> subTaskDeploymentRequests)
subTaskDeploymentRequests - child deployment requestsCopyright © 2019 Pivotal Software, Inc.. All rights reserved.