Uses of Enum Class
ch.admin.bit.jeap.deploymentlog.domain.DeploymentState
Packages that use DeploymentState
Package
Description
-
Uses of DeploymentState in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that return DeploymentStateModifier and TypeMethodDescription@NonNull DeploymentStateDeployment.getState()static DeploymentStateReturns the enum constant of this class with the specified name.static DeploymentState[]DeploymentState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.deploymentlog.domain with parameters of type DeploymentStateModifier and TypeMethodDescriptionDeploymentService.updateState(String externalId, DeploymentState state, String stateMessage, ZonedDateTime endedAt, Map<String, String> properties) -
Uses of DeploymentState in ch.admin.bit.jeap.deploymentlog.domain.exception
Constructors in ch.admin.bit.jeap.deploymentlog.domain.exception with parameters of type DeploymentState