@Extension
public static class SubversionSCMSource.DescriptorImpl
extends jenkins.scm.api.SCMSourceDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.tmatesoft.svn.core.SVNNodeKind |
checkRepositoryPath(jenkins.scm.api.SCMSourceOwner context,
org.tmatesoft.svn.core.SVNURL repoURL,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials) |
hudson.util.FormValidation |
doCheckCredentialsId(org.kohsuke.stapler.StaplerRequest req,
jenkins.scm.api.SCMSourceOwner context,
String remoteBase,
String value)
validate the value for a remote (repository) location.
|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(jenkins.scm.api.SCMSourceOwner context,
String remoteBase)
Stapler helper method.
|
String |
getDisplayName() |
static String |
getRelativePath(org.tmatesoft.svn.core.SVNURL repoURL,
org.tmatesoft.svn.core.io.SVNRepository repository) |
protected org.tmatesoft.svn.core.io.SVNRepository |
getRepository(jenkins.scm.api.SCMSourceOwner context,
org.tmatesoft.svn.core.SVNURL repoURL,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials,
Map<String,com.cloudbees.plugins.credentials.Credentials> additionalCredentials,
org.tmatesoft.svn.core.io.ISVNSession session) |
forOwner, forOwner, forOwner, forOwner, getId, isApplicable, isUserInstantiableaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.scm.api.SCMSource>public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
jenkins.scm.api.SCMSourceOwner context,
@QueryParameter
String remoteBase)
context - the context.remoteBase - the remote base.public hudson.util.FormValidation doCheckCredentialsId(org.kohsuke.stapler.StaplerRequest req,
@AncestorInPath
jenkins.scm.api.SCMSourceOwner context,
@QueryParameter
String remoteBase,
@QueryParameter
String value)
public org.tmatesoft.svn.core.SVNNodeKind checkRepositoryPath(jenkins.scm.api.SCMSourceOwner context,
org.tmatesoft.svn.core.SVNURL repoURL,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionprotected org.tmatesoft.svn.core.io.SVNRepository getRepository(jenkins.scm.api.SCMSourceOwner context,
org.tmatesoft.svn.core.SVNURL repoURL,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials,
Map<String,com.cloudbees.plugins.credentials.Credentials> additionalCredentials,
org.tmatesoft.svn.core.io.ISVNSession session)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionpublic static String getRelativePath(org.tmatesoft.svn.core.SVNURL repoURL, org.tmatesoft.svn.core.io.SVNRepository repository) throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionCopyright © 2004–2015. All rights reserved.