We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Step.start
1 parent 154deb9 commit 87f9eb5Copy full SHA for 87f9eb5
src/main/java/org/jenkinsci/plugins/workflow/steps/Step.java
@@ -61,6 +61,7 @@ public abstract class Step extends AbstractDescribableImpl<Step> implements Exte
61
* @throws Exception
62
* if any exception is thrown, {@link Step} is assumed to have completed abnormally synchronously
63
* (as if {@link StepContext#onFailure} is called and the method returned true.)
64
+ * @see StepExecutions
65
*/
66
public abstract StepExecution start(StepContext context) throws Exception;
67
0 commit comments