Serialized Form
-
Package antlr
-
Class antlr.ANTLRException extends IllegalArgumentException implements Serializable
-
-
Package hudson
-
Class hudson.AbortException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.EnvVars extends TreeMap<String,String> implements Serializable
- serialVersionUID:
- 4320331661987259022L
-
Serialized Fields
-
platform
Platform platform
If thisEnvVars
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
-
readResolve
private Object readResolve()
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
remote
String remote
Represent the path to the file in the controller or the agent Since the platform of the agent might be different, can't use java.io.File The field could not be final since it's modified inFilePath.readResolve()
-
urlFactory
hudson.FilePath.UrlFactory urlFactory
-
-
Class hudson.FilePath.AbstractInterceptorCallableWrapper extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
callable
hudson.remoting.DelegatingCallable<T,IOException> callable
-
-
Class hudson.FilePath.ExplicitlySpecifiedDirScanner extends DirScanner implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.FilePath.FileMaskNoMatchesFoundException extends InterruptedException implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.Functions.ThreadGroupMap extends hudson.Functions.ThreadSorterBase implements Serializable
- serialVersionUID:
- 7803975728695308444L
-
Class hudson.Launcher.IOTriplet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
stderr
InputStream stderr
-
stdin
OutputStream stdin
-
stdout
InputStream stdout
-
-
Class hudson.PermalinkList extends ArrayList<PermalinkProjectAction.Permalink> implements Serializable
-
Class hudson.ProxyConfiguration extends AbstractDescribableImpl<ProxyConfiguration> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Serialized Fields
-
-
Package hudson.cli
-
Class hudson.cli.SetBuildDescriptionCommand extends CLICommand implements Serializable
-
Serialized Fields
-
description
String description
-
number
int number
-
-
-
Class hudson.cli.SetBuildDisplayNameCommand extends CLICommand implements Serializable
- serialVersionUID:
- 6665171784136358536L
-
Serialized Fields
-
displayName
String displayName
-
number
int number
-
-
-
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
-
Class hudson.console.HyperlinkNote extends ConsoleNote implements Serializable
- serialVersionUID:
- 3908468829358026949L
-
Serialized Fields
-
length
int length
-
url
String url
If this starts with '/', it's interpreted as a path within the context path.
-
-
Class hudson.console.ModelHyperlinkNote extends HyperlinkNote implements Serializable
- serialVersionUID:
- 1L
-
-
Package hudson.lifecycle
-
Class hudson.lifecycle.RestartNotSupportedException extends Exception implements Serializable
-
-
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
-
Class hudson.model.Computer.TerminationRequest extends RuntimeException implements Serializable
-
Serialized Fields
-
when
long when
-
-
-
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. -
isFolder
boolean isFolder
-
isReadable
boolean isReadable
If the current user can read the file. -
lastModified
long lastModified
For a file, the last modified timestamp. -
size
long size
File size, or null if this is not a file. -
title
String title
Name of this path. Just the file name portion.
-
-
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
- serialVersionUID:
- -143427023159076073L
-
Serialized Fields
-
location
String location
Overrides the location in the build to place this file. Initially set toParameterValue.getName()
The location could be directly the filename or also a hierarchical path. The intermediate folders will be created automatically. Take care that no escape from the current directory is allowed and will result in the failure of the build. -
originalFileName
String originalFileName
The name of the originally uploaded file.
-
-
Class hudson.model.HealthReport extends Object implements Serializable
- serialVersionUID:
- 7451361788415642230L
-
Serialized Fields
-
iconClassName
String iconClassName
Icon class. -
iconUrl
String iconUrl
The path to the icon corresponding to this health score ornull
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. -
score
int score
The percentage health score (from 0 to 100 inclusive).
-
-
Class hudson.model.JDK extends ToolInstallation implements Serializable
- serialVersionUID:
- -3318291200160313357L
-
Class hudson.model.LoadStatistics.LoadStatisticsSnapshot extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
availableExecutors
int availableExecutors
The total number of executors that are currently on-line, idle and accepting tasks. -
busyExecutors
int busyExecutors
The total number of executors that are currently busy running jobs. -
connectingExecutors
int connectingExecutors
The total number of executors that are currently in the process of connecting to Jenkins. -
definedExecutors
int definedExecutors
The total number of executors that Jenkins currently knows, this includes all off-line agents. -
idleExecutors
int idleExecutors
The total number of executors that are currently on-line and idle. This includes executors that are not accepting tasks. -
onlineExecutors
int onlineExecutors
The total number of executors that are currently on-line. -
queueLength
int queueLength
The number of items in the queue.
-
-
Class hudson.model.MultiStageTimeSeries extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
color
Color color
Used to render a line in the trend chart. -
counter
int counter
-
hour
TimeSeries hour
Updated every 1 hour. Keep data up to 8 weeks. -
min
TimeSeries min
Updated every 1 min. Keep data up to 2 days. -
sec10
TimeSeries sec10
Updated every 10 seconds. Keep data up to 6 hours. -
title
org.jvnet.localizer.Localizable title
Name of this data series.
-
-
Class hudson.model.ParameterDefinition extends Object implements Serializable
-
Class hudson.model.ParameterValue extends Object implements Serializable
-
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
-
Class hudson.model.Run.ArtifactList extends ArrayList<Run.Artifact> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tree
LinkedHashMap<Run.Artifact,String> tree
Map of Artifact to treeNodeId of parent node in tree view. Contains Artifact objects for directories and files (the ArrayList contains only files).
-
-
Class hudson.model.Run.RunnerAbortedException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.model.RunParameterDefinition extends SimpleParameterDefinition implements Serializable
-
Serialized Fields
-
filter
RunParameterDefinition.RunParameterFilter filter
-
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
-
description
String description
Description of this node. -
label
String label
Whitespace-separated labels. -
launcher
ComputerLauncher launcher
The starter that will startup this agent. -
mode
Node.Mode mode
Job allocation strategy. -
name
String name
Name of this agent node. -
nodeProperties
DescribableList<NodeProperty<?>,NodePropertyDescriptor> nodeProperties
-
numExecutors
int numExecutors
Number of executors of this node. -
remoteFS
String remoteFS
Path to the root of the workspace from the view point of this node, such as "/hudson", this need not be absolute provided that the launcher establishes a consistent working directory, such as "./.jenkins-agent" when used with an SSH launcher. NOTE: if the administrator is using a relative path they are responsible for ensuring that the launcher used provides a consistent working directory -
retentionStrategy
RetentionStrategy retentionStrategy
Agent availability strategy.
-
-
-
Class hudson.model.StreamBuildListener extends StreamTaskListener implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.model.StringParameterDefinition extends SimpleParameterDefinition implements Serializable
-
Serialized Fields
-
defaultValue
String defaultValue
-
trim
boolean trim
-
-
-
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.Skipped 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 MonitorOfflineCause implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
path
String path
-
size
long size
-
trigger
Class<? extends AbstractDiskSpaceMonitor> trigger
-
triggered
boolean triggered
-
-
Class hudson.node_monitors.DiskSpaceMonitorDescriptor.GetUsableSpace extends MasterToSlaveFileCallable<DiskSpaceMonitorDescriptor.DiskSpace> implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.node_monitors.ResponseTimeMonitor.Data extends MonitorOfflineCause implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
past5
long[] past5
Record of the past 5 times. -1 if time out. Otherwise in milliseconds. Old ones first.
-
-
Class hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2 extends org.jvnet.hudson.MemoryUsage implements Serializable
- serialVersionUID:
- 2216994637932270352L
-
Class hudson.node_monitors.TemporarySpaceMonitor.GetTempSpace extends MasterToSlaveFileCallable<DiskSpaceMonitorDescriptor.DiskSpace> implements Serializable
- serialVersionUID:
- 1L
-
-
Package hudson.os
-
Class hudson.os.PosixException extends RuntimeException implements Serializable
-
-
Package hudson.scheduler
-
Class hudson.scheduler.RareOrImpossibleDateException extends RuntimeException implements Serializable
-
-
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. -
change
PollingResult.Change change
Degree of the change between baseline and remote. Never null.The fact that this field is independent from
PollingResult.baseline
andPollingResult.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. -
remote
SCMRevisionState remote
Current state of the remote repository. To be passed to the next invocation of the polling method. Can be null.
-
-
Class hudson.scm.RepositoryBrowser extends AbstractDescribableImpl<RepositoryBrowser<?>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package hudson.security
-
Class hudson.security.AccessDeniedException2 extends AccessDeniedException implements Serializable
-
Serialized Fields
-
authentication
Authentication authentication
Deprecated.This object represents the user being authenticated. -
permission
Permission permission
Deprecated.This object represents the permission that the user needed.
-
-
-
Class hudson.security.AccessDeniedException3 extends org.springframework.security.access.AccessDeniedException implements Serializable
-
Serialized Fields
-
authentication
org.springframework.security.core.Authentication authentication
This object represents the user being authenticated. -
permission
Permission permission
This object represents the permission that the user needed.
-
-
-
Class hudson.security.AccountCreationFailedException extends Exception implements Serializable
-
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
-
authorities
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities
-
principal
Principal principal
-
-
-
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.UserMayOrMayNotExistException extends UsernameNotFoundException implements Serializable
-
Class hudson.security.UserMayOrMayNotExistException2 extends org.springframework.security.core.userdetails.UsernameNotFoundException implements Serializable
-
-
Package hudson.slaves
-
Class hudson.slaves.AbstractCloudSlave extends Slave implements Serializable
-
Class hudson.slaves.ChannelPinger.SetUpRemotePing extends MasterToSlaveCallable<Void,IOException> implements Serializable
- serialVersionUID:
- -2702219700841759872L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
pingIntervalSeconds
int pingIntervalSeconds
-
pingTimeoutSeconds
int pingTimeoutSeconds
-
-
Class hudson.slaves.DumbSlave extends Slave implements Serializable
-
Class hudson.slaves.NodeList extends ArrayList<Node> implements Serializable
-
-
Package hudson.tasks
-
Class hudson.tasks.Fingerprinter extends Recorder implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private Object readResolve()
We ensure that fields are initialized to default values after deserialization.
-
-
Serialized Fields
-
caseSensitive
Boolean caseSensitive
Indicate whether include and exclude patterns should be considered as case sensitive -
defaultExcludes
Boolean defaultExcludes
Default ant exclusion -
excludes
String excludes
Default null 'excludes' pattern as in Ant. -
recordBuildArtifacts
Boolean recordBuildArtifacts
Deprecated. -
targets
String targets
Comma-separated list of files/directories to be fingerprinted.
-
-
Class hudson.tasks.LogRotator.CollatedLogRotatorException extends IOException implements Serializable
- serialVersionUID:
- 5944233808072651101L
-
Serialized Fields
-
collated
Collection<Exception> collated
Deprecated.
-
-
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.tools
-
Class hudson.tools.ToolInstallation extends AbstractDescribableImpl<ToolInstallation> implements Serializable
-
Serialization Methods
-
Serialized Fields
-
home
String home
-
name
String name
-
properties
DescribableList<ToolProperty<?>,ToolPropertyDescriptor> properties
ToolProperty
s that are associated with this tool.
-
-
-
-
Package hudson.util
-
Class hudson.util.AbstractTaskListener extends Object implements Serializable
- serialVersionUID:
- 7217626701881006422L
-
Class hudson.util.ArgumentListBuilder extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.util.AWTProblem extends BootFailure implements Serializable
-
Serialized Fields
-
cause
Throwable cause
Deprecated.
-
-
-
Class hudson.util.BootFailure extends ErrorObject implements Serializable
-
Class hudson.util.CaseInsensitiveComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private Object readResolve()
Deprecated.Enforce singleton pattern when serializing/deserializing
-
-
Class hudson.util.ClasspathBuilder extends Object implements Serializable
-
Class hudson.util.ComboBoxModel extends ArrayList<String> implements Serializable
-
Class hudson.util.CyclicGraphDetector.CycleDetectedException extends Exception implements Serializable
-
Serialized Fields
-
cycle
List 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
-
excludes
String excludes
-
includes
String includes
-
openOptions
OpenOption[] openOptions
-
useDefaultExcludes
boolean useDefaultExcludes
-
-
Class hudson.util.ErrorObject extends Exception implements Serializable
-
Class hudson.util.FormFillFailure extends IOException implements Serializable
-
Serialized Fields
-
kind
FormValidation.Kind kind
-
selectionCleared
boolean selectionCleared
-
-
-
Class hudson.util.FormValidation extends IOException implements Serializable
-
Serialized Fields
-
kind
FormValidation.Kind kind
-
-
-
Class hudson.util.HudsonFailedToLoad extends BootFailure implements Serializable
-
Serialized Fields
-
exception
Throwable exception
Deprecated.
-
-
-
Class hudson.util.IncompatibleAntVersionDetected extends BootFailure implements Serializable
-
Serialized Fields
-
antClass
Class antClass
-
-
-
Class hudson.util.IncompatibleServletVersionDetected extends BootFailure implements Serializable
-
Serialized Fields
-
servletClass
Class servletClass
-
-
-
Class hudson.util.IncompatibleVMDetected extends BootFailure implements Serializable
-
Class hudson.util.InsufficientPermissionDetected extends BootFailure implements Serializable
-
Serialized Fields
-
exception
SecurityException exception
Deprecated.
-
-
-
Class hudson.util.IOException2 extends IOException implements Serializable
-
Class hudson.util.JenkinsReloadFailed extends BootFailure implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class hudson.util.JVMBuilder extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
args
ArgumentListBuilder args
-
classpath
ClasspathBuilder classpath
-
mainClass
String mainClass
-
pwd
FilePath pwd
-
systemProperties
Map<String,String> systemProperties
-
vmopts
ArgumentListBuilder vmopts
-
-
Class hudson.util.ListBoxModel extends ArrayList<ListBoxModel.Option> implements Serializable
-
Class hudson.util.LogTaskListener extends AbstractTaskListener implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
delegate
TaskListener delegate
-
-
Class hudson.util.NoHomeDir extends BootFailure implements Serializable
-
Serialized Fields
-
home
File home
-
-
-
Class hudson.util.NoOverlapCategoryAxis extends org.jfree.chart.axis.CategoryAxis implements Serializable
-
Class hudson.util.NoTempDir extends BootFailure implements Serializable
-
Serialized Fields
-
exception
IOException exception
Deprecated.
-
-
-
Class hudson.util.ProcessKiller extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class hudson.util.ProcessTree extends Object implements Serializable
-
Serialization Methods
-
writeReplace
Object writeReplace() throws ObjectStreamException
UseProcessTree.Remote
as the serialized form.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
processes
Map<Integer,ProcessTree.OSProcess> processes
To be filled in the constructor of the derived type. -
skipVetoes
boolean skipVetoes
Flag to skip the veto check since there aren't any. -
softKillWaitSeconds
long softKillWaitSeconds
The time to wait between sending Ctrl+C and killing the process. (JENKINS-17116) The default is 5 seconds. Careful! There are other timers in the system that may interfere with this value here, e.g. in org.jenkinsci.plugins.workflow.cps.CpsThread.stop
-
-
-
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
-
iv
byte[] iv
-
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
-
charset
Charset charset
-
out
PrintStream out
-
-
-
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.MasterToSlaveFileCallable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class jenkins.MissingDependencyException extends IOException implements Serializable
-
Serialized Fields
-
missingDependencies
List<PluginWrapper.Dependency> missingDependencies
-
pluginShortName
String pluginShortName
-
-
-
Class jenkins.RestartRequiredException extends Exception implements Serializable
-
Serialized Fields
-
message
org.jvnet.localizer.Localizable message
-
-
-
Class jenkins.SlaveToMasterFileCallable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
Deprecated.
-
-
-
Package jenkins.model
-
Class jenkins.model.CauseOfInterruption extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class jenkins.model.CauseOfInterruption.UserInterruption extends CauseOfInterruption implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
user
String user
-
-
Class jenkins.model.IdStrategy.CaseInsensitive extends IdStrategy implements Serializable
- serialVersionUID:
- -7244768200684861085L
-
Class jenkins.model.IdStrategy.CaseSensitive extends IdStrategy implements Serializable
- serialVersionUID:
- 8339425353883308324L
-
Class jenkins.model.IdStrategy.CaseSensitiveEmailAddress extends IdStrategy.CaseSensitive implements Serializable
- serialVersionUID:
- -5713655323057260180L
-
Class jenkins.model.InvalidBuildsDir extends BootFailure implements Serializable
-
Serialized Fields
-
message
String message
-
-
-
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
-
-
Package jenkins.model.item_category
-
Class jenkins.model.item_category.Categories extends Object implements Serializable
-
Class jenkins.model.item_category.Category extends Object implements Serializable
-
-
Package jenkins.model.queue
-
Class jenkins.model.queue.AsynchronousExecution extends RuntimeException implements Serializable
-
Serialized Fields
-
executor
Executor executor
-
result
Throwable result
Initially null, and usually stays null. IfAsynchronousExecution.completed(java.lang.Throwable)
is called beforeAsynchronousExecution.setExecutorWithoutCompleting(hudson.model.Executor)
, then eitherAsynchronousExecution.NULL
for success, or the error.
-
-
-
-
Package jenkins.org.apache.commons.validator.routines
-
Class jenkins.org.apache.commons.validator.routines.DomainValidator extends Object implements Serializable
- serialVersionUID:
- -4407125112880174009L
-
Serialized Fields
-
allowLocal
boolean allowLocal
-
domainRegex
RegexValidator domainRegex
RegexValidator for matching domains. -
hostnameRegex
RegexValidator hostnameRegex
RegexValidator for matching a local hostname -
mycountryCodeTLDsMinus
String[] mycountryCodeTLDsMinus
-
mycountryCodeTLDsPlus
String[] mycountryCodeTLDsPlus
-
mygenericTLDsMinus
String[] mygenericTLDsMinus
-
mygenericTLDsPlus
String[] mygenericTLDsPlus
-
mylocalTLDsMinus
String[] mylocalTLDsMinus
-
mylocalTLDsPlus
String[] mylocalTLDsPlus
-
-
Class jenkins.org.apache.commons.validator.routines.InetAddressValidator extends Object implements Serializable
- serialVersionUID:
- -919201640201914789L
-
Serialized Fields
-
ipv4Validator
RegexValidator ipv4Validator
IPv4 RegexValidator
-
-
Class jenkins.org.apache.commons.validator.routines.RegexValidator extends Object implements Serializable
- serialVersionUID:
- -8832409930574867162L
-
Serialized Fields
-
patterns
Pattern[] patterns
-
-
Class jenkins.org.apache.commons.validator.routines.UrlValidator extends Object implements Serializable
- serialVersionUID:
- 7557161713937335013L
-
Serialized Fields
-
allowedSchemes
Set<String> allowedSchemes
The set of schemes that are allowed to be in a URL. -
authorityValidator
RegexValidator authorityValidator
Regular expressions used to manually validate authorities if IANA domain name validation isn't desired. -
domainValidator
DomainValidator domainValidator
-
options
long options
Holds the set of current validation options.
-
-
-
Package jenkins.security
-
Class jenkins.security.MasterToSlaveCallable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class jenkins.security.NonSerializableSecurityContext extends Object implements Serializable
-
Class jenkins.security.NotReallyRoleSensitiveCallable extends Object implements Serializable
-
Class jenkins.security.SlaveToMasterCallable extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package jenkins.security.apitoken
-
Class jenkins.security.apitoken.ApiTokenStore.HashedToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package jenkins.slaves.restarter
-
Class jenkins.slaves.restarter.JnlpSlaveRestarterInstaller extends ComputerListener implements Serializable
- serialVersionUID:
- 1L
-
Class jenkins.slaves.restarter.SlaveRestarter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class jenkins.slaves.restarter.UnixSlaveRestarter extends SlaveRestarter implements Serializable
- serialVersionUID:
- 1L
-
Class jenkins.slaves.restarter.WinswSlaveRestarter extends SlaveRestarter implements Serializable
- serialVersionUID:
- 1L
-
-
Package jenkins.tasks
-
Class jenkins.tasks.SimpleBuildWrapper.Disposer extends Object implements Serializable
-
Serialized Fields
-
wrapperRequiresWorkspace
Boolean wrapperRequiresWorkspace
-
-
-
-
Package jenkins.tasks.filters
-
Class jenkins.tasks.filters.EnvVarsFilterException extends AbortException implements Serializable
-
Serialized Fields
-
rule
EnvVarsFilterRule rule
-
variableName
String variableName
-
-
-
Class jenkins.tasks.filters.EnvVarsFilterRuleWrapper extends Object implements Serializable
- serialVersionUID:
- -8647970104978388598L
-
Serialized Fields
-
rules
List<EnvVarsFilterRule> rules
-
-
-
Package jenkins.tasks.filters.impl
-
Class jenkins.tasks.filters.impl.RetainVariablesLocalRule extends Object implements Serializable
-
Serialized Fields
-
processVariablesHandling
RetainVariablesLocalRule.ProcessVariablesHandling processVariablesHandling
-
retainCharacteristicEnvVars
boolean retainCharacteristicEnvVars
-
variables
String variables
List of lowercase names of variable that will be retained from removal
-
-
-
-
Package jenkins.util
-
Class jenkins.util.BuildListenerAdapter extends Object implements Serializable
-
Serialized Fields
-
delegate
TaskListener delegate
-
-
-
Class jenkins.util.FullDuplexHttpService.Response extends org.kohsuke.stapler.HttpResponses.HttpResponseException implements Serializable
-
Serialized Fields
-
services
Map<UUID,FullDuplexHttpService> services
-
-
-
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
-
label
char[] label
TreeString.parent
+TreeString.label
is the string value of this node. -
parent
TreeString parent
Parent node that represents the prefix.
-
-
Class jenkins.util.VirtualFile extends Object implements Serializable
-
-
Package jenkins.util.io
-
Class jenkins.util.io.CompositeIOException extends IOException implements Serializable
- serialVersionUID:
- 121943141387608148L
-
Serialized Fields
-
exceptions
List<IOException> exceptions
-
-
-
Package jenkins.util.xstream
-
Class jenkins.util.xstream.CriticalXStreamException extends com.thoughtworks.xstream.converters.ConversionException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.acegisecurity
-
Class org.acegisecurity.AccessDeniedException extends AcegiSecurityException implements Serializable
-
Class org.acegisecurity.AccountExpiredException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.AcegiSecurityException extends org.springframework.core.NestedRuntimeException implements Serializable
-
Class org.acegisecurity.AuthenticationException extends AcegiSecurityException implements Serializable
-
Serialized Fields
-
authentication
Authentication authentication
Deprecated. -
extraInformation
Object extraInformation
Deprecated.
-
-
-
Class org.acegisecurity.AuthenticationServiceException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.BadCredentialsException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.CredentialsExpiredException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.DisabledException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.GrantedAuthorityImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
role
String role
Deprecated.
-
-
Class org.acegisecurity.InsufficientAuthenticationException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.LockedException extends AuthenticationException implements Serializable
-
-
Package org.acegisecurity.providers
-
Class org.acegisecurity.providers.AbstractAuthenticationToken extends Object implements Serializable
-
Serialized Fields
-
authenticated
boolean authenticated
Deprecated. -
authorities
GrantedAuthority[] authorities
Deprecated. -
details
Object details
Deprecated.
-
-
-
Class org.acegisecurity.providers.ProviderNotFoundException extends AuthenticationException implements Serializable
-
Class org.acegisecurity.providers.UsernamePasswordAuthenticationToken extends Object implements Serializable
-
Serialized Fields
-
delegate
org.springframework.security.authentication.UsernamePasswordAuthenticationToken delegate
Deprecated.
-
-
-
-
Package org.acegisecurity.providers.anonymous
-
Class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken extends Object implements Serializable
-
Serialized Fields
-
delegate
org.springframework.security.authentication.AnonymousAuthenticationToken delegate
Deprecated.
-
-
-
-
Package org.acegisecurity.ui
-
Class org.acegisecurity.ui.WebAuthenticationDetails extends Object implements Serializable
-
-
Package org.acegisecurity.userdetails
-
Class org.acegisecurity.userdetails.User extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountNonExpired
boolean accountNonExpired
Deprecated. -
accountNonLocked
boolean accountNonLocked
Deprecated. -
authorities
GrantedAuthority[] authorities
Deprecated. -
credentialsNonExpired
boolean credentialsNonExpired
Deprecated. -
enabled
boolean enabled
Deprecated. -
password
String password
Deprecated. -
username
String username
Deprecated.
-
-
Class org.acegisecurity.userdetails.UsernameNotFoundException extends BadCredentialsException implements Serializable
-
-
Package org.springframework.dao
-
Class org.springframework.dao.DataAccessException extends org.springframework.core.NestedRuntimeException implements Serializable
-
Class org.springframework.dao.DataAccessResourceFailureException extends DataAccessException implements Serializable
-
Class org.springframework.dao.DataRetrievalFailureException extends DataAccessException implements Serializable
-