Interface BitBucketPPRClientVisitor

All Known Implementing Classes:
BitBucketPPRClientCloudVisitor, BitBucketPPRClientServerVisitor

@Deprecated public interface BitBucketPPRClientVisitor
Deprecated.
kept for binary and behavioral compatibility with releases up to 4.0.0; the plugin itself now dispatches through DefaultBitBucketPPRClient. Scheduled for removal in the next major release.
  • Method Summary

    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)
    Deprecated.
     
    void
    send(com.cloudbees.plugins.credentials.common.StandardCredentials credentials, String url, String payload)
    Deprecated.