Serialized Form


Package hudson

Class hudson.AbortException extends IOException implements Serializable

serialVersionUID: 1L

Class hudson.EnvVars extends TreeMap<String,String> implements Serializable

Serialized Fields

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.

Class hudson.FilePath extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

remote

String remote

Class hudson.FilePath.AbstractInterceptorCallableWrapper extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

callable

hudson.remoting.DelegatingCallable<V,T extends Throwable> callable

Class hudson.Launcher.IOTriplet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stdout

InputStream stdout

stderr

InputStream stderr

stdin

OutputStream stdin

Class hudson.PermalinkList extends ArrayList<PermalinkProjectAction.Permalink> implements Serializable

Class hudson.ProxyConfiguration extends AbstractDescribableImpl<ProxyConfiguration> implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

public Object readResolve()
Serialized Fields

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


Package hudson.cli

Class hudson.cli.ClientAuthenticationCache extends Object implements Serializable

Serialized Fields

store

FilePath store
Where the store should be placed.


props

Properties props
Loaded contents of the store.

Class hudson.cli.CliManagerImpl extends Object implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

transportAuth

org.acegisecurity.Authentication transportAuth

authenticationFilter

hudson.remoting.CallableFilter authenticationFilter
Runs callable from this CLI client with the transport authentication credential.

Class hudson.cli.SetBuildDescriptionCommand extends CLICommand implements Serializable

Serialized Fields

number

int number

description

String description

Class hudson.cli.SetBuildDisplayNameCommand extends CLICommand implements Serializable

Serialized Fields

number

int number

displayName

String displayName

Package hudson.cli.util

Class hudson.cli.util.ScriptLoader extends Object implements Serializable

Serialized Fields

script

String script

Package hudson.console

Class hudson.console.ConsoleAnnotator extends Object implements Serializable

serialVersionUID: 1L

Class hudson.console.ConsoleNote extends Object implements Serializable

serialVersionUID: 1L

Class hudson.console.ExpandableDetailsNote extends ConsoleNote implements Serializable

Serialized Fields

caption

String caption

html

String html

Class hudson.console.HudsonExceptionNote extends ConsoleNote<Object> implements Serializable

Class hudson.console.HyperlinkNote extends ConsoleNote implements Serializable

Serialized Fields

url

String url
If this starts with '/', it's interpreted as a path within the context path.


length

int length

Class hudson.console.ModelHyperlinkNote extends HyperlinkNote implements Serializable

serialVersionUID: 1L


Package hudson.lifecycle

Class hudson.lifecycle.RestartNotSupportedException extends Exception implements Serializable


Package hudson.matrix

Class hudson.matrix.AxisList extends ArrayList<Axis> implements Serializable

Class hudson.matrix.Combination extends TreeMap<String,String> implements Serializable


Package hudson.maven

Class hudson.maven.AbstractMavenBuilder extends Object implements Serializable

serialVersionUID: -2687215937784908860L

Serialized Fields

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

Class hudson.maven.AbstractMavenBuilder.FilterImpl extends MavenBuildProxy2.Filter<MavenBuildProxy2> implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

public Object readResolve()
Serialized Fields

mavenBuildInformation

MavenBuildInformation mavenBuildInformation

Class hudson.maven.AbstractMavenProcessFactory.GetRemotingJar extends Object implements Serializable

serialVersionUID: 6022357183425911351L

Class hudson.maven.ExecutedMojo extends Object implements Serializable

serialVersionUID: -3048316415397586490L

Serialization Methods

readResolve

protected Object readResolve()
Lots of ExecutedMojos 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".

Serialized Fields

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.

Class hudson.maven.Maven3Builder extends AbstractMavenBuilder implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class hudson.maven.MavenBuild.ProxyImpl2 extends hudson.maven.MavenBuild.ProxyImpl implements Serializable

serialVersionUID: -3377221864644014218L

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

listener

hudson.maven.SplittableBuildListener listener

startTime

long startTime

log

OutputStream log

parentBuild

MavenModuleSetBuild parentBuild

Class hudson.maven.MavenBuilder extends AbstractMavenBuilder implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class hudson.maven.MavenBuildInformation extends Object implements Serializable

serialVersionUID: -3719709179508200057L

