Class SplunkConsoleLogStep.BodyExecutionCallbackConsole

java.lang.Object
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall
com.splunk.splunkjenkins.SplunkConsoleLogStep.BodyExecutionCallbackConsole
All Implemented Interfaces:
Serializable
Enclosing class:
SplunkConsoleLogStep

public static class SplunkConsoleLogStep.BodyExecutionCallbackConsole extends org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback

    org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    finished(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall

    onFailure, onSuccess

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback

    onStart, wrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BodyExecutionCallbackConsole

      public BodyExecutionCallbackConsole()
  • Method Details

    • finished

      protected void finished(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception
      Specified by:
      finished in class org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall
      Throws:
      Exception