Uses of Interface
jetbrains.buildServer.vcshostings.http.credentials.HttpCredentials
-
Packages that use HttpCredentials Package Description jetbrains.buildServer.pullRequests jetbrains.buildServer.vcshostings.http jetbrains.buildServer.vcshostings.http.credentials -
-
Uses of HttpCredentials in jetbrains.buildServer.pullRequests
Methods in jetbrains.buildServer.pullRequests that return HttpCredentials Modifier and Type Method Description HttpCredentialsProviderSettings. getCredentials() -
Uses of HttpCredentials in jetbrains.buildServer.vcshostings.http
Methods in jetbrains.buildServer.vcshostings.http with parameters of type HttpCredentials Modifier and Type Method Description static <E extends Exception>
voidHttpHelper. get(String url, HttpCredentials credentials, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)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)static <E extends Exception>
voidHttpHelper. patch(String url, HttpCredentials credentials, String data, org.apache.http.entity.ContentType contentType, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)static <E extends Exception>
voidHttpHelper. post(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 HttpCredentials in jetbrains.buildServer.vcshostings.http.credentials
Classes in jetbrains.buildServer.vcshostings.http.credentials that implement HttpCredentials Modifier and Type Class Description classAccessTokenCredentialsclassBearerTokenCredentialsclassUsernamePasswordCredentials
-