Class WithSecretsStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
com.onepassword.jenkins.plugins.pipeline.WithSecretsStepExecution
All Implemented Interfaces:
Serializable

public class WithSecretsStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

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

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

    Methods inherited from class java.lang.Object

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

    • start

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