Class GitLabBuildsStep.GitLabBuildStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
com.dabsquared.gitlabjenkins.workflow.GitLabBuildsStep.GitLabBuildStepExecution
All Implemented Interfaces:
Serializable
Enclosing class:
GitLabBuildsStep

public static class GitLabBuildsStep.GitLabBuildStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Method Summary Link icon

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

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

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

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details Link icon

    • start Link icon

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

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