Class GetProgressOfRunningTasksTask
java.lang.Object
ch.tocco.nice2.tasks.impl.progress.persist.GetProgressOfRunningTasksTask
- All Implemented Interfaces:
PersistTask<Void,
List<ProgressBean>>
public class GetProgressOfRunningTasksTask
extends Object
implements PersistTask<Void,List<ProgressBean>>
This task fetches a list of all running tasks.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GetProgressOfRunningTasksTask
-
-
Method Details
-
run
public List<ProgressBean> run(Optional<Void> a, CommandContext commandContext) throws InterruptedException - Specified by:
run
in interfacePersistTask<Void,
List<ProgressBean>> - Throws:
InterruptedException
-