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.
1 parent 8deecbf commit dd28011Copy full SHA for dd28011
src/main/java/org/jenkinsci/plugins/workflow/steps/BodyExecution.java
@@ -77,7 +77,7 @@ public boolean cancel(boolean b) {
77
* If the body has finished executing, or is cancelled already, the attempt will
78
* fail. This method is asynchronous. There's no guarantee that the cancellation
79
* has happened or completed before this method returns.
80
- *
+ * @param t reason for cancellation; typically a {@link FlowInterruptedException}
81
* @return false if the task cannot be cancelled.
82
*/
83
public boolean cancel(Throwable t) {
0 commit comments