|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskExecutionContext | |
---|---|
net.sourceforge.basher | |
net.sourceforge.basher.impl | |
net.sourceforge.basher.internal | |
net.sourceforge.basher.internal.impl |
Uses of TaskExecutionContext in net.sourceforge.basher |
---|
Methods in net.sourceforge.basher that return TaskExecutionContext | |
---|---|
TaskExecutionContext |
TaskManager.getNextTaskExecutionContext()
Retrieves the next task available. |
Methods in net.sourceforge.basher that return types with arguments of type TaskExecutionContext | |
---|---|
Set<TaskExecutionContext> |
TaskExecutionContext.getFollowers()
|
Methods in net.sourceforge.basher with parameters of type TaskExecutionContext | |
---|---|
void |
TaskExecutionContext.addFollower(TaskExecutionContext taskExecutionContext)
|
void |
Collector.fail(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos,
Throwable throwable)
Reports a task's failure to run together with the time time elapsed for the failure. |
void |
Collector.notRun(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
Reports a task's wish to not run altogether with the time time elapsed for it to determine this. |
void |
Collector.success(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
Reports a task's successful invocation together with the time elapsed for the task to run. |
Uses of TaskExecutionContext in net.sourceforge.basher.impl |
---|
Methods in net.sourceforge.basher.impl that return TaskExecutionContext | |
---|---|
TaskExecutionContext |
TaskManagerImpl.getNextTaskExecutionContext()
|
Methods in net.sourceforge.basher.impl with parameters of type TaskExecutionContext | |
---|---|
void |
AbstractFileCollector.fail(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos,
Throwable throwable)
Writes the result of a failed task to the failure file. |
void |
AbstractCollector.fail(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos,
Throwable throwable)
|
void |
StdOutCollector.fail(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos,
Throwable throwable)
|
void |
AbstractFileCollector.notRun(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
Writes the result of a not tun task execution to the notrun file. |
void |
AbstractCollector.notRun(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
|
void |
StdOutCollector.notRun(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
|
void |
AbstractFileCollector.success(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
Writes the result of a successful task execution to the success file. |
void |
AbstractCollector.success(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
|
void |
StdOutCollector.success(TaskExecutionContext taskExecutionContext,
long elapsedTime,
long elapsedTimeNanos)
|
Uses of TaskExecutionContext in net.sourceforge.basher.internal |
---|
Methods in net.sourceforge.basher.internal with parameters of type TaskExecutionContext | |
---|---|
void |
TaskInvoker.invokeTask(TaskExecutionContext taskExecutionContext)
|
void |
TaskInvoker.invokeTask(TaskExecutionContext taskExecutionContext,
boolean invokeFollowers)
|
Uses of TaskExecutionContext in net.sourceforge.basher.internal.impl |
---|
Methods in net.sourceforge.basher.internal.impl with parameters of type TaskExecutionContext | |
---|---|
void |
TaskInvokerImpl.invokeTask(TaskExecutionContext taskExecutionContext)
|
void |
TaskInvokerImpl.invokeTask(TaskExecutionContext taskExecutionContext,
boolean invokeFollowers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |