Interface DelayReason
-
public interface DelayReasonReason 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 StringgetDescription()String representation of the reason.
-
-
-
Method Detail
-
getDescription
@NotNull String getDescription()
String representation of the reason.- Returns:
- see above
-
-