Platform platform
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.
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
private Object readResolve()
String remote
FilePath.readResolve()
hudson.FilePath.UrlFactory urlFactory
hudson.remoting.DelegatingCallable<V,T extends Throwable> callable
InputStream stdout
InputStream stderr
OutputStream stdin
private Object readResolve()
int number
String description
int number
String displayName
String url
int length
boolean defaultValue
boolean value
long when
String formField
String href
String title
boolean isFolder
long size
boolean isReadable
long lastModified
boolean pre
String originalFileName
String location
ParameterValue.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.int score
String iconClassName
String iconUrl
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.
org.jvnet.localizer.Localizable localizibleDescription
int definedExecutors
int onlineExecutors
int connectingExecutors
int busyExecutors
int idleExecutors
int availableExecutors
int queueLength
org.jvnet.localizer.Localizable title
Color color
TimeSeries sec10
TimeSeries min
TimeSeries hour
int counter
Secret defaultValue
Secret value
private Object readResolve()
LinkedHashMap<K,V> tree
String projectName
String runId
RunParameterDefinition.RunParameterFilter filter
String runId
protected Object readResolve()
String name
String description
String remoteFS
int numExecutors
Node.Mode mode
RetentionStrategy<T extends Computer> retentionStrategy
ComputerLauncher launcher
String label
DescribableList<T extends Describable<T>,D extends Descriptor<T>> nodeProperties
String defaultValue
boolean trim
String value
float decay
float[] history
int historySize
Throwable problem
int id
int percentage
org.jvnet.localizer.Localizable message
long[] past5
org.jruby.ext.posix.POSIX.ERRORS errors
SCMRevisionState baseline
SCMRevisionState remote
PollingResult.Change change
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.
Authentication authentication
Permission permission
org.springframework.security.core.Authentication authentication
Permission permission
private Object readResolve()
Principal principal
Collection<E> authorities
FederatedLoginService.FederatedIdentity identity
protected Object readResolve()
int pingTimeoutSeconds
int pingIntervalSeconds
private Object readResolve()
String targets
String excludes
Boolean defaultExcludes
Boolean caseSensitive
Boolean recordBuildArtifacts
Collection<E> collated
String name
String home
DescribableList<T extends Describable<T>,D extends Descriptor<T>> properties
ToolProperty
s that are associated with this tool.Throwable cause
private Object readResolve()
FileFilter filter
FormValidation.Kind kind
boolean selectionCleared
FormValidation.Kind kind
Throwable exception
SecurityException exception
Throwable cause
ClasspathBuilder classpath
Map<K,V> systemProperties
ArgumentListBuilder args
ArgumentListBuilder vmopts
FilePath pwd
String mainClass
TaskListener delegate
File home
IOException exception
Object writeReplace() throws ObjectStreamException
ProcessTree.Remote
as the serialized form.ObjectStreamException
Map<K,V> processes
boolean skipVetoes
long softKillWaitSeconds
Object writeReplace()
int pid
Object writeReplace()
ProcessTreeRemoting.IProcessTree proxy
String value
byte[] iv
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
PrintStream out
Charset charset
int errorCode
int errorCode
org.jvnet.localizer.Localizable message
String user
String message
private Object readResolve()
Executor executor
Throwable result
AsynchronousExecution.completed(java.lang.Throwable)
is called before AsynchronousExecution.setExecutorWithoutCompleting(hudson.model.Executor)
, then either AsynchronousExecution.NULL
for success, or the error.boolean allowLocal
RegexValidator domainRegex
RegexValidator hostnameRegex
RegexValidator ipv4Validator
Pattern[] patterns
long options
Set<E> allowedSchemes
RegexValidator authorityValidator
Boolean wrapperRequiresWorkspace
EnvVarsFilterRule rule
String variableName
String variables
boolean retainCharacteristicEnvVars
RetainVariablesLocalRule.ProcessVariablesHandling processVariablesHandling
TaskListener delegate
String nonLocalizable
TreeString parent
char[] label
TreeString.parent
+TreeString.label
is the string value of this node.Authentication authentication
Object extraInformation
String role
GrantedAuthority[] authorities
Object details
boolean authenticated
org.springframework.security.authentication.UsernamePasswordAuthenticationToken delegate
org.springframework.security.authentication.AnonymousAuthenticationToken delegate
String username
String password
boolean enabled
boolean accountNonExpired
boolean credentialsNonExpired
boolean accountNonLocked
GrantedAuthority[] authorities
Copyright © 2004–2021. All rights reserved.