public class SCMS extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<SCMDescriptor<?>> |
SCMS
|
| Constructor and Description |
|---|
SCMS() |
| Modifier and Type | Method and Description |
|---|---|
static SCM |
parseSCM(org.kohsuke.stapler.StaplerRequest req)
Deprecated.
as of 1.294
Use
parseSCM(StaplerRequest, AbstractProject) and pass in the caller's project type. |
static SCM |
parseSCM(org.kohsuke.stapler.StaplerRequest req,
AbstractProject target)
Parses
SCM configuration from the submitted form. |
@Deprecated public static final List<SCMDescriptor<?>> SCMS
public static SCM parseSCM(org.kohsuke.stapler.StaplerRequest req, AbstractProject target) throws Descriptor.FormException, javax.servlet.ServletException
SCM configuration from the submitted form.target - The project for which this SCM is configured to.Descriptor.FormExceptionjavax.servlet.ServletException@Deprecated public static SCM parseSCM(org.kohsuke.stapler.StaplerRequest req) throws Descriptor.FormException, javax.servlet.ServletException
parseSCM(StaplerRequest, AbstractProject) and pass in the caller's project type.Descriptor.FormExceptionjavax.servlet.ServletExceptionCopyright © 2019. All rights reserved.