Interface BitbucketScmFormFill

All Known Implementing Classes:
BitbucketSCM.DescriptorImpl, BitbucketScmFormFillDelegate, BitbucketSCMSource.DescriptorImpl, BitbucketSCMStep.DescriptorImpl

public interface BitbucketScmFormFill
  • Method Details

    • doFillCredentialsIdItems

      ListBoxModel doFillCredentialsIdItems(@Nullable Item context, String baseUrl, String credentialsId)
    • doFillSshCredentialsIdItems

      ListBoxModel doFillSshCredentialsIdItems(@Nullable Item context, String baseUrl, String sshCredentialsId)
    • doFillProjectNameItems

      org.kohsuke.stapler.HttpResponse doFillProjectNameItems(@Nullable Item context, String serverId, String credentialsId, String projectName)
    • doFillRepositoryNameItems

      org.kohsuke.stapler.HttpResponse doFillRepositoryNameItems(@Nullable Item context, String serverId, String credentialsId, String projectName, String repositoryName)
    • doFillServerIdItems

      ListBoxModel doFillServerIdItems(@Nullable Item context, String serverId)
    • doFillMirrorNameItems

      ListBoxModel doFillMirrorNameItems(@Nullable Item context, String serverId, String credentialsId, String projectName, String repositoryName, String mirrorName)
    • getExtensionDescriptors

      List<hudson.plugins.git.extensions.GitSCMExtensionDescriptor> getExtensionDescriptors()
    • getGitTools

      List<hudson.plugins.git.GitTool> getGitTools()
    • getShowGitToolOptions

      boolean getShowGitToolOptions()