Class BitbucketEndpointDescriptor

java.lang.Object
hudson.model.Descriptor<BitbucketEndpoint>
com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpointDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
AbstractBitbucketEndpointDescriptor

public class BitbucketEndpointDescriptor extends Descriptor<BitbucketEndpoint>
Since:
936.4.0
  • Constructor Details

    • BitbucketEndpointDescriptor

      public BitbucketEndpointDescriptor()
  • Method Details

    • doFillCredentialsIdItems

      public ListBoxModel doFillCredentialsIdItems(@QueryParameter(fixEmpty=true) String credentialsId, @QueryParameter(value="serverUrl",fixEmpty=true) String serverURL)
      Stapler form completion.
      Parameters:
      credentialsId - selected credentials.
      serverURL - the server URL.
      Returns:
      the available credentials.
    • doFillHookSignatureCredentialsIdItems

      public ListBoxModel doFillHookSignatureCredentialsIdItems(@QueryParameter(fixEmpty=true) String hookSignatureCredentialsId, @QueryParameter(value="serverUrl",fixEmpty=true) String serverURL)
      Stapler form completion.
      Parameters:
      hookSignatureCredentialsId - selected hook signature credentials.
      serverURL - the server URL.
      Returns:
      the available credentials.
    • doCheckBitbucketJenkinsRootUrl

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static FormValidation doCheckBitbucketJenkinsRootUrl(@QueryParameter String value)