|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SCM
hudson.scm.SubversionSCM
hudson.plugins.googlecode.scm.GoogleCodeSCMEx
public class GoogleCodeSCMEx
Source code manager that is extends the SubversionSCM and simplifies the configuration. The extended class was introduced because of issue 4136 where other plugins and subversion parts assume the SCM to a project is a SubversionSCM class.
| Nested Class Summary | |
|---|---|
static class |
GoogleCodeSCMEx.DescriptorImpl
|
| Nested classes/interfaces inherited from class hudson.scm.SubversionSCM |
|---|
hudson.scm.SubversionSCM.ModuleLocation, hudson.scm.SubversionSCM.SvnInfo |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.scm.SubversionSCM |
|---|
DEFAULT_TIMEOUT |
| Fields inherited from class hudson.scm.SCM |
|---|
PERMISSIONS, TAG |
| Constructor Summary | |
|---|---|
GoogleCodeSCMEx(java.lang.String directory,
hudson.scm.SubversionSCM.ModuleLocation locations)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDirectory()
Returns the directory that will retrieved from the SVN repository. |
| Methods inherited from class hudson.scm.SubversionSCM |
|---|
buildEnvVars, checkout, createChangeLogParser, createSvnClientManager, createSvnClientManager, enableSshDebug, getBrowser, getDescriptor, getExcludedRegions, getExcludedRegionsNormalized, getLocations, getLocations, getModuleRoot, getModuleRoots, getModules, getRevisionFile, init, isUseUpdate, pollChanges, repositoryLocationsExist, requiresWorkspaceForPolling |
| Methods inherited from class hudson.scm.SCM |
|---|
_for, all, createEmptyChangeLog, getEffectiveBrowser, nullify, processWorkspaceBeforeDeletion, supportsPolling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public GoogleCodeSCMEx(java.lang.String directory,
hudson.scm.SubversionSCM.ModuleLocation locations)
| Method Detail |
|---|
public java.lang.String getDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||