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.FormException
javax.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.FormException
javax.servlet.ServletException
Copyright © 2004–2021. All rights reserved.