Uses of Class
org.jenkinsci.plugins.fodupload.models.FodEnums.EntitlementPreferenceType
-
Packages that use FodEnums.EntitlementPreferenceType Package Description org.jenkinsci.plugins.fodupload.models -
-
Uses of FodEnums.EntitlementPreferenceType in org.jenkinsci.plugins.fodupload.models
Methods in org.jenkinsci.plugins.fodupload.models that return FodEnums.EntitlementPreferenceType Modifier and Type Method Description static FodEnums.EntitlementPreferenceType
FodEnums.EntitlementPreferenceType. fromInt(int val)
static FodEnums.EntitlementPreferenceType
FodEnums.EntitlementPreferenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FodEnums.EntitlementPreferenceType[]
FodEnums.EntitlementPreferenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-