protected static class AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper extends Object implements TaskLauncher
Constructor and Description |
---|
AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper(TaskLauncher wrapped) |
Modifier and Type | Method and Description |
---|---|
void |
cancel(String id) |
void |
cleanup(String id) |
void |
destroy(String appName) |
RuntimeEnvironmentInfo |
environmentInfo() |
String |
launch(AppDeploymentRequest request) |
TaskStatus |
status(String id) |
public AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper(TaskLauncher wrapped)
public String launch(AppDeploymentRequest request)
launch
in interface TaskLauncher
public void cancel(String id)
cancel
in interface TaskLauncher
public TaskStatus status(String id)
status
in interface TaskLauncher
public void cleanup(String id)
cleanup
in interface TaskLauncher
public void destroy(String appName)
destroy
in interface TaskLauncher
public RuntimeEnvironmentInfo environmentInfo()
environmentInfo
in interface TaskLauncher
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.