Class RunDelegate

java.lang.Object
com.splunk.splunkjenkins.RunDelegate
All Implemented Interfaces:
groovy.lang.GroovyObject

public class RunDelegate extends Object implements groovy.lang.GroovyObject
  • Constructor Details

    • RunDelegate

      public RunDelegate()
    • RunDelegate

      public RunDelegate(Run build, Map env, TaskListener listener)
  • Method Details

    • archive

      public Object archive(String includes, String excludes, boolean uploadFromSlave)
    • archive

      public Object archive(String includes, String excludes)
    • archive

      public Object archive(String includes)
    • getJunitReport

      public Object getJunitReport(int pageSize)
    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • getLOG

      public static Object getLOG()
    • setBuild

      public void setBuild(Run value)
    • setEnv

      public void setEnv(Map value)
    • getListener

      public TaskListener getListener()
    • setListener

      public void setListener(TaskListener value)
    • getWorkSpace

      public FilePath getWorkSpace()
    • setWorkSpace

      public void setWorkSpace(FilePath value)
    • send

      public Object send(Object message)
    • send

      public Object send(Object message, String eventSourceName)
    • archive

      public Object archive(String includes, String excludes, boolean uploadFromSlave, String fileSizeLimit)
    • getJunitReport

      public Object getJunitReport()
    • getJunitReport

      public Object getJunitReport(int pageSize, List<String> ignoredActions)
    • sendTestReport

      public Object sendTestReport(int pageSize)
    • sendCoverageReport

      public Object sendCoverageReport(int pageSize)
    • getOut

      public Object getOut()
    • println

      public Object println(String s)
    • getEnv

      public Object getEnv()
    • getBuild

      public Object getBuild()
    • getActionByClassName

      public Action getActionByClassName(String className)
    • getAction

      public Action getAction(Class<? extends Action> type)
    • hasPublisherName

      public boolean hasPublisherName(String shortClassName)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBuildEvent

      public Object getBuildEvent()
    • sendReport

      public void sendReport(groovy.lang.Closure closure)