Serialized Form
|
Class hudson.scm.CVSRepositoryBrowser extends hudson.scm.RepositoryBrowser<hudson.scm.CVSChangeLogSet.CVSChangeLog> implements Serializable |
serialVersionUID: 1L
|
Class hudson.scm.CVSSCM extends hudson.scm.SCM implements Serializable |
serialVersionUID: 1L
cvsroot
java.lang.String cvsroot
module
java.lang.String module
branch
java.lang.String branch
cvsRsh
java.lang.String cvsRsh
canUseUpdate
boolean canUseUpdate
flatten
boolean flatten
repositoryBrowser
hudson.scm.CVSRepositoryBrowser repositoryBrowser
isTag
boolean isTag
excludedRegions
java.lang.String excludedRegions
|
Class hudson.scm.RepositoryBrowser extends java.lang.Object implements Serializable |
serialVersionUID: 1L
serialVersionUID: 1L
locations
SubversionReleaseSCM.ModuleLocation[] locations
- the locations field is used to store all configured SVN locations (with
their local and remote part). Direct access to this filed should be
avoided and the getLocations() method should be used instead. This is
needed to make importing of old hudson-configurations possible as
getLocations() will check if the modules field has been set and import
the data.
- Since:
- 1.91
useUpdate
boolean useUpdate
browser
SubversionRepositoryBrowser browser
modules
java.lang.String modules
- Deprecated.
serialVersionUID: 1L
remote
java.lang.String remote
- Subversion URL to check out.
This may include "@NNN" at the end to indicate a fixed revision.
local
java.lang.String local
- Local directory to place the file to.
Relative to the workspace root.
serialVersionUID: 1L
url
java.lang.String url
- Decoded repository URL.
revision
long revision
serialVersionUID: 1L
|
Class hudson.scm.SubversionSCM extends hudson.scm.SCM implements Serializable |
serialVersionUID: 1L
locations
hudson.scm.SubversionSCM.ModuleLocation[] locations
useUpdate
boolean useUpdate
browser
SubversionRepositoryBrowser browser
excludedRegions
java.lang.String excludedRegions
modules
java.lang.String modules
- Deprecated.
|
Class hudson.scm.SubversionSCM.ModuleLocation extends java.lang.Object implements Serializable |
serialVersionUID: 1L
remote
java.lang.String remote
local
java.lang.String local
|
Class hudson.scm.SubversionSCM.SvnInfo extends java.lang.Object implements Serializable |
serialVersionUID: 1L
url
java.lang.String url
revision
long revision
Copyright © 2009. All Rights Reserved.