public interface TaskDeleteService
Modifier and Type | Method and Description |
---|---|
void |
cleanupExecution(long id)
Cleanup the resources that resulted from running the task with the given execution id.
|
void |
deleteAll()
Destroy all task definitions.
|
void |
deleteTaskDefinition(String name)
Destroy the task definition.
|
void cleanupExecution(long id)
id
- the execution idvoid deleteTaskDefinition(String name)
name
- The name of the task.void deleteAll()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.