hudson.plugins.tfs
Class TeamFoundationServerScm.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<hudson.scm.SCM>
hudson.scm.SCMDescriptor<TeamFoundationServerScm>
hudson.plugins.tfs.TeamFoundationServerScm.DescriptorImpl
- Enclosing class:
- TeamFoundationServerScm
public static class TeamFoundationServerScm.DescriptorImpl
- extends hudson.scm.SCMDescriptor<TeamFoundationServerScm>
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException |
| Fields inherited from class hudson.scm.SCMDescriptor |
generation, repositoryBrowser |
| Fields inherited from class hudson.model.Descriptor |
clazz |
|
Method Summary |
boolean |
configure(org.kohsuke.stapler.StaplerRequest req)
|
void |
doExecutableCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
void |
doFieldCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
void |
doProjectPathCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
void |
doUsernameCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getTfExecutable()
|
hudson.scm.SCM |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
| Methods inherited from class hudson.scm.SCMDescriptor |
getBrowserDescriptors, isBrowserReusable |
| Methods inherited from class hudson.model.Descriptor |
configure, convert, find, getConfigPage, getGlobalConfigPage, getHelpFile, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_AT_DOMAIN_REGEX
public static final java.lang.String USER_AT_DOMAIN_REGEX
- See Also:
- Constant Field Values
DOMAIN_SLASH_USER_REGEX
public static final java.lang.String DOMAIN_SLASH_USER_REGEX
- See Also:
- Constant Field Values
PROJECT_PATH_REGEX
public static final java.lang.String PROJECT_PATH_REGEX
- See Also:
- Constant Field Values
TeamFoundationServerScm.DescriptorImpl
protected TeamFoundationServerScm.DescriptorImpl()
getTfExecutable
public java.lang.String getTfExecutable()
newInstance
public hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
- Overrides:
newInstance in class hudson.model.Descriptor<hudson.scm.SCM>
- Throws:
hudson.model.Descriptor.FormException
doExecutableCheck
public void doExecutableCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doUsernameCheck
public void doUsernameCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doProjectPathCheck
public void doProjectPathCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doFieldCheck
public void doFieldCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req)
throws hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.model.Descriptor<hudson.scm.SCM>
- Throws:
hudson.model.Descriptor.FormException
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.scm.SCM>
Copyright © 2008. All Rights Reserved.