hudson.scm
Class SCMS
java.lang.Object
hudson.scm.SCMS
public class SCMS
- extends Object
List of all installed SCMs.
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
SCMS()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCMS
public static final List<SCMDescriptor<?>> SCMS
- Deprecated. as of 1.286
Use
SCM.all() for read access and Extension for registration.- List of all installed SCMs.
SCMS
public SCMS()
parseSCM
public static SCM parseSCM(org.kohsuke.stapler.StaplerRequest req,
AbstractProject target)
throws Descriptor.FormException,
javax.servlet.ServletException
- Parses
SCM configuration from the submitted form.
- Parameters:
target - The project for which this SCM is configured to.
- Throws:
Descriptor.FormException
javax.servlet.ServletException
parseSCM
public static SCM parseSCM(org.kohsuke.stapler.StaplerRequest req)
throws Descriptor.FormException,
javax.servlet.ServletException
- Deprecated. as of 1.294
Use
parseSCM(StaplerRequest, AbstractProject) and pass in the caller's project type.
- Throws:
Descriptor.FormException
javax.servlet.ServletException
Copyright © 2004-2013. All Rights Reserved.