|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjavaposse.jobdsl.dsl.helpers.AbstractHelper
class AbstractHelper
Base for all helpers, providing an easy ability to create WithXmlActions
Property Summary | |
---|---|
JobType |
type
|
java.util.List |
withXmlActions
Global list of all withXmlActions. |
Constructor Summary | |
AbstractHelper(java.util.List withXmlActions, JobType type)
|
Method Summary | |
---|---|
WithXmlAction
|
execute(groovy.lang.Closure rootClosure)
|
Methods inherited from 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() |
Property Detail |
---|
JobType type
java.util.List withXmlActions
Constructor Detail |
---|
AbstractHelper(java.util.List withXmlActions, JobType type)
Method Detail |
---|
WithXmlAction execute(groovy.lang.Closure rootClosure)
Groovy Documentation