Class BitbucketScmFormFillDelegate
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.scm.BitbucketScmFormFillDelegate
-
- All Implemented Interfaces:
BitbucketScmFormFill
@Singleton public class BitbucketScmFormFillDelegate extends Object implements BitbucketScmFormFill
-
-
Constructor Summary
Constructors Constructor Description BitbucketScmFormFillDelegate(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration bitbucketPluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, JenkinsProvider jenkinsProvider)
-
Method Summary
All Methods Instance Methods Concrete 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()
-
-
-
Constructor Detail
-
BitbucketScmFormFillDelegate
@Inject public BitbucketScmFormFillDelegate(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration bitbucketPluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, JenkinsProvider jenkinsProvider)
-
-
Method Detail
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@Nullable Item context, String baseUrl, String credentialsId)
- Specified by:
doFillCredentialsIdItems
in interfaceBitbucketScmFormFill
-
doFillSshCredentialsIdItems
public ListBoxModel doFillSshCredentialsIdItems(@Nullable Item context, String baseUrl, String sshCredentialsId)
- Specified by:
doFillSshCredentialsIdItems
in interfaceBitbucketScmFormFill
-
doFillProjectNameItems
public org.kohsuke.stapler.HttpResponse doFillProjectNameItems(@Nullable Item context, String serverId, String credentialsId, String projectName)
- Specified by:
doFillProjectNameItems
in interfaceBitbucketScmFormFill
-
doFillRepositoryNameItems
public org.kohsuke.stapler.HttpResponse doFillRepositoryNameItems(@Nullable Item context, String serverId, String credentialsId, String projectName, String repositoryName)
- Specified by:
doFillRepositoryNameItems
in interfaceBitbucketScmFormFill
-
doFillServerIdItems
public ListBoxModel doFillServerIdItems(@Nullable Item context, String serverId)
- Specified by:
doFillServerIdItems
in interfaceBitbucketScmFormFill
-
doFillMirrorNameItems
public ListBoxModel doFillMirrorNameItems(@Nullable Item context, String serverId, String credentialsId, String projectName, String repositoryName, String mirrorName)
- Specified by:
doFillMirrorNameItems
in interfaceBitbucketScmFormFill
-
getExtensionDescriptors
public List<hudson.plugins.git.extensions.GitSCMExtensionDescriptor> getExtensionDescriptors()
- Specified by:
getExtensionDescriptors
in interfaceBitbucketScmFormFill
-
getGitTools
public List<hudson.plugins.git.GitTool> getGitTools()
- Specified by:
getGitTools
in interfaceBitbucketScmFormFill
-
getShowGitToolOptions
public boolean getShowGitToolOptions()
- Specified by:
getShowGitToolOptions
in interfaceBitbucketScmFormFill
-
-