static <T extends Performable> AnonymousTask |
Task.where(String title,
T... steps)
Create a new Performable Task made up of a list of Performables.
|
static <T extends Performable> AnonymousTask |
BackendTask.where(String title,
T... steps) |
static <T extends Performable> AnonymousTask |
Task.where(T... steps) |
static <T extends Performable> AnonymousTask |
SilentTask.where(T... steps) |
static <T extends Performable> AnonymousTask |
BackendTask.where(T... steps) |
<T extends Performable> AnonymousTask |
TaskBuilder.whereTheActorAttemptsTo(T... steps) |
AnonymousTask |
AnonymousTask.withNoReporting() |