Skip to content

Commit 87f9eb5

Browse files
committed
Also useful from Step.start
1 parent 154deb9 commit 87f9eb5

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/jenkinsci/plugins/workflow/steps

1 file changed

+1
-0
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/Step.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public abstract class Step extends AbstractDescribableImpl<Step> implements Exte
6161
* @throws Exception
6262
* if any exception is thrown, {@link Step} is assumed to have completed abnormally synchronously
6363
* (as if {@link StepContext#onFailure} is called and the method returned true.)
64+
* @see StepExecutions
6465
*/
6566
public abstract StepExecution start(StepContext context) throws Exception;
6667

0 commit comments

Comments
 (0)