Serialized Fields

mavenVersion

String mavenVersion

Class hudson.maven.MavenBuildProxy.Filter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

core

MavenBuildProxy core

Class hudson.maven.MavenBuildProxy.Filter.AsyncInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

proxy

MavenBuildProxy proxy

program

MavenBuildProxy.BuildCallable<V,T extends Throwable> program

Class hudson.maven.MavenBuildProxy2.Filter extends MavenBuildProxy.Filter<CORE extends MavenBuildProxy2> implements Serializable

serialVersionUID: -1208416744028858844L

Class hudson.maven.MavenEmbedderException extends Exception implements Serializable

Class hudson.maven.MavenInformation extends Object implements Serializable

serialVersionUID: 8477909321273479507L

Serialized Fields

version

String version

versionResourcePath

String versionResourcePath

Class hudson.maven.MavenReporter extends Object implements Serializable

serialVersionUID: 7987776766278437534L

Class hudson.maven.MavenVersionCallable extends Object implements Serializable

serialVersionUID: -2644951622080930034L

Serialized Fields

mavenHome

String mavenHome

Class hudson.maven.ModuleDependency extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Upon reading from the disk, intern strings.

Serialized Fields

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()

Class hudson.maven.ModuleName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId

artifactId

String artifactId

Package hudson.maven.reporters

Class hudson.maven.reporters.AbstractMavenJavadocArchiver extends MavenReporter implements Serializable

serialVersionUID: 1L

Serialized Fields

aggregated

boolean aggregated

target

FilePath target

Class hudson.maven.reporters.BuildInfoRecorder extends MavenReporter implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.MavenArtifact extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.maven.reporters.MavenArtifactArchiver extends MavenReporter implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.MavenFingerprinter extends MavenReporter implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.MavenJavadocArchiver extends AbstractMavenJavadocArchiver implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.MavenMailer extends MavenReporter implements Serializable

serialVersionUID: 1L

Serialized Fields

recipients

String recipients
See Also:
Mailer

dontNotifyEveryUnstableBuild

boolean dontNotifyEveryUnstableBuild

sendToIndividuals

boolean sendToIndividuals

perModuleEmail

boolean perModuleEmail

Class hudson.maven.reporters.MavenSiteArchiver extends MavenReporter implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.MavenTestJavadocArchiver extends AbstractMavenJavadocArchiver implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.ReportAction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

entries

List<E> entries

Class hudson.maven.reporters.ReportCollector extends MavenReporter implements Serializable

serialVersionUID: 1L

Class hudson.maven.reporters.SurefireArchiver extends TestFailureDetector implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

hasTestFailures

AtomicBoolean hasTestFailures

Class hudson.maven.reporters.TestFailureDetector extends MavenReporter implements Serializable

serialVersionUID: 1L


Package hudson.model

Class hudson.model.BooleanParameterDefinition extends SimpleParameterDefinition implements Serializable

Serialized Fields

defaultValue

boolean defaultValue

Class hudson.model.BooleanParameterValue extends ParameterValue implements Serializable

Serialized Fields

value

boolean value

Class hudson.model.ChoiceParameterDefinition extends SimpleParameterDefinition implements Serializable

Serialized Fields

choices

List<E> choices

defaultValue

String defaultValue

Class hudson.model.Descriptor.FormException extends Exception implements Serializable

Serialized Fields

formField

String formField

Class hudson.model.DirectoryBrowserSupport.Path extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.model.Failure extends RuntimeException implements Serializable

Serialized Fields

pre

boolean pre

Class hudson.model.FileParameterDefinition extends ParameterDefinition implements Serializable

Class hudson.model.FileParameterValue extends ParameterValue implements Serializable

Serialized Fields

originalFileName

String originalFileName
The name of the originally uploaded file.


location

String location

Class hudson.model.FileParameterValue.FileItemImpl extends Object implements Serializable

Serialized Fields

file

File file

Class hudson.model.HealthReport extends Object implements Serializable

Serialized Fields

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.

Class hudson.model.JDK extends ToolInstallation implements Serializable

Class hudson.model.JobParameterDefinition extends SimpleParameterDefinition implements Serializable

Class hudson.model.JobParameterValue extends ParameterValue implements Serializable

