Uses of Class
com.atlassian.bamboo.plugins.git.GitHubAccessor.HttpResponse
Packages that use GitHubAccessor.HttpResponse
-
Uses of GitHubAccessor.HttpResponse in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return GitHubAccessor.HttpResponseModifier and TypeMethodDescriptionprotected GitHubAccessor.HttpResponse
protected GitHubAccessor.HttpResponse
GitHubAccessor.getStringFromUrl
(String url) Get a string from a given URL.protected GitHubAccessor.HttpResponse
GitHubAccessor.post
(@NotNull String url, @NotNull String payload, @Nullable Multimap<String, String> headers)