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.
|
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 |
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 - AppDeploymentRequestCopyright © 2021 Pivotal Software, Inc.. All rights reserved.