CreateTask creates a task on the node. It does not have effect on master node.
(ctx context.Context, taskType string, state string)
| 35 | IsMaster() bool |
| 36 | // CreateTask creates a task on the node. It does not have effect on master node. |
| 37 | CreateTask(ctx context.Context, taskType string, state string) (int, error) |
| 38 | // GetTask returns the task summary of the task with the given id. |
| 39 | GetTask(ctx context.Context, id int, clearOnComplete bool) (*SlaveTaskSummary, error) |
| 40 | // CleanupFolders cleans up the given folders on the node. |
no outgoing calls
no test coverage detected