Uses of Class
jetbrains.buildServer.agent.impl.serverCommunication.ServerCommandsPoller.OnExit.Reason
-
Packages that use ServerCommandsPoller.OnExit.Reason Package Description jetbrains.buildServer.agent.impl.serverCommunication -
-
Uses of ServerCommandsPoller.OnExit.Reason in jetbrains.buildServer.agent.impl.serverCommunication
Methods in jetbrains.buildServer.agent.impl.serverCommunication that return ServerCommandsPoller.OnExit.Reason Modifier and Type Method Description static ServerCommandsPoller.OnExit.Reason
ServerCommandsPoller.OnExit.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerCommandsPoller.OnExit.Reason[]
ServerCommandsPoller.OnExit.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.agent.impl.serverCommunication with parameters of type ServerCommandsPoller.OnExit.Reason Modifier and Type Method Description void
ServerCommandsPoller.OnExit. onExit(ServerCommandsPoller.OnExit.Reason reason)
-