Uses of Class
io.jenkins.plugins.appdome.build.to.secure.VendorManager.Vendor
-
Packages that use VendorManager.Vendor Package Description io.jenkins.plugins.appdome.build.to.secure -
-
Uses of VendorManager.Vendor in io.jenkins.plugins.appdome.build.to.secure
Methods in io.jenkins.plugins.appdome.build.to.secure that return VendorManager.Vendor Modifier and Type Method Description static VendorManager.Vendor
VendorManager.Vendor. valueOf(String name)
Returns the enum constant of this type with the specified name.static VendorManager.Vendor[]
VendorManager.Vendor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-