Uses of Enum Class
ch.admin.bit.jeap.deploymentlog.web.api.dto.DeploymentCheckResult
Packages that use DeploymentCheckResult
-
Uses of DeploymentCheckResult in ch.admin.bit.jeap.deploymentlog.web.api.dto
Methods in ch.admin.bit.jeap.deploymentlog.web.api.dto that return DeploymentCheckResultModifier and TypeMethodDescriptionDeploymentCheckResultDto.getResult()static DeploymentCheckResultReturns the enum constant of this class with the specified name.static DeploymentCheckResult[]DeploymentCheckResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.deploymentlog.web.api.dto with parameters of type DeploymentCheckResultModifier and TypeMethodDescriptionDeploymentCheckResultDto.DeploymentCheckResultDtoBuilder.result(DeploymentCheckResult result) voidDeploymentCheckResultDto.setResult(DeploymentCheckResult result)