Uses of Class
jenkins.YesNoMaybe
-
Packages that use YesNoMaybe Package Description hudson jenkins -
-
Uses of YesNoMaybe in hudson
Methods in hudson that return YesNoMaybe Modifier and Type Method Description YesNoMaybe
dynamicLoadable()
Marks whether this extension works with dynamic loading of a plugin.YesNoMaybe
PluginWrapper. supportsDynamicLoad()
Does this plugin supports dynamic loading? -
Uses of YesNoMaybe in jenkins
Methods in jenkins that return YesNoMaybe Modifier and Type Method Description static YesNoMaybe
YesNoMaybe. valueOf(String name)
Returns the enum constant of this type with the specified name.static YesNoMaybe[]
YesNoMaybe. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jenkins with parameters of type YesNoMaybe Modifier and Type Method Description static Boolean
YesNoMaybe. toBoolean(YesNoMaybe v)
-