Serialized Form
serialVersionUID: 1L
platform
Platform platform
- If this
EnvVars
object represents the whole environment variable set,
not just a partial list used for overriding later, then we need to know
the platform for which this env vars are targeted for, or else we won't know
how to merge variables properly.
So this property remembers that information.
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
remote
String remote
serialVersionUID: 1L
callable
hudson.remoting.DelegatingCallable<V,T extends Throwable> callable
serialVersionUID: 1L
stdout
InputStream stdout
stderr
InputStream stderr
stdin
OutputStream stdin
serialVersionUID: 1L
readResolve
public Object readResolve()
name
String name
port
int port
userName
String userName
- Possibly null proxy user name.
noProxyHost
String noProxyHost
- List of host names that shouldn't use proxy, as typed by users.
- See Also:
ProxyConfiguration.getNoProxyHostPatterns()
password
String password
- Deprecated.
secretPassword
Secret secretPassword
- encrypted password
store
FilePath store
- Where the store should be placed.
props
Properties props
- Loaded contents of the store.
writeReplace
private Object writeReplace()
transportAuth
org.acegisecurity.Authentication transportAuth
authenticationFilter
hudson.remoting.CallableFilter authenticationFilter
- Runs callable from this CLI client with the transport authentication credential.
number
int number
description
String description
number
int number
displayName
String displayName
script
String script
serialVersionUID: 1L
serialVersionUID: 1L
caption
String caption
html
String html
url
String url
- If this starts with '/', it's interpreted as a path within the context path.
length
int length
serialVersionUID: 1L
serialVersionUID: -2687215937784908860L
goals
List<E> goals
- Goals to be executed in this Maven execution.
systemProps
Map<K,V> systemProps
- Hudson-defined system properties. These will be made available to Maven,
and accessible as if they are specified as -Dkey=value
listener
BuildListener listener
- Where error messages and so on are sent.
proxies
Map<K,V> proxies
reporters
Map<K,V> reporters
serialVersionUID: 1L
readResolve
public Object readResolve()
mavenBuildInformation
MavenBuildInformation mavenBuildInformation
serialVersionUID: 6022357183425911351L
serialVersionUID: -3048316415397586490L
readResolve
protected Object readResolve()
- Lots of
ExecutedMojo
s tend to have the same groupId, artifactId, etc., so interning them help
with memory consumption.
TODO: better if XStream has a declarative way of marking fields as "target for intern".
groupId
String groupId
- Plugin group ID.
artifactId
String artifactId
- Plugin artifact ID.
version
String version
- Plugin version.
goal
String goal
- Mojo name.
executionId
String executionId
- Optional execution ID, when the same mojo gets executed multiple times.
duration
long duration
- How long did it take to execute this goal? in milli-seconds.
(precision might not be 1ms)
digest
String digest
- MD5 hash of the plugin jar.
serialVersionUID: 1L
profile
boolean profile
- Flag needs to be set at the constructor, so that this reflects
the setting at master.
mavenExecutionResult
org.jvnet.hudson.maven3.listeners.HudsonMavenExecutionResult mavenExecutionResult
serialVersionUID: -3377221864644014218L
writeReplace
private Object writeReplace()
listener
hudson.maven.SplittableBuildListener listener
startTime
long startTime
log
OutputStream log
parentBuild
MavenModuleSetBuild parentBuild
serialVersionUID: 1L
profile
boolean profile
- Flag needs to be set at the constructor, so that this reflects
the setting at master.
pluginManagerInterceptorClazz
Class<T> pluginManagerInterceptorClazz
lifecycleInterceptorClazz
Class<T> lifecycleInterceptorClazz
serialVersionUID: -3719709179508200057L
mavenVersion
String mavenVersion
serialVersionUID: 1L
core
MavenBuildProxy core
serialVersionUID: 1L
proxy
MavenBuildProxy proxy
program
MavenBuildProxy.BuildCallable<V,T extends Throwable> program
serialVersionUID: -1208416744028858844L
Class hudson.maven.MavenEmbedderException extends Exception implements Serializable |
Class hudson.maven.MavenInformation extends Object implements Serializable |
serialVersionUID: 8477909321273479507L
version
String version
versionResourcePath
String versionResourcePath
serialVersionUID: 7987776766278437534L
serialVersionUID: -2644951622080930034L
mavenHome
String mavenHome
serialVersionUID: 1L
readResolve
protected Object readResolve()
- Upon reading from the disk, intern strings.
groupId
String groupId
artifactId
String artifactId
version
String version
- Version, possibly a version range.
plugin
boolean plugin
- Since:
- 1.395
range
org.apache.maven.artifact.versioning.VersionRange range
- Cached result of
VersionRange.createFromVersionSpec(version)
- See Also:
ModuleDependency.getVersionAsRange()
parsedVersion
org.apache.maven.artifact.versioning.ArtifactVersion parsedVersion
- Cache of the parsed form of
ModuleDependency.version
- See Also:
ModuleDependency.parseVersion()
serialVersionUID: 1L
groupId
String groupId
artifactId
String artifactId
Package hudson.maven.reporters |
serialVersionUID: 1L
aggregated
boolean aggregated
target
FilePath target
serialVersionUID: 1L
serialVersionUID: 1L
groupId
String groupId
- Basic parameters of a Maven artifact.
artifactId
String artifactId
- Basic parameters of a Maven artifact.
version
String version
- Basic parameters of a Maven artifact.
classifier
String classifier
- Basic parameters of a Maven artifact.
type
String type
- Basic parameters of a Maven artifact.
fileName
String fileName
- File name (without directory portion) of this artifact in the Hudson archive.
Remembered explicitly because some times this doesn't follow the
standard naming convention, due to <finalName> setting in POM.
This name is taken directly from the name of the file as used during the build
(thus POM would be most likely just pom.xml and artifacts would
use their finalName if one is configured.) This is often
different from MavenArtifact.canonicalName
.
canonicalName
String canonicalName
- The canonical artifact file name, used by Maven in the repository.
This is artifactId-version[-classifier].extension.
The reason we persist this is that the extension is only available
through ArtifactHandler
.
md5sum
String md5sum
- The md5sum for this artifact.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
recipients
String recipients
- See Also:
Mailer
dontNotifyEveryUnstableBuild
boolean dontNotifyEveryUnstableBuild
sendToIndividuals
boolean sendToIndividuals
perModuleEmail
boolean perModuleEmail
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
entries
List<E> entries
serialVersionUID: 1L
serialVersionUID: 1L
readResolve
protected Object readResolve()
hasTestFailures
AtomicBoolean hasTestFailures
serialVersionUID: 1L
defaultValue
boolean defaultValue
value
boolean value
choices
List<E> choices
defaultValue
String defaultValue
formField
String formField
serialVersionUID: 1L
href
String href
- Relative URL to this path from the current page.
title
String title
- Name of this path. Just the file name portion.
isFolder
boolean isFolder
size
long size
- File size, or null if this is not a file.
isReadable
boolean isReadable
- If the current user can read the file.
pre
boolean pre
originalFileName
String originalFileName
- The name of the originally uploaded file.
location
String location
file
File file
score
int score
- The percentage health score (from 0 to 100 inclusive).
iconUrl
String iconUrl
- The path to the icon corresponding to this health score or
null
to use the default icon
corresponding to the current health score.
If the path begins with a '/' then it will be the absolute path, otherwise the image is assumed to be in one of
/images/16x16/
, /images/24x24/
or /images/32x32/
depending on the icon
size selected by the user.
localizibleDescription
org.jvnet.localizer.Localizable localizibleDescription
- The health icon's tool-tip.
job
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>> job
serialVersionUID: 1L
title
org.jvnet.localizer.Localizable title
- Name of this data series.
color
Color color
- Used to render a line in the trend chart.
sec10
TimeSeries sec10
- Updated every 10 seconds. Keep data up to 1 hour.
min
TimeSeries min
- Updated every 1 min. Keep data up to 1 day.
hour
TimeSeries hour
- Updated every 1 hour. Keep data up to 4 weeks.
counter
int counter
name
String name
description
String description
name
String name
description
String description
defaultValue
Secret defaultValue
value
Secret value
serialVersionUID: 1L
readResolve
private Object readResolve()
name
String name
ordinal
int ordinal
- Bigger numbers are worse.
color
BallColor color
- Default ball color for this status.
serialVersionUID: 1L
tree
LinkedHashMap<K,V> tree
- Map of Artifact to treeNodeId of parent node in tree view.
Contains Artifact objects for directories and files (the ArrayList contains only files).
idSeq
int idSeq
serialVersionUID: 1L
projectName
String projectName
runId
String runId
runId
String runId
readResolve
protected Object readResolve()
- Invoked by XStream when this object is read into memory.
name
String name
- Name of this slave node.
description
String description
- Description of this node.
remoteFS
String remoteFS
- Path to the root of the workspace
from the view point of this node, such as "/hudson"
numExecutors
int numExecutors
- Number of executors of this node.
mode
Node.Mode mode
- Job allocation strategy.
retentionStrategy
RetentionStrategy<T extends Computer> retentionStrategy
- Slave availablility strategy.
launcher
ComputerLauncher launcher
- The starter that will startup this slave.
label
String label
- Whitespace-separated labels.
nodeProperties
DescribableList<T extends Describable<T>,D extends Descriptor<T>> nodeProperties
userId
String userId
- Id of user which creates this slave
User
.
serialVersionUID: 1L
defaultValue
String defaultValue
value
String value
serialVersionUID: 1L
decay
float decay
- Decay ratio. Normally 1-e for some small e.
history
float[] history
- Historical exponential moving average data. Newer ones first.
historySize
int historySize
- Maximum history size.
problem
Throwable problem
id
int id
percentage
int percentage
- % completed download, or -1 if the percentage is not known.
message
org.jvnet.localizer.Localizable message
Package hudson.node_monitors |
serialVersionUID: 2L
path
String path
size
long size
triggered
boolean triggered
trigger
Class<T> trigger
serialVersionUID: 1L
serialVersionUID: 2216994637932270352L
serialVersionUID: 1L
errors
org.jruby.ext.posix.POSIX.ERRORS errors
Package hudson.os.solaris |
serialVersionUID: 1018007614648118323L
active
boolean active
- True if $JENKINS_HOME is a ZFS file system by itself.
prospectiveZfsFileSystemName
String prospectiveZfsFileSystemName
- This will be the file system name that we'll create.
serialVersionUID: 1L
rootDataset
String rootDataset
serialVersionUID: 1L
baseline
SCMRevisionState baseline
- Baseline of the comparison.
(This comes from either the workspace, or from the remote repository as of the last polling.
Can be null.
remote
SCMRevisionState remote
- Current state of the remote repository. To be passed to the next invocation of the polling method.
Can be null.
change
PollingResult.Change change
- Degree of the change between baseline and remote. Never null.
The fact that this field is independent from PollingResult.baseline
and PollingResult.remote
are
used to (1) allow the incomparable state which forces
the immediate rebuild, and (2) allow SCM to ignore some changes in the repository to implement
exclusion feature.
serialVersionUID: 1L
Class hudson.scm.RevisionParameterAction extends InvisibleAction implements Serializable |
serialVersionUID: 1L
revisions
List<E> revisions
Class hudson.scm.SubversionRepositoryBrowser extends RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry> implements Serializable |
serialVersionUID: 1L
Class hudson.scm.SubversionSCM extends SCM implements Serializable |
serialVersionUID: 1L
locations
hudson.scm.SubversionSCM.ModuleLocation[] locations
browser
hudson.scm.SubversionRepositoryBrowser browser
excludedRegions
String excludedRegions
includedRegions
String includedRegions
excludedUsers
String excludedUsers
excludedRevprop
String excludedRevprop
excludedCommitMessages
String excludedCommitMessages
workspaceUpdater
hudson.scm.subversion.WorkspaceUpdater workspaceUpdater
modules
String modules
- Deprecated.
useUpdate
Boolean useUpdate
- Deprecated.
doRevert
Boolean doRevert
- Deprecated.
Class hudson.scm.SubversionSCM.DescriptorImpl.Credential extends Object implements Serializable |
Class hudson.scm.SubversionSCM.DescriptorImpl.PasswordCredential extends hudson.scm.SubversionSCM.DescriptorImpl.Credential implements Serializable |
userName
String userName
password
String password
Class hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential extends hudson.scm.SubversionSCM.DescriptorImpl.Credential implements Serializable |
userName
String userName
passphrase
String passphrase
id
String id
Class hudson.scm.SubversionSCM.DescriptorImpl.SslClientCertificateCredential extends hudson.scm.SubversionSCM.DescriptorImpl.Credential implements Serializable |
certificate
Secret certificate
password
String password
Class hudson.scm.SubversionSCM.External extends Object implements Serializable |
serialVersionUID: 1L
path
String path
url
String url
revision
long revision
Class hudson.scm.SubversionSCM.ModuleLocation extends Object implements Serializable |
serialVersionUID: 1L
remote
String remote
local
String local
Class hudson.scm.SubversionSCM.SvnInfo extends Object implements Serializable |
serialVersionUID: 1L
url
String url
revision
long revision
Package hudson.scm.browsers |
Class hudson.scm.browsers.AbstractSventon extends hudson.scm.SubversionRepositoryBrowser implements Serializable |
url
URL url
repositoryInstance
String repositoryInstance
Class hudson.scm.browsers.CollabNetSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable |
url
URL url
Class hudson.scm.browsers.FishEyeSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable |
serialVersionUID: 1L
url
URL url
rootModule
String rootModule
Class hudson.scm.browsers.Sventon extends hudson.scm.browsers.AbstractSventon implements Serializable |
serialVersionUID: 1L
Class hudson.scm.browsers.Sventon2 extends hudson.scm.browsers.AbstractSventon implements Serializable |
serialVersionUID: 1L
Class hudson.scm.browsers.ViewSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable |
serialVersionUID: 1L
url
URL url
Class hudson.scm.browsers.WebSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable |
serialVersionUID: 1L
url
URL url
authentication
org.acegisecurity.Authentication authentication
- This object represents the user being authenticated.
permission
Permission permission
- This object represents the permission that the user needed.
readResolve
private Object readResolve()
- Maintains the singleton semantics.
principal
Principal principal
authorities
org.acegisecurity.GrantedAuthority[] authorities
identity
FederatedLoginService.FederatedIdentity identity
passwordHash
String passwordHash
- Hashed password.
map
Map<K,V> map
Class hudson.tasks.Ant.AntInstallation extends ToolInstallation implements Serializable |
serialVersionUID: 1L
serialVersionUID: 1L
targets
String targets
- Comma-separated list of files/directories to be fingerprinted.
recordBuildArtifacts
boolean recordBuildArtifacts
- Also record all the finger prints of the build artifacts.
serialVersionUID: 1L
Package hudson.tasks._maven |
Package hudson.tasks.junit |
serialVersionUID: 1L
duration
float duration
className
String className
- In JUnit, a test is a method of a class. This field holds the fully qualified class name
that the test was in.
testName
String testName
- This field retains the method name.
skipped
boolean skipped
skippedMessage
String skippedMessage
errorStackTrace
String errorStackTrace
errorDetails
String errorDetails
stdout
String stdout
- Some tools report stdout and stderr at testcase level (such as Maven surefire plugin), others do so at
the suite level (such as Ant JUnit task.)
If these information are reported at the test case level, these fields are set,
otherwise null, in which case
SuiteResult.stdout
.
stderr
String stderr
- Some tools report stdout and stderr at testcase level (such as Maven surefire plugin), others do so at
the suite level (such as Ant JUnit task.)
If these information are reported at the test case level, these fields are set,
otherwise null, in which case
SuiteResult.stdout
.
failedSince
int failedSince
- This test has been failing since this build number (not id.)
If
passing
, this field is left unused to 0.
className
String className
cases
List<E> cases
passCount
int passCount
failCount
int failCount
skipCount
int skipCount
duration
float duration
parent
PackageResult parent
packageName
String packageName
classes
Map<K,V> classes
- All
ClassResult
s keyed by their short name.
passCount
int passCount
failCount
int failCount
skipCount
int skipCount
parent
TestResult parent
duration
float duration
serialVersionUID: 1L
file
String file
name
String name
stdout
String stdout
stderr
String stderr
duration
float duration
timestamp
String timestamp
- The 'timestamp' attribute of the test suite.
AFAICT, this is not a required attribute in XML, so the value may be null.
id
String id
- Optional ID attribute of a test suite. E.g., Eclipse plug-ins tests always have the name 'tests' but a different id.
cases
List<E> cases
- All test cases.
serialVersionUID: 1L
suites
List<E> suites
- List of all
SuiteResult
s in this test.
This is the core data structure to be persisted in the disk.
duration
float duration
keepLongStdio
boolean keepLongStdio
Package hudson.tasks.test |
serialVersionUID: 1L
parentAction
AbstractTestResultAction<T extends AbstractTestResultAction> parentAction
listOnlyContainingThisObject
List<E> listOnlyContainingThisObject
duration
float duration
serialVersionUID: 1L
serialVersionUID: 1L
readResolve
protected Object readResolve()
- Invoked by XStream when this object is read into memory.
name
String name
home
String home
serialVersionUID: 1L
args
List<E> args
mask
BitSet mask
- Bit mask indicating arguments that shouldn't be echoed-back (e.g., password)
serialVersionUID: 1L
args
List<E> args
cycle
List<E> cycle
serialVersionUID: 1L
serialVersionUID: 1L
filter
FileFilter filter
serialVersionUID: 1L
serialVersionUID: 1L
includes
String includes
excludes
String excludes
useDefaultExcludes
boolean useDefaultExcludes
kind
FormValidation.Kind kind
cause
Throwable cause
serialVersionUID: 1L
classpath
ClasspathBuilder classpath
systemProperties
Map<K,V> systemProperties
args
ArgumentListBuilder args
vmopts
ArgumentListBuilder vmopts
pwd
FilePath pwd
mainClass
String mainClass
Class hudson.util.LoadMonitorImpl$_doRun_closure3 extends Object implements Serializable |
Class hudson.util.LoadMonitorImpl$_doRun_closure3_closure8 extends Object implements Serializable |
Class hudson.util.LoadMonitorImpl$_doRun_closure4 extends Object implements Serializable |
Class hudson.util.LoadMonitorImpl$_doRun_closure4_closure11 extends Object implements Serializable |
Class hudson.util.LoadMonitorImpl$_doRun_closure7 extends Object implements Serializable |
Class hudson.util.LoadMonitorImpl$_printHeaders_closure1 extends Object implements Serializable |
serialVersionUID: 1L
delegate
TaskListener delegate
serialVersionUID: 1L
writeReplace
Object writeReplace()
- Use
ProcessTree.Remote
as the serialized form.
processes
Map<K,V> processes
- To be filled in the constructor of the derived type.
writeReplace
Object writeReplace()
pid
int pid
serialVersionUID: 1L
writeReplace
Object writeReplace()
proxy
ProcessTreeRemoting.IProcessTree proxy
serialVersionUID: 1L
value
String value
- Unencrypted secret text.
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
out
PrintStream out
charset
Charset charset
serialVersionUID: 1L
serialVersionUID: -2523542286453177108L
errorCode
int errorCode
errorCode
int errorCode
message
org.jvnet.localizer.Localizable message
serialVersionUID: 1L
readResolve
private Object readResolve()
- DefaultProjectNamingStrategy is stateless, therefore save to keep the same instance
serialVersionUID: 1L
namePattern
String namePattern
- regex pattern a job's name has to follow
forceExistingJobs
boolean forceExistingJobs
nonLocalizable
String nonLocalizable
- The string that we don't know how to localize
serialVersionUID: 3621959682117480904L
parent
TreeString parent
- Parent node that represents the prefix.
label
char[] label
TreeString.parent
+TreeString.label
is the string value of this node.
Package org.jvnet.hudson.test |
serialVersionUID: 5808915989048338267L
server
org.mortbay.jetty.Server server
localPort
int localPort
cacheFolder
File cacheFolder
serialVersionUID: 5808915989048338267L
numLaunch
int numLaunch
- Number of processed that are launched.
Copyright © 2004-2013. All Rights Reserved.