Class BitbucketServerEndpoint

    • Constructor Detail

      • BitbucketServerEndpoint

        @DataBoundConstructor
        public BitbucketServerEndpoint​(@CheckForNull
                                       String displayName,
                                       @NonNull
                                       String serverUrl,
                                       boolean manageHooks,
                                       @CheckForNull
                                       String credentialsId)
        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.
      • BitbucketServerEndpoint

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public BitbucketServerEndpoint​(@CheckForNull
                                       String displayName,
                                       @NonNull
                                       String serverUrl,
                                       boolean manageHooks,
                                       @CheckForNull
                                       String credentialsId,
                                       String endpointUrl)