Common code for all tasks that extend AbstractDslTask to perform their actions in another process. This class takes care of receiving and decoding the configuration options for the tasks.
| Modifiers | Name | Description |
|---|---|---|
static int |
EXIT_EXCEPTION |
|
static int |
EXIT_FAILURE |
|
static int |
EXIT_SUCCESS |
|
protected javaposse.jobdsl.dsl.JobManagement |
jobManagement |
|
protected java.util.Properties |
runProperties |
| Type Params | Return Type | Name and description |
|---|---|---|
|
javaposse.jobdsl.dsl.JobManagement |
createJobManagement(jenkins.model.Jenkins jenkins, ItemFilter filter) |
|
void |
postProcess(jenkins.model.Jenkins jenkins, java.util.List<javaposse.jobdsl.dsl.GeneratedItems> generatedItems, ItemFilter filter) |
|
void |
run() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |