public interface TaskExecutionInfoService
Modifier and Type | Method and Description |
---|---|
Set<String> |
composedTaskChildNames(String taskName) |
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> |
createTaskDeploymentRequests(String taskName,
String dslText)
Creates requests for a composed task
|
AllPlatformsTaskExecutionInformation |
findAllPlatformTaskExecutionInformation() |
TaskExecutionInformation |
findTaskExecutionInformation(String taskName,
Map<String,String> taskDeploymentProperties,
boolean addDatabaseCredentials,
Map<String,String> previousTaskDeploymentProperties)
Create a the
TaskExecutionInformation instance for the information provided. |
Set<String> |
taskNames(String taskName) |
TaskExecutionInformation findTaskExecutionInformation(String taskName, Map<String,String> taskDeploymentProperties, boolean addDatabaseCredentials, Map<String,String> previousTaskDeploymentProperties)
TaskExecutionInformation
instance for the information provided.taskName
- the name of the task definitiontaskDeploymentProperties
- the deployment properties to use for the TaskExecutionInformation
addDatabaseCredentials
- true if database credentials should be added to the TaskExecutionInformation
previousTaskDeploymentProperties
- the previous deployment properties to use for the TaskExecutionInformation
TaskExecutionInformation
AllPlatformsTaskExecutionInformation findAllPlatformTaskExecutionInformation()
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> createTaskDeploymentRequests(String taskName, String dslText)
taskName
- name of the taskdslText
- String of the dsl textAppDeploymentRequest
based on the dsl providedCopyright © 2024 Pivotal Software, Inc.. All rights reserved.