Uses of Class
lumis.portal.deployment.DeploymentMessageLevel
-
Packages that use DeploymentMessageLevel Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of DeploymentMessageLevel in lumis.portal.deployment
Methods in lumis.portal.deployment that return DeploymentMessageLevel Modifier and Type Method Description static DeploymentMessageLevel
DeploymentMessageLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentMessageLevel[]
DeploymentMessageLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.deployment with parameters of type DeploymentMessageLevel Modifier and Type Method Description void
DeploymentMessageWriter. write(String title, String message, DeploymentMessageLevel level)
Writes the given message as a package message, a module message and / or a component message accordingly to the provided identifiers.
-