Interface DelayReason
-
public interface DelayReason
Reason describing why build was delayed. Unlike WaitReason doesn't block build distribution- Since:
- 9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String representation of the reason.
-
-
-
Method Detail
-
getDescription
@NotNull String getDescription()
String representation of the reason.- Returns:
- see above
-
-