Interface BitbucketScmFormValidation
- All Known Implementing Classes:
BitbucketSCM.DescriptorImpl,BitbucketScmFormValidationDelegate,BitbucketSCMSource.DescriptorImpl,BitbucketSCMStep.DescriptorImpl
public interface BitbucketScmFormValidation
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckCredentialsId(Item context, String credentialsId) doCheckProjectName(Item context, String serverId, String credentialsId, String projectName) doCheckRepositoryName(Item context, String serverId, String credentialsId, String projectName, String repositoryName) doCheckServerId(Item context, String serverId) doCheckSshCredentialsId(Item context, String credentialsId, String sshCredentialsId) doTestConnection(Item context, String serverId, String credentialsId, String sshCredentialsId, String projectName, String repositoryName, String mirrorName)
-
Method Details
-
doCheckCredentialsId
-
doCheckSshCredentialsId
FormValidation doCheckSshCredentialsId(@Nullable Item context, String credentialsId, String sshCredentialsId) -
doCheckProjectName
FormValidation doCheckProjectName(@Nullable Item context, String serverId, String credentialsId, String projectName) -
doCheckRepositoryName
-
doCheckServerId
-
doTestConnection
-