Class BitBucketPPRClientServerVisitor
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.client.BitBucketPPRClientServerVisitor
-
- All Implemented Interfaces:
BitBucketPPRClientVisitor
public class BitBucketPPRClientServerVisitor extends Object implements BitBucketPPRClientVisitor
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRClientServerVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(com.cloudbees.plugins.credentials.common.StandardCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload)
void
send(com.cloudbees.plugins.credentials.common.StandardCredentials credentials, String url, String payload)
-
-
-
Method Detail
-
send
public void send(com.cloudbees.plugins.credentials.common.StandardCredentials credentials, String url, String payload) throws InterruptedException, NoSuchMethodException
- Specified by:
send
in interfaceBitBucketPPRClientVisitor
- Throws:
InterruptedException
NoSuchMethodException
-
send
public void send(com.cloudbees.plugins.credentials.common.StandardCredentials credentials, com.github.scribejava.core.model.Verb verb, String url, String payload) throws InterruptedException, NoSuchMethodException
- Specified by:
send
in interfaceBitBucketPPRClientVisitor
- Throws:
InterruptedException
NoSuchMethodException
-
-