public static class JkProject.JkRunnableContainer
extends java.lang.Object
Constructor and Description |
---|
JkRunnableContainer(java.lang.String containerName) |
Modifier and Type | Method and Description |
---|---|
JkProject.JkRunnableContainer |
add(java.lang.String name,
java.lang.Runnable runnable) |
void |
run()
Executes all registered runners for this project in the order of their execution chain.
|
public JkProject.JkRunnableContainer add(java.lang.String name, java.lang.Runnable runnable)
public void run()
Runnable
and executed sequentially.