Uses of Class
berlin.yuna.mavendeploy.model.Parameter
-
Packages that use Parameter Package Description berlin.yuna.mavendeploy.model berlin.yuna.mavendeploy.plugin -
-
Uses of Parameter in berlin.yuna.mavendeploy.model
Methods in berlin.yuna.mavendeploy.model that return Parameter Modifier and Type Method Description static ParameterParameter. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Parameter[]Parameter. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Parameter in berlin.yuna.mavendeploy.plugin
Methods in berlin.yuna.mavendeploy.plugin with parameters of type Parameter Modifier and Type Method Description java.util.Optional<java.lang.String>PluginSession. getParamPresent(Parameter... keys)
-