Package | Description |
---|---|
hudson | |
hudson.scm |
Hudson's interface with source code management systems.
|
Modifier and Type | Method and Description |
---|---|
static List<SCMDescriptor<?>> |
Functions.getSCMDescriptors(AbstractProject<?,?> project) |
Modifier and Type | Class and Description |
---|---|
static class |
NullSCM.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static List<SCMDescriptor<?>> |
SCMS.SCMS
|
Modifier and Type | Method and Description |
---|---|
SCMDescriptor<?> |
SCM.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static List<SCMDescriptor<?>> |
SCM._for(AbstractProject project)
Deprecated.
|
static List<SCMDescriptor<?>> |
SCM._for(Job project)
Determines which kinds of SCMs are applicable to a given project.
|
static DescriptorExtensionList<SCM,SCMDescriptor<?>> |
SCM.all()
Returns all the registered
SCMDescriptor s. |
Copyright © 2004–2021. All rights reserved.