public class FlowDelegate extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
FlowDelegate(FlowRun flowRun,
hudson.model.BuildListener listener,
Object upstream,
Object env) |
| Modifier and Type | Method and Description |
|---|---|
Object |
build(Map args,
String jobName) |
Object |
build(String jobName) |
Object |
fail() |
Object |
getActions(hudson.model.Job job,
Map args) |
Object |
getBuild() |
List<hudson.model.Cause> |
getCauses() |
Object |
getClosureValue(Object closure) |
Map<String,String> |
getEnv() |
Object |
getExtension() |
FlowRun |
getFlowRun() |
int |
getIndent() |
hudson.model.BuildListener |
getListener() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getOut() |
Object |
getParams() |
Object |
getProperty(String property) |
hudson.model.AbstractBuild |
getUpstream() |
Object |
guard(Object guardedClosure) |
Object |
ignore(hudson.model.Result result,
Object closure) |
Object |
invokeMethod(String method,
Object arguments) |
Object |
methodMissing(String name,
Object args) |
List<FlowState> |
parallel(groovy.lang.Closure... closures) |
List<FlowState> |
parallel(Collection<? extends groovy.lang.Closure> closures) |
Map<?,FlowState> |
parallel(Map<?,? extends groovy.lang.Closure> args) |
Object |
println_with_indent(groovy.lang.Closure f) |
Object |
println(String s) |
Object |
propertyMissing(String name) |
Object |
retry(int attempts,
Object retryClosure) |
void |
setCauses(List<hudson.model.Cause> value) |
void |
setFlowRun(FlowRun value) |
void |
setIndent(int value) |
void |
setListener(hudson.model.BuildListener value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic List<hudson.model.Cause> getCauses()
public void setCauses(List<hudson.model.Cause> value)
public FlowRun getFlowRun()
public void setFlowRun(FlowRun value)
public hudson.model.BuildListener getListener()
public void setListener(hudson.model.BuildListener value)
public int getIndent()
public void setIndent(int value)
public Object getOut()
public Object println_with_indent(groovy.lang.Closure f)
public Object fail()
public Object getBuild()
public Object getParams()
public hudson.model.AbstractBuild getUpstream()
public List<FlowState> parallel(Collection<? extends groovy.lang.Closure> closures)
public Object getExtension()
Copyright © 2004-2013. All Rights Reserved.