Uses of Record Class
io.jenkins.plugins.bitbucketpushandpullrequest.client.api.BitBucketPPRApiResponse
Packages that use BitBucketPPRApiResponse
-
Uses of BitBucketPPRApiResponse in io.jenkins.plugins.bitbucketpushandpullrequest.client.api
Methods in io.jenkins.plugins.bitbucketpushandpullrequest.client.api that return BitBucketPPRApiResponseModifier and TypeMethodDescriptionstatic BitBucketPPRApiResponseBitBucketPPRApiResponse.from(com.github.scribejava.core.model.Response response) Materializes a scribejava response with the same body cap as the Apache path.static BitBucketPPRApiResponseBitBucketPPRApiResponse.from(org.apache.http.HttpResponse response) Materializes an Apache HttpClient response.static BitBucketPPRApiResponseBitBucketPPRNotificationSender.sendBasicAuth(com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload) static BitBucketPPRApiResponseBitBucketPPRNotificationSender.sendBearer(org.jenkinsci.plugins.plaincredentials.StringCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload) static BitBucketPPRApiResponseBitBucketPPRNotificationSender.sendOAuth2(org.jenkinsci.plugins.plaincredentials.StringCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload)