Class BitbucketServerAPIClient

java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.impl.client.AbstractBitbucketApi
com.cloudbees.jenkins.plugins.bitbucket.server.client.BitbucketServerAPIClient
All Implemented Interfaces:
BitbucketApi, AutoCloseable

public class BitbucketServerAPIClient extends AbstractBitbucketApi implements BitbucketApi
Bitbucket API client. Developed and test with Bitbucket 4.3.2
  • Constructor Details

    • BitbucketServerAPIClient

      public BitbucketServerAPIClient(@NonNull String baseURL, @NonNull String owner, @CheckForNull String repositoryName, @CheckForNull BitbucketAuthenticator authenticator, boolean userCentric)
  • Method Details