Class InputStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution
All Implemented Interfaces:
ModelObject, Serializable

@ExportedBean(defaultVisibility=2) public class InputStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements ModelObject
Author:
Kohsuke Kawaguchi
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kohsuke.stapler.HttpResponse
    REST endpoint to abort the workflow.
    org.kohsuke.stapler.HttpResponse
    doProceed(org.kohsuke.stapler.StaplerRequest request)
    REST endpoint to submit the input.
    org.kohsuke.stapler.HttpResponse
    Used from the Proceed hyperlink when no parameters are defined.
    org.kohsuke.stapler.HttpResponse
    doSubmit(org.kohsuke.stapler.StaplerRequest request)
    Called from the form via browser to submit/abort this input step.
     
    boolean
     
    boolean
     
     
     
    Run<?,?>
     
    boolean
    If this input step has been decided one way or the other.
    void
    Check if the current user can submit the input.
    org.kohsuke.stapler.HttpResponse
    Deprecated.
    org.kohsuke.stapler.HttpResponse
    Processes the acceptance (approval) request.
    boolean
     
    void
    stop(Throwable cause)
     

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

    inject, onResume

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

    applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait