Uses of Class
lumis.portal.deployment.PackageOutcome
-
Packages that use PackageOutcome Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of PackageOutcome in lumis.portal.deployment
Methods in lumis.portal.deployment that return PackageOutcome Modifier and Type Method Description static PackageOutcome
PackageOutcome. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageOutcome[]
PackageOutcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-