Package jetbrains.buildServer.plugins
Interface AgentUpgradeConstants
-
public interface AgentUpgradeConstants
- Author:
- sergey.pak Date: 12/12/2014 Time: 7:23 PM
-
-
Field Summary
Fields Modifier and Type Field Description static String
UNKNOWN_VERSION
Means that there's no main distribution and arriving agent would not be updatestatic String
UNREAD_VERSION
Means that main distribution is not yet read from disk
-
-
-
Field Detail
-
UNKNOWN_VERSION
static final String UNKNOWN_VERSION
Means that there's no main distribution and arriving agent would not be update- See Also:
- Constant Field Values
-
UNREAD_VERSION
static final String UNREAD_VERSION
Means that main distribution is not yet read from disk- See Also:
- Constant Field Values
-
-