Interface WaitReason

  • All Known Implementing Classes:
    SimpleWaitReason

    public interface WaitReason
    Reason describing why build is still waiting in the queue.
    Since:
    4.5
    • Method Detail

      • getDescription

        @NotNull
        java.lang.String getDescription()
        String representation of the reason.
        Returns:
        see above