Uses of Class
io.jenkins.plugins.artifactrepo.model.HttpResponse
-
Packages that use HttpResponse Package Description io.jenkins.plugins.artifactrepo.helper io.jenkins.plugins.artifactrepo.model -
-
Uses of HttpResponse in io.jenkins.plugins.artifactrepo.helper
Methods in io.jenkins.plugins.artifactrepo.helper that return HttpResponse Modifier and Type Method Description static HttpResponse
PluginHelper. get(String url, org.apache.http.impl.client.HttpClientBuilder builder)
Convenience method ofPluginHelper.get(String, HttpClientBuilder, HttpClientContext)
with a default client context.static HttpResponse
PluginHelper. get(String url, org.apache.http.impl.client.HttpClientBuilder builder, org.apache.http.client.protocol.HttpClientContext context)
A generic implementation to do GET requests with automatic resource clean up. -
Uses of HttpResponse in io.jenkins.plugins.artifactrepo.model
Fields in io.jenkins.plugins.artifactrepo.model declared as HttpResponse Modifier and Type Field Description static HttpResponse
HttpResponse. EXCEPTION
-