Uses of Class
jetbrains.buildServer.serverSide.deploymentDashboards.entities.DeploymentStateEntry
-
Packages that use DeploymentStateEntry Package Description jetbrains.buildServer.serverSide.deploymentDashboards.entities -
-
Uses of DeploymentStateEntry in jetbrains.buildServer.serverSide.deploymentDashboards.entities
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.entities that return DeploymentStateEntry Modifier and Type Method Description DeploymentStateEntry
DeploymentHistory. getCurrentState()
Returns current (latest) deployment state entry.Methods in jetbrains.buildServer.serverSide.deploymentDashboards.entities that return types with arguments of type DeploymentStateEntry Modifier and Type Method Description List<DeploymentStateEntry>
DeploymentInstance. getKnownStates()
Returns a list of all known states of this instance.List<DeploymentStateEntry>
DeploymentHistory. getStates()
Returns a list of all known deployment states.Methods in jetbrains.buildServer.serverSide.deploymentDashboards.entities with parameters of type DeploymentStateEntry Modifier and Type Method Description void
DeploymentInstance. addNewState(DeploymentStateEntry deploymentStateEntry)
Adds information about new deployment state `deploymentStateEntry`.void
DeploymentHistory. addState(DeploymentStateEntry deploymentStateEntry)
Adds information about new deployment state entry `deploymentStateEntry`.int
DeploymentStateEntry. compareTo(DeploymentStateEntry o)
Constructor parameters in jetbrains.buildServer.serverSide.deploymentDashboards.entities with type arguments of type DeploymentStateEntry Constructor Description DeploymentHistory(ArrayList<DeploymentStateEntry> states)
-