|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCM | |
---|---|
hudson.fsp | |
hudson.matrix | Matrix project |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.scm | Hudson's interface with source code management systems. |
jenkins.model | |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Uses of SCM in hudson.fsp |
---|
Subclasses of SCM in hudson.fsp | |
---|---|
class |
WorkspaceSnapshotSCM
SCM that inherits the workspace from another build through WorkspaceSnapshot |
Uses of SCM in hudson.matrix |
---|
Methods in hudson.matrix that return SCM | |
---|---|
SCM |
MatrixConfiguration.getScm()
|
Uses of SCM in hudson.model |
---|
Methods in hudson.model that return SCM | |
---|---|
SCM |
AbstractProject.getScm()
|
SCM |
SCMedItem.getScm()
Gets the SCM for this item. |
Methods in hudson.model with parameters of type SCM | |
---|---|
void |
AbstractProject.setScm(SCM scm)
|
Uses of SCM in hudson.scm |
---|
Classes in hudson.scm with type parameters of type SCM | |
---|---|
class |
SCMDescriptor<T extends SCM>
Descriptor for SCM . |
Subclasses of SCM in hudson.scm | |
---|---|
class |
NullSCM
No SCM . |
Methods in hudson.scm that return SCM | |
---|---|
SCM |
NullSCM.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
static SCM |
SCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req)
Deprecated. as of 1.294 Use SCMS.parseSCM(StaplerRequest, AbstractProject) and pass in the caller's project type. |
static SCM |
SCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req,
AbstractProject target)
Parses SCM configuration from the submitted form. |
Methods in hudson.scm that return types with arguments of type SCM | |
---|---|
static DescriptorExtensionList<SCM,SCMDescriptor<?>> |
SCM.all()
Returns all the registered SCMDescriptor s. |
Uses of SCM in jenkins.model |
---|
Methods in jenkins.model that return types with arguments of type SCM | |
---|---|
Descriptor<SCM> |
Jenkins.getScm(String shortClassName)
Gets the SCM descriptor by name. |
Uses of SCM in org.jvnet.hudson.test |
---|
Subclasses of SCM in org.jvnet.hudson.test | |
---|---|
class |
ExtractResourceSCM
SCM useful for testing that extracts the given resource as a zip file. |
class |
ExtractResourceWithChangesSCM
SCM useful for testing that extracts the given resource as a zip file. |
class |
FakeChangeLogSCM
Fake SCM implementation that can report arbitrary commits from arbitrary users. |
class |
SingleFileSCM
SCM useful for testing that puts just one file in the workspace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |