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 DeploymentStateEntryDeploymentHistory. 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 voidDeploymentInstance. addNewState(DeploymentStateEntry deploymentStateEntry)Adds information about new deployment state `deploymentStateEntry`.voidDeploymentHistory. addState(DeploymentStateEntry deploymentStateEntry)Adds information about new deployment state entry `deploymentStateEntry`.intDeploymentStateEntry. compareTo(DeploymentStateEntry o)Constructor parameters in jetbrains.buildServer.serverSide.deploymentDashboards.entities with type arguments of type DeploymentStateEntry Constructor Description DeploymentHistory(ArrayList<DeploymentStateEntry> states)
-