Interface BitbucketScmFormFill

    • Method Detail

      • 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)
      • getExtensionDescriptors

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

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

        boolean getShowGitToolOptions()