Uses of Enum Class
jenkins.plugins.http_request.ResponseHandle
Packages that use ResponseHandle
-
Uses of ResponseHandle in jenkins.plugins.http_request
Fields in jenkins.plugins.http_request declared as ResponseHandleModifier and TypeFieldDescriptionstatic final ResponseHandle
HttpRequestStep.DescriptorImpl.responseHandle
Methods in jenkins.plugins.http_request that return ResponseHandleModifier and TypeMethodDescriptionHttpRequestStep.getResponseHandle()
static ResponseHandle
Returns the enum constant of this class with the specified name.static ResponseHandle[]
ResponseHandle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jenkins.plugins.http_request with parameters of type ResponseHandleModifier and TypeMethodDescriptionvoid
HttpRequestStep.setResponseHandle
(ResponseHandle responseHandle) Constructors in jenkins.plugins.http_request with parameters of type ResponseHandleModifierConstructorDescriptionResponseContentSupplier
(ResponseHandle responseHandle, org.apache.http.HttpResponse response)