Package jetbrains.buildServer.agent
Class AgentCanNotCheckoutReason
- java.lang.Object
-
- jetbrains.buildServer.agent.AgentCanNotCheckoutReason
-
-
Field Summary
Fields Modifier and Type Field Description static StringNO_VCS_CLIENTSome standard reason types why Agent can't checkout.static StringNOT_SUPPORTED_CHECKOUT_RULESstatic StringNOT_SUPPORTED_IN_VCS_PLUGINstatic StringUNKNOWN_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 Stringdescribe(boolean verbose)booleanequals(Object o)StringgetDetails()StringgetType()inthashCode()booleanisMissingVcsClient()booleanisUnsupportedCheckoutRules()StringtoString()
-
-
-
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
-
-