Serialized Fields

job

Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>> job

Class hudson.model.MultiStageTimeSeries extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class hudson.model.ParameterDefinition extends Object implements Serializable

Serialized Fields

name

String name

description

String description

Class hudson.model.ParameterValue extends Object implements Serializable

Serialized Fields

name

String name

description

String description

Class hudson.model.PasswordParameterDefinition extends SimpleParameterDefinition implements Serializable

Serialized Fields

defaultValue

Secret defaultValue

Class hudson.model.PasswordParameterValue extends ParameterValue implements Serializable

Serialized Fields

value

Secret value

Class hudson.model.Result extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name

ordinal

int ordinal
Bigger numbers are worse.


color

BallColor color
Default ball color for this status.

Class hudson.model.Run.ArtifactList extends ArrayList<Run.Artifact> implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class hudson.model.Run.RunnerAbortedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class hudson.model.RunParameterDefinition extends SimpleParameterDefinition implements Serializable

Serialized Fields

projectName

String projectName

runId

String runId

Class hudson.model.RunParameterValue extends ParameterValue implements Serializable

Serialized Fields

runId

String runId

Class hudson.model.SimpleParameterDefinition extends ParameterDefinition implements Serializable

Class hudson.model.Slave extends Node implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
Invoked by XStream when this object is read into memory.

Serialized Fields

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.

Class hudson.model.StreamBuildListener extends StreamTaskListener implements Serializable

serialVersionUID: 1L

Class hudson.model.StringParameterDefinition extends SimpleParameterDefinition implements Serializable

Serialized Fields

defaultValue

String defaultValue

Class hudson.model.StringParameterValue extends ParameterValue implements Serializable

Serialized Fields

value

String value

Class hudson.model.TextParameterDefinition extends StringParameterDefinition implements Serializable

Class hudson.model.TextParameterValue extends StringParameterValue implements Serializable

Class hudson.model.TimeSeries extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.model.UpdateCenter.DownloadJob.Failure extends UpdateCenter.DownloadJob.InstallationStatus implements Serializable

Serialized Fields

problem

Throwable problem

Class hudson.model.UpdateCenter.DownloadJob.InstallationStatus extends Throwable implements Serializable

Serialized Fields

id

int id

Class hudson.model.UpdateCenter.DownloadJob.Installing extends UpdateCenter.DownloadJob.InstallationStatus implements Serializable

Serialized Fields

percentage

int percentage
% completed download, or -1 if the percentage is not known.

Class hudson.model.UpdateCenter.DownloadJob.Pending extends UpdateCenter.DownloadJob.InstallationStatus implements Serializable

Class hudson.model.UpdateCenter.DownloadJob.Success extends UpdateCenter.DownloadJob.InstallationStatus implements Serializable

Class hudson.model.UpdateCenter.DownloadJob.SuccessButRequiresRestart extends UpdateCenter.DownloadJob.Success implements Serializable

Serialized Fields

message

org.jvnet.localizer.Localizable message

Package hudson.node_monitors

Class hudson.node_monitors.DiskSpaceMonitorDescriptor.DiskSpace extends OfflineCause implements Serializable

serialVersionUID: 2L

Serialized Fields

path

String path

size

long size

triggered

boolean triggered

trigger

Class<T> trigger

Class hudson.node_monitors.DiskSpaceMonitorDescriptor.GetUsableSpace extends Object implements Serializable

serialVersionUID: 1L

Class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2 extends org.jvnet.hudson.MemoryUsage implements Serializable

serialVersionUID: 2216994637932270352L

Class hudson.node_monitors.TemporarySpaceMonitor.GetTempSpace extends Object implements Serializable

serialVersionUID: 1L


Package hudson.os

Class hudson.os.PosixException extends RuntimeException implements Serializable

Serialized Fields

errors

org.jruby.ext.posix.POSIX.ERRORS errors

Package hudson.os.solaris

Class hudson.os.solaris.ZFSInstaller extends AdministrativeMonitor implements Serializable

serialVersionUID: 1018007614648118323L

Serialized Fields

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.

Class hudson.os.solaris.ZFSProvisioner extends FileSystemProvisioner implements Serializable

serialVersionUID: 1L

Serialized Fields

rootDataset

