public interface TaskExecutionInfoService
Modifier and Type | Method and Description |
---|---|
AllPlatformsTaskExecutionInformation |
findAllPlatformTaskExecutionInformation() |
TaskExecutionInformation |
findTaskExecutionInformation(String taskName,
Map<String,String> taskDeploymentProperties,
String composedTaskRunnerName)
Create a the
TaskExecutionInformation instance for the information provided. |
TaskExecutionInformation findTaskExecutionInformation(String taskName, Map<String,String> taskDeploymentProperties, String composedTaskRunnerName)
TaskExecutionInformation
instance for the information provided.taskName
- the name of the task definitiontaskDeploymentProperties
- the deployment properties to use for the TaskExecutionInformation
composedTaskRunnerName
- user provided CTR app name to use.TaskExecutionInformation
AllPlatformsTaskExecutionInformation findAllPlatformTaskExecutionInformation()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.