public class WorkspaceProtocol
extends java.lang.Object
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
WorkspaceProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
createWorkspaceUrl(hudson.model.AbstractBuild build,
hudson.FilePath filePath) |
static java.net.URL |
createWorkspaceUrl(hudson.model.AbstractProject project) |
static hudson.FilePath |
getFilePathFromUrl(java.net.URL url) |
groovy.lang.MetaClass |
getMetaClass() |
static hudson.model.AbstractProject |
getProjectFromWorkspaceUrl(java.net.URL url) |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.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 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 static java.net.URL createWorkspaceUrl(hudson.model.AbstractProject project)
public static java.net.URL createWorkspaceUrl(hudson.model.AbstractBuild build,
hudson.FilePath filePath)
public static hudson.model.AbstractProject getProjectFromWorkspaceUrl(java.net.URL url)
public static hudson.FilePath getFilePathFromUrl(java.net.URL url)