String rootDataset

Package hudson.scm

Class hudson.scm.PollingResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.scm.RepositoryBrowser extends AbstractDescribableImpl<RepositoryBrowser<?>> implements Serializable

serialVersionUID: 1L

Class hudson.scm.RevisionParameterAction extends InvisibleAction implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Serialized Fields

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

Serialized Fields

userName

String userName

password

String password

Class hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential extends hudson.scm.SubversionSCM.DescriptorImpl.Credential implements Serializable

Serialized Fields

userName

String userName

passphrase

String passphrase

id

String id

Class hudson.scm.SubversionSCM.DescriptorImpl.SslClientCertificateCredential extends hudson.scm.SubversionSCM.DescriptorImpl.Credential implements Serializable

Serialized Fields

certificate

Secret certificate

password

String password

Class hudson.scm.SubversionSCM.External extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

path

String path

url

String url

revision

long revision

Class hudson.scm.SubversionSCM.ModuleLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

remote

String remote

local

String local

Class hudson.scm.SubversionSCM.SvnInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

revision

long revision

Package hudson.scm.browsers

Class hudson.scm.browsers.AbstractSventon extends hudson.scm.SubversionRepositoryBrowser implements Serializable

Serialized Fields

url

URL url

repositoryInstance

String repositoryInstance

Class hudson.scm.browsers.CollabNetSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable

Serialized Fields

url

URL url

Class hudson.scm.browsers.FishEyeSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Serialized Fields

url

URL url

Class hudson.scm.browsers.WebSVN extends hudson.scm.SubversionRepositoryBrowser implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url

Package hudson.security

Class hudson.security.AccessDeniedException2 extends org.acegisecurity.AccessDeniedException implements Serializable

Serialized Fields

authentication

org.acegisecurity.Authentication authentication
This object represents the user being authenticated.


permission

Permission permission
This object represents the permission that the user needed.

Class hudson.security.AuthorizationStrategy.Unsecured extends AuthorizationStrategy implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Maintains the singleton semantics.

Class hudson.security.ContainerAuthentication extends Object implements Serializable

Serialized Fields

principal

Principal principal

authorities

org.acegisecurity.GrantedAuthority[] authorities

Class hudson.security.FederatedLoginService.FederatedIdentity extends Object implements Serializable

Class hudson.security.FederatedLoginService.UnclaimedIdentityException extends RuntimeException implements Serializable

Serialized Fields

identity

FederatedLoginService.FederatedIdentity identity

Class hudson.security.HudsonPrivateSecurityRealm.Details extends UserProperty implements Serializable

Serialized Fields

passwordHash

String passwordHash
Hashed password.

Class hudson.security.NotSerilizableSecurityContext extends NonSerializableSecurityContext implements Serializable

Class hudson.security.UserMayOrMayNotExistException extends org.acegisecurity.userdetails.UsernameNotFoundException implements Serializable


Package hudson.slaves

Class hudson.slaves.AbstractCloudSlave extends Slave implements Serializable

Class hudson.slaves.DumbSlave extends Slave implements Serializable

Class hudson.slaves.NodeList extends ArrayList<Node> implements Serializable

Serialized Fields

map

Map<K,V> map

Package hudson.tasks

Class hudson.tasks.Ant.AntInstallation extends ToolInstallation implements Serializable

serialVersionUID: 1L

Class hudson.tasks.Fingerprinter extends Recorder implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.tasks.Maven.MavenInstallation extends ToolInstallation implements Serializable

serialVersionUID: 1L


Package hudson.tasks._maven

Class hudson.tasks._maven.Maven3MojoNote extends ConsoleNote implements Serializable

Class hudson.tasks._maven.MavenErrorNote extends ConsoleNote implements Serializable

Class hudson.tasks._maven.MavenMojoNote extends ConsoleNote implements Serializable

Class hudson.tasks._maven.MavenWarningNote extends ConsoleNote implements Serializable


Package hudson.tasks.junit

Class hudson.tasks.junit.CaseResult extends TestResult implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.tasks.junit.ClassResult extends TabulatedResult implements Serializable

Serialized Fields

className

String className

cases

List<E> cases

passCount

int passCount

failCount

int failCount

skipCount

int skipCount

duration

