jetbrains.buildServer.serverSide.buildDistribution
Interface WaitReason

All Known Implementing Classes:
SimpleWaitReason

public interface WaitReason

Reason describing why build is still waiting in the queue.

Since:
4.5

Method Summary
 java.lang.String getDescription()
          String representation of the reason.
 

Method Detail

getDescription

@NotNull
java.lang.String getDescription()
String representation of the reason.

Returns:
see above