Class BitBucketPPRCloudClient
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.client.BitBucketPPRCloudClient
-
- All Implemented Interfaces:
BitBucketPPRClient
public class BitBucketPPRCloudClient extends Object implements BitBucketPPRClient
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRCloudClient(BitBucketPPREventContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(BitBucketPPRClientVisitor visitor)
void
send(com.github.scribejava.core.model.Verb verb, String url, String payload)
void
send(String url, String payload)
-
-
-
Constructor Detail
-
BitBucketPPRCloudClient
public BitBucketPPRCloudClient(BitBucketPPREventContext context)
-
-
Method Detail
-
accept
public void accept(BitBucketPPRClientVisitor visitor)
- Specified by:
accept
in interfaceBitBucketPPRClient
-
send
public void send(String url, String payload) throws Exception
- Specified by:
send
in interfaceBitBucketPPRClient
- Throws:
Exception
-
-