Package jetbrains.buildServer.agent
Class AgentCanNotCheckoutReason
- java.lang.Object
-
- jetbrains.buildServer.agent.AgentCanNotCheckoutReason
-
-
Field Summary
Fields Modifier and Type Field Description static String
NO_VCS_CLIENT
Some standard reason types why Agent can't checkout.static String
NOT_SUPPORTED_CHECKOUT_RULES
static String
NOT_SUPPORTED_IN_VCS_PLUGIN
static String
UNKNOWN_REASON_TYPE
-
Constructor Summary
Constructors Constructor Description AgentCanNotCheckoutReason(String type, String details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
describe(boolean verbose)
boolean
equals(Object o)
String
getDetails()
String
getType()
int
hashCode()
boolean
isMissingVcsClient()
boolean
isUnsupportedCheckoutRules()
String
toString()
-
-
-
Field Detail
-
NO_VCS_CLIENT
public static final String NO_VCS_CLIENT
Some standard reason types why Agent can't checkout.- See Also:
- Constant Field Values
-
NOT_SUPPORTED_CHECKOUT_RULES
public static final String NOT_SUPPORTED_CHECKOUT_RULES
- See Also:
- Constant Field Values
-
NOT_SUPPORTED_IN_VCS_PLUGIN
public static final String NOT_SUPPORTED_IN_VCS_PLUGIN
- See Also:
- Constant Field Values
-
UNKNOWN_REASON_TYPE
public static final String UNKNOWN_REASON_TYPE
- See Also:
- Constant Field Values
-
-