Groovy Documentation

javaposse.jobdsl.dsl
[Groovy] Class WithXmlAction

java.lang.Object
  javaposse.jobdsl.dsl.WithXmlAction

class WithXmlAction

Constructor Summary
WithXmlAction(groovy.lang.Closure closure)

 
Method Summary
java.lang.Object execute(groovy.util.Node root)

 
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()
 

Constructor Detail

WithXmlAction

WithXmlAction(groovy.lang.Closure closure)


 
Method Detail

execute

java.lang.Object execute(groovy.util.Node root)


 

Groovy Documentation