Uses of Class
jetbrains.buildServer.serverSide.deploymentDashboards.entities.DeploymentState
-
Packages that use DeploymentState Package Description jetbrains.buildServer.serverSide.deploymentDashboards.entities -
-
Uses of DeploymentState in jetbrains.buildServer.serverSide.deploymentDashboards.entities
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.entities that return DeploymentState Modifier and Type Method Description DeploymentState
DeploymentInstance. getCurrentState()
Return current (the latest reported) state of this instance.DeploymentState
DeploymentStateEntry. getState()
static DeploymentState
DeploymentState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentState[]
DeploymentState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.deploymentDashboards.entities with parameters of type DeploymentState Modifier and Type Method Description void
DeploymentInstance. addNewState(DeploymentState newState, Date statusChangedAt, Long buildId)
Adds information about new state `newState`, reported at `statusChangedAt`, with optional `buildId` to be associated with the state.void
DeploymentHistory. addState(DeploymentState newState, Date stateChangedAt, Long buildId)
Adds information about new state `newState`, reported at `statusChangedAt`, with optional `buildId` to be associated with the state.Constructors in jetbrains.buildServer.serverSide.deploymentDashboards.entities with parameters of type DeploymentState Constructor Description DeploymentStateEntry(DeploymentState state, Date changeDate, Long buildId)
-