float duration

parent

PackageResult parent

Class hudson.tasks.junit.PackageResult extends MetaTabulatedResult implements Serializable

Serialized Fields

packageName

String packageName

classes

Map<K,V> classes
All ClassResults keyed by their short name.


passCount

int passCount

failCount

int failCount

skipCount

int skipCount

parent

TestResult parent

duration

float duration

Class hudson.tasks.junit.SuiteResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class hudson.tasks.junit.TestObject extends AbstractModelObject implements Serializable

Class hudson.tasks.junit.TestResult extends MetaTabulatedResult implements Serializable

serialVersionUID: 1L

Serialized Fields

suites

List<E> suites
List of all SuiteResults in this test. This is the core data structure to be persisted in the disk.


duration

float duration

keepLongStdio

boolean keepLongStdio

Class hudson.tasks.junit.XMLEntityResolver extends ParserConfigurator implements Serializable


Package hudson.tasks.test

Class hudson.tasks.test.DefaultTestResultParserImpl extends TestResultParser implements Serializable

serialVersionUID: 1L

Class hudson.tasks.test.MetaTabulatedResult extends TabulatedResult implements Serializable

Class hudson.tasks.test.SimpleCaseResult extends TestResult implements Serializable

Serialized Fields

parentAction

AbstractTestResultAction<T extends AbstractTestResultAction> parentAction

listOnlyContainingThisObject

List<E> listOnlyContainingThisObject

duration

float duration

Class hudson.tasks.test.TabulatedResult extends TestResult implements Serializable

Class hudson.tasks.test.TestObject extends TestObject implements Serializable

serialVersionUID: 1L

Class hudson.tasks.test.TestResult extends TestObject implements Serializable


Package hudson.tools

Class hudson.tools.ToolInstallation extends AbstractDescribableImpl<ToolInstallation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Invoked by XStream when this object is read into memory.

Serialized Fields

name

String name

home

String home

Package hudson.util

Class hudson.util.AbstractTaskListener extends Object implements Serializable

Class hudson.util.ArgumentListBuilder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

args

List<E> args

mask

BitSet mask
Bit mask indicating arguments that shouldn't be echoed-back (e.g., password)

Class hudson.util.CaseInsensitiveComparator extends Object implements Serializable

serialVersionUID: 1L

Class hudson.util.ClasspathBuilder extends Object implements Serializable

Serialized Fields

args

List<E> args

Class hudson.util.ComboBoxModel extends ArrayList<String> implements Serializable

Class hudson.util.CyclicGraphDetector.CycleDetectedException extends Exception implements Serializable

Serialized Fields

cycle

List<E> cycle

Class hudson.util.DirScanner extends Object implements Serializable

serialVersionUID: 1L

Class hudson.util.DirScanner.Filter extends DirScanner.Full implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

FileFilter filter

Class hudson.util.DirScanner.Full extends DirScanner implements Serializable

serialVersionUID: 1L

Class hudson.util.DirScanner.Glob extends DirScanner implements Serializable

serialVersionUID: 1L

Serialized Fields

includes

String includes

excludes

String excludes

useDefaultExcludes

boolean useDefaultExcludes

Class hudson.util.FormValidation extends IOException implements Serializable

Serialized Fields

kind

FormValidation.Kind kind

Class hudson.util.IOException2 extends IOException implements Serializable

Serialized Fields

cause

Throwable cause

Class hudson.util.JVMBuilder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

classpath

ClasspathBuilder classpath

systemProperties

Map<K,V> systemProperties

args

ArgumentListBuilder args

vmopts

ArgumentListBuilder vmopts

pwd

FilePath pwd

mainClass

String mainClass

Class hudson.util.ListBoxModel extends ArrayList<ListBoxModel.Option> implements Serializable

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

Class hudson.util.LogTaskListener extends AbstractTaskListener implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

TaskListener delegate

Class hudson.util.NoOverlapCategoryAxis extends org.jfree.chart.axis.CategoryAxis implements Serializable

Class hudson.util.ProcessKiller extends Object implements Serializable

serialVersionUID: 1L

Class hudson.util.ProcessTree extends Object implements Serializable

Serialization Methods

writeReplace

Object writeReplace()
Use ProcessTree.Remote as the serialized form.

