Class SplunkConsoleLogStep.ConsoleLogExecutionImpl

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

public static class SplunkConsoleLogStep.ConsoleLogExecutionImpl extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConsoleLogExecutionImpl(org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    void
    stop(Throwable cause)

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

    applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume

    Methods inherited from class java.lang.Object

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

    • ConsoleLogExecutionImpl

      public ConsoleLogExecutionImpl(org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • start

      public boolean start() throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception
    • stop

      public void stop(@NonNull Throwable cause) throws Exception
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception