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 ListBoxModel
doFillCredentialsIdItems(Item context, String baseUrl, String credentialsId)
ListBoxModel
doFillMirrorNameItems(Item context, String serverId, String credentialsId, String projectName, String repositoryName, String mirrorName)
org.kohsuke.stapler.HttpResponse
doFillProjectNameItems(Item context, String serverId, String credentialsId, String projectName)
org.kohsuke.stapler.HttpResponse
doFillRepositoryNameItems(Item context, String serverId, String credentialsId, String projectName, String repositoryName)
ListBoxModel
doFillServerIdItems(Item context, String serverId)
ListBoxModel
doFillSshCredentialsIdItems(Item context, String baseUrl, String sshCredentialsId)
List<hudson.plugins.git.extensions.GitSCMExtensionDescriptor>
getExtensionDescriptors()
List<hudson.plugins.git.GitTool>
getGitTools()
boolean
getShowGitToolOptions()
-
-
-
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()
-
-