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 DeploymentStateDeploymentInstance. getCurrentState()Return current (the latest reported) state of this instance.DeploymentStateDeploymentStateEntry. getState()static DeploymentStateDeploymentState. 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 voidDeploymentInstance. 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.voidDeploymentHistory. 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)
-