Uses of Enum
org.jenkinsci.plugins.electricflow.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.jenkinsci.plugins.electricflow
Methods in org.jenkinsci.plugins.electricflow that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
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.Methods in org.jenkinsci.plugins.electricflow with parameters of type HttpMethodModifier and TypeMethodDescriptionElectricFlowClient.runRestAPI
(String urlPath, HttpMethod httpMethod) ElectricFlowClient.runRestAPI
(String urlPath, HttpMethod httpMethod, String body) ElectricFlowClient.runRestAPI
(String urlPath, HttpMethod httpMethod, String body, List<Pair> parameters)