Uses of Class
io.jenkins.plugins.env_variables_status_sync.enums.HttpMethod
-
Packages that use HttpMethod Package Description io.jenkins.plugins.env_variables_status_sync io.jenkins.plugins.env_variables_status_sync.enums -
-
Uses of HttpMethod in io.jenkins.plugins.env_variables_status_sync
Methods in io.jenkins.plugins.env_variables_status_sync with parameters of type HttpMethod Modifier and Type Method Description voidJobRunListenerSysConfig. setRequestMethod(HttpMethod requestMethod) -
Uses of HttpMethod in io.jenkins.plugins.env_variables_status_sync.enums
Methods in io.jenkins.plugins.env_variables_status_sync.enums that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-