Serialized Fields

processes

Map<K,V> processes
To be filled in the constructor of the derived type.

Class hudson.util.ProcessTree.Local extends ProcessTree implements Serializable

Class hudson.util.ProcessTree.OSProcess extends Object implements Serializable

Serialization Methods

writeReplace

Object writeReplace()
Serialized Fields

pid

int pid

Class hudson.util.ProcessTree.Remote extends ProcessTree implements Serializable

serialVersionUID: 1L

Serialization Methods

writeReplace

Object writeReplace()
Serialized Fields

proxy

ProcessTreeRemoting.IProcessTree proxy

Class hudson.util.ProcessTree.UnixProcess extends ProcessTree.OSProcess implements Serializable

Class hudson.util.RobustReflectionConverter.DuplicateFieldException extends com.thoughtworks.xstream.converters.ConversionException implements Serializable

Class hudson.util.Secret extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value
Unencrypted secret text.

Class hudson.util.ShiftedCategoryAxis extends NoOverlapCategoryAxis implements Serializable

Class hudson.util.StackedAreaRenderer2 extends org.jfree.chart.renderer.category.StackedAreaRenderer implements Serializable

Class hudson.util.StreamTaskListener extends AbstractTaskListener implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

out

PrintStream out

charset

Charset charset

Package hudson.util.io

Class hudson.util.io.ArchiverFactory extends Object implements Serializable

serialVersionUID: 1L

Class hudson.util.io.ParserConfigurator extends Object implements Serializable

serialVersionUID: -2523542286453177108L


Package hudson.util.jna

Class hudson.util.jna.JnaException extends RuntimeException implements Serializable

Serialized Fields

errorCode

int errorCode

Class hudson.util.jna.WinIOException extends IOException implements Serializable

Serialized Fields

errorCode

int errorCode

Package jenkins

Class jenkins.ExtensionRefreshException extends Exception implements Serializable

Class jenkins.RestartRequiredException extends Exception implements Serializable

Serialized Fields

message

org.jvnet.localizer.Localizable message

Package jenkins.model

Class jenkins.model.ProjectNamingStrategy.DefaultProjectNamingStrategy extends ProjectNamingStrategy implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
DefaultProjectNamingStrategy is stateless, therefore save to keep the same instance

Class jenkins.model.ProjectNamingStrategy.PatternProjectNamingStrategy extends ProjectNamingStrategy implements Serializable

serialVersionUID: 1L

Serialized Fields

namePattern

String namePattern
regex pattern a job's name has to follow


forceExistingJobs

boolean forceExistingJobs

Package jenkins.security

Class jenkins.security.NonSerializableSecurityContext extends Object implements Serializable


Package jenkins.util

Class jenkins.util.NonLocalizable extends org.jvnet.localizer.Localizable implements Serializable

Serialized Fields

nonLocalizable

String nonLocalizable
The string that we don't know how to localize

Class jenkins.util.TreeString extends Object implements Serializable

serialVersionUID: 3621959682117480904L

Serialized Fields

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

Class org.jvnet.hudson.test.HudsonPageCreator extends com.gargoylesoftware.htmlunit.DefaultPageCreator implements Serializable

Class org.jvnet.hudson.test.HudsonTestCase.BreakException extends Exception implements Serializable

Class org.jvnet.hudson.test.HudsonTestCase.WebClient extends com.gargoylesoftware.htmlunit.WebClient implements Serializable

serialVersionUID: 5808915989048338267L

Class org.jvnet.hudson.test.JavaNetReverseProxy extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

server

org.mortbay.jetty.Server server

localPort

int localPort

cacheFolder

File cacheFolder

Class org.jvnet.hudson.test.JenkinsRule.BreakException extends Exception implements Serializable

Class org.jvnet.hudson.test.JenkinsRule.WebClient extends com.gargoylesoftware.htmlunit.WebClient implements Serializable

serialVersionUID: 5808915989048338267L

Class org.jvnet.hudson.test.PretendSlave extends Slave implements Serializable

Serialized Fields

numLaunch

int numLaunch
Number of processed that are launched.

Class org.jvnet.hudson.test.TouchBuilder extends Builder implements Serializable



Copyright © 2004-2013. All Rights Reserved.