hudson.drools
Class HumanTaskBuilder
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.util.BuilderSupport
hudson.drools.HumanTaskBuilder
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class HumanTaskBuilder
- extends groovy.util.BuilderSupport
|
Method Summary |
protected java.lang.Object |
createNode(java.lang.Object name)
|
protected java.lang.Object |
createNode(java.lang.Object name,
java.util.Map attributes)
|
protected java.lang.Object |
createNode(java.lang.Object name,
java.util.Map attributes,
java.lang.Object value)
|
protected java.lang.Object |
createNode(java.lang.Object name,
java.lang.Object value)
|
static void |
main(java.lang.String[] args)
|
protected void |
setParent(java.lang.Object parent,
java.lang.Object child)
|
| Methods inherited from class groovy.util.BuilderSupport |
doInvokeMethod, getCurrent, getName, invokeMethod, invokeMethod, nodeCompleted, postNodeCompletion, setClosureDelegate, setCurrent |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, getProperty, setMetaClass, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HumanTaskBuilder
public HumanTaskBuilder()
createNode
protected java.lang.Object createNode(java.lang.Object name)
- Specified by:
createNode in class groovy.util.BuilderSupport
createNode
protected java.lang.Object createNode(java.lang.Object name,
java.lang.Object value)
- Specified by:
createNode in class groovy.util.BuilderSupport
createNode
protected java.lang.Object createNode(java.lang.Object name,
java.util.Map attributes)
- Specified by:
createNode in class groovy.util.BuilderSupport
createNode
protected java.lang.Object createNode(java.lang.Object name,
java.util.Map attributes,
java.lang.Object value)
- Specified by:
createNode in class groovy.util.BuilderSupport
setParent
protected void setParent(java.lang.Object parent,
java.lang.Object child)
- Specified by:
setParent in class groovy.util.BuilderSupport
main
public static void main(java.lang.String[] args)
Copyright © 2009. All Rights Reserved.