Package com.splunk.splunkjenkins
Class RunDelegate
java.lang.Object
com.splunk.splunkjenkins.RunDelegate
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActionByClassName
(String className) getBuild()
getEnv()
getJunitReport
(int pageSize) getJunitReport
(int pageSize, List<String> ignoredActions) static Object
getLOG()
groovy.lang.MetaClass
getOut()
getProperty
(String property) boolean
hasPublisherName
(String shortClassName) invokeMethod
(String method, Object arguments) sendCoverageReport
(int pageSize) void
sendReport
(groovy.lang.Closure closure) sendTestReport
(int pageSize) void
void
void
setListener
(TaskListener value) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) void
setWorkSpace
(FilePath value) toString()
-
Constructor Details
-
RunDelegate
public RunDelegate() -
RunDelegate
-
-
Method Details
-
archive
-
archive
-
archive
-
getJunitReport
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getLOG
-
setBuild
-
setEnv
-
getListener
-
setListener
-
getWorkSpace
-
setWorkSpace
-
send
-
send
-
archive
-
getJunitReport
-
getJunitReport
-
sendTestReport
-
sendCoverageReport
-
getOut
-
println
-
getEnv
-
getBuild
-
getActionByClassName
-
getAction
-
hasPublisherName
-
toString
-
getBuildEvent
-
sendReport
public void sendReport(groovy.lang.Closure closure)
-