Uses of Class
nl.jpoint.vertx.deploy.agent.request.DeployState
-
Packages that use DeployState Package Description nl.jpoint.vertx.deploy.agent.request nl.jpoint.vertx.deploy.agent.service nl.jpoint.vertx.deploy.agent.util -
-
Uses of DeployState in nl.jpoint.vertx.deploy.agent.request
Methods in nl.jpoint.vertx.deploy.agent.request that return DeployState Modifier and Type Method Description DeployStateDeployRequest. getState()static DeployStateDeployState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeployState[]DeployState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.jpoint.vertx.deploy.agent.request with parameters of type DeployState Modifier and Type Method Description voidDeployRequest. setState(DeployState state) -
Uses of DeployState in nl.jpoint.vertx.deploy.agent.service
Methods in nl.jpoint.vertx.deploy.agent.service with parameters of type DeployState Modifier and Type Method Description DeployRequestAwsService. updateAndGetRequest(DeployState state, String buildId) -
Uses of DeployState in nl.jpoint.vertx.deploy.agent.util
Methods in nl.jpoint.vertx.deploy.agent.util with parameters of type DeployState Modifier and Type Method Description static voidHttpUtils. respondContinue(io.vertx.core.http.HttpServerRequest request, DeployState state)
-