Class BitBucketPPRBasicAuthApiConsumer
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.client.api.BitBucketPPRBasicAuthApiConsumer
-
public class BitBucketPPRBasicAuthApiConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRBasicAuthApiConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpResponse
send(com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload)
-
-
-
Method Detail
-
send
public org.apache.http.HttpResponse send(com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload) throws IOException, NoSuchMethodException
- Throws:
IOException
NoSuchMethodException
-
-