Uses of Class
io.jenkins.plugins.deepcrawltest.OperatingSystem
-
-
Uses of OperatingSystem in io.jenkins.plugins.deepcrawltest
Methods in io.jenkins.plugins.deepcrawltest that return OperatingSystem Modifier and Type Method Description static OperatingSystem
OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperatingSystem[]
OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-