Uses of Class
io.projectdiscovery.plugins.jenkins.nuclei.SupportedOperatingSystem
-
-
Uses of SupportedOperatingSystem in io.projectdiscovery.plugins.jenkins.nuclei
Methods in io.projectdiscovery.plugins.jenkins.nuclei that return SupportedOperatingSystem Modifier and Type Method Description static SupportedOperatingSystemSupportedOperatingSystem. getType(String value)static SupportedOperatingSystemSupportedOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedOperatingSystem[]SupportedOperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.projectdiscovery.plugins.jenkins.nuclei with parameters of type SupportedOperatingSystem Modifier and Type Method Description static URLNucleiDownloader. createDownloadUrl(SupportedOperatingSystem operatingSystem, SupportedArchitecture architecture, String version)
-