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 ObjectgetLOG()groovy.lang.MetaClassgetOut()getProperty(String property) booleanhasPublisherName(String shortClassName) invokeMethod(String method, Object arguments) sendCoverageReport(int pageSize) voidsendReport(groovy.lang.Closure closure) sendTestReport(int pageSize) voidvoidvoidsetListener(TaskListener value) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) voidsetWorkSpace(FilePath value) toString()
-
Constructor Details
-
RunDelegate
public RunDelegate() -
RunDelegate
-
-
Method Details
-
archive
-
archive
-
archive
-
getJunitReport
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin 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)
-