Package jetbrains.buildServer.agent
Interface ExitCodes
-
public interface ExitCodes
Most code values are taken from theAppExitCode
, as it was before, for (possible) compatibility.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DIE
static int
EXIT
static int
FULL_RESTART
static int
RESTART
static int
RESTART_ERROR
static int
UPGRADE
-
-
-
Field Detail
-
EXIT
static final int EXIT
- See Also:
- Constant Field Values
-
UPGRADE
static final int UPGRADE
- See Also:
- Constant Field Values
-
FULL_RESTART
static final int FULL_RESTART
- See Also:
- Constant Field Values
-
RESTART
static final int RESTART
- See Also:
- Constant Field Values
-
RESTART_ERROR
static final int RESTART_ERROR
- See Also:
- Constant Field Values
-
DIE
static final int DIE
- See Also:
- Constant Field Values
-
-