Interface WaitReason
-
- All Known Subinterfaces:
WaitReasonEx
- All Known Implementing Classes:
SimpleWaitReason
,WaitReasonImpl
public interface WaitReason
Reason describing why build is still waiting in the queue.- Since:
- 4.5
-
-
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
-
-