Uses of Class
jetbrains.buildServer.util.http.HttpMethod
-
Packages that use HttpMethod Package Description jetbrains.buildServer.util jetbrains.buildServer.util.http jetbrains.buildServer.vcshostings.http jetbrains.buildServer.web.plugins.repository -
-
Uses of HttpMethod in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type HttpMethod Modifier and Type Method Description HTTPRequestBuilder
HTTPRequestBuilder. withMethod(HttpMethod method)
Method type for call. -
Uses of HttpMethod in jetbrains.buildServer.util.http
Methods in jetbrains.buildServer.util.http that return HttpMethod Modifier and Type Method Description static HttpMethod
HttpMethod. 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. -
Uses of HttpMethod in jetbrains.buildServer.vcshostings.http
Methods in jetbrains.buildServer.vcshostings.http with parameters of type HttpMethod Modifier and Type Method Description static <E extends Exception>
voidHttpHelper. http(HttpMethod httpMethod, String url, HttpCredentials credentials, String data, org.apache.http.entity.ContentType contentType, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)
-
Uses of HttpMethod in jetbrains.buildServer.web.plugins.repository
Methods in jetbrains.buildServer.web.plugins.repository with parameters of type HttpMethod Modifier and Type Method Description void
PluginsRepositoryConnector. executeRequest(HttpMethod method, String path, HTTPRequestBuilder.ResponseConsumer consumer, String requestBody)
Executes a HTTP request to the plugins repository.void
PluginsRepositoryConnectorImpl. executeRequest(HttpMethod method, String path, HTTPRequestBuilder.ResponseConsumer consumer, String requestBody)
-