Package jetbrains.buildServer.agent
Interface ExitCodes
-
public interface ExitCodesMost code values are taken from theAppExitCode, as it was before, for (possible) compatibility.
-
-
Field Summary
Fields Modifier and Type Field Description static intDIEstatic intEXITstatic intFULL_RESTARTstatic intRESTARTstatic intRESTART_ERRORstatic intUPGRADE
-
-
-
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
-
-