Class BitbucketServerEndpoint

java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
com.cloudbees.jenkins.plugins.bitbucket.endpoints.BitbucketServerEndpoint
All Implemented Interfaces:
BitbucketEndpoint, Describable<BitbucketEndpoint>

public class BitbucketServerEndpoint extends AbstractBitbucketEndpoint
Represents a Bitbucket Server instance.
Since:
2.2.0
  • Constructor Details

    • BitbucketServerEndpoint

      @Deprecated(since="936.3.1") public BitbucketServerEndpoint(@CheckForNull String displayName, @NonNull String serverUrl, boolean manageHooks, @CheckForNull String credentialsId)
      Deprecated.
    • BitbucketServerEndpoint

      @DataBoundConstructor public BitbucketServerEndpoint(@CheckForNull String displayName, @NonNull String serverUrl, boolean manageHooks, @CheckForNull String credentialsId, boolean enableHookSignature, @CheckForNull String hookSignatureCredentialsId)
      Constructor.
      Parameters:
      displayName - Optional name to use to describe the end-point.
      serverUrl - The URL of this Bitbucket Server
      manageHooks - true if and only if Jenkins is supposed to auto-manage hooks for this end-point.
      credentialsId - The IdCredentials.getId() of the credentials to use for auto-management of hooks.
      enableHookSignature - true hooks that comes Bitbucket Data Center are signed.
      hookSignatureCredentialsId - The IdCredentials.getId() of the credentials to use for verify the signature of payload.
  • Method Details