Class BitBucketPPROAuth2ApiConsumer
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.client.api.BitBucketPPROAuth2ApiConsumer
-
public class BitBucketPPROAuth2ApiConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPROAuth2ApiConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.scribejava.core.model.Response
send(org.jenkinsci.plugins.plaincredentials.StringCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload)
-
-
-
Method Detail
-
send
public com.github.scribejava.core.model.Response send(org.jenkinsci.plugins.plaincredentials.StringCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload) throws InterruptedException, ExecutionException, IOException
-
-