Interface BitbucketScmFormFill
-
- All Known Implementing Classes:
BitbucketSCM.DescriptorImpl,BitbucketScmFormFillDelegate,BitbucketSCMSource.DescriptorImpl,BitbucketSCMStep.DescriptorImpl
public interface BitbucketScmFormFill
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBoxModeldoFillCredentialsIdItems(Item context, String baseUrl, String credentialsId)ListBoxModeldoFillMirrorNameItems(Item context, String serverId, String credentialsId, String projectName, String repositoryName, String mirrorName)org.kohsuke.stapler.HttpResponsedoFillProjectNameItems(Item context, String serverId, String credentialsId, String projectName)org.kohsuke.stapler.HttpResponsedoFillRepositoryNameItems(Item context, String serverId, String credentialsId, String projectName, String repositoryName)ListBoxModeldoFillServerIdItems(Item context, String serverId)ListBoxModeldoFillSshCredentialsIdItems(Item context, String baseUrl, String sshCredentialsId)List<hudson.plugins.git.extensions.GitSCMExtensionDescriptor>getExtensionDescriptors()List<hudson.plugins.git.GitTool>getGitTools()booleangetShowGitToolOptions()
-
-
-
Method Detail
-
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()
-
-