public class ScriptRequestGenerator
extends java.lang.Object
implements java.io.Closeable, groovy.lang.GroovyObject
| Constructor and Description |
|---|
ScriptRequestGenerator(hudson.model.AbstractBuild build,
hudson.EnvVars env) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
hudson.model.AbstractBuild |
getBuild() |
java.util.Map<hudson.FilePath,java.io.File> |
getCachedFiles() |
hudson.EnvVars |
getEnv() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
java.util.Set<javaposse.jobdsl.dsl.ScriptRequest> |
getScriptRequests(java.lang.String targets,
boolean usingScriptText,
java.lang.String scriptText,
boolean ignoreExisting,
java.lang.String additionalClasspath) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setEnv(hudson.EnvVars value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
public ScriptRequestGenerator(hudson.model.AbstractBuild build,
hudson.EnvVars env)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic final hudson.model.AbstractBuild getBuild()
public hudson.EnvVars getEnv()
public void setEnv(hudson.EnvVars value)
public final java.util.Map<hudson.FilePath,java.io.File> getCachedFiles()
public java.util.Set<javaposse.jobdsl.dsl.ScriptRequest> getScriptRequests(java.lang.String targets,
boolean usingScriptText,
java.lang.String scriptText,
boolean ignoreExisting,
java.lang.String additionalClasspath)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException