Class BuildstashStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<String,Object>>
com.buildstash.BuildstashStepExecution
All Implemented Interfaces:
Serializable

public class BuildstashStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<String,Object>>
Execution class for the Buildstash step. Handles the actual upload process to the Buildstash service.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    BuildstashStepExecution(BuildstashStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
    run()
     

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

    blocksRestart, getStatus, onResume, start, stop

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

    acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

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

    • BuildstashStepExecution

      public BuildstashStepExecution(BuildstashStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details