We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff204e commit 7cc6369Copy full SHA for 7cc6369
core/src/main/java/hudson/model/queue/CauseOfBlockage.java
@@ -37,6 +37,7 @@ public abstract class CauseOfBlockage {
37
38
/**
39
* @return {@code true} if the blockage is fatal and the item should be removed from the queue.
40
+ * @since TODO
41
*/
42
public boolean isFatal() {
43
return false;
0 commit comments