Class SimpleWaitReason
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildDistribution.SimpleWaitReason
-
- All Implemented Interfaces:
WaitReason
public class SimpleWaitReason extends Object implements WaitReason
Represents simple reason which contains string representation only.- Since:
- 4.5
-
-
Constructor Summary
Constructors Constructor Description SimpleWaitReason(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String representation of the reason.String
toString()
-
-
-
Constructor Detail
-
SimpleWaitReason
public SimpleWaitReason(@NotNull String description)
-
-
Method Detail
-
getDescription
@NotNull public String getDescription()
Description copied from interface:WaitReason
String representation of the reason.- Specified by:
getDescription
in interfaceWaitReason
- Returns:
- see above
-
-