|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.utils.ResponderTask.Sequence<T>
public static class ResponderTask.Sequence<T extends ResponderTask.SuccessResult>
Creates a callable by executing the first step, and only if successful executing the next step.
Constructor Summary | |
---|---|
ResponderTask.Sequence(java.util.concurrent.Callable<T> step1,
java.util.concurrent.Callable<T> step2)
|
Method Summary | |
---|---|
T |
call()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponderTask.Sequence(java.util.concurrent.Callable<T> step1, java.util.concurrent.Callable<T> step2)
Method Detail |
---|
public T call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<T extends ResponderTask.SuccessResult>
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |