public interface TaskService
void executeTask(String taskName, Map<String,String> runtimeProperties, List<String> runtimeParams)
taskName
- Name of the task. Must not be null or empty.runtimeProperties
- Optional runtime properties. Must not be null.runtimeParams
- Optional runtime commandline argumentsCopyright © 2016 Pivotal Software, Inc.. All rights reserved.