Serialized Form
-
Package hudson.plugins.project_inheritance.projects
-
Class hudson.plugins.project_inheritance.projects.InheritanceBuild.HadToConvertErrorException extends Exception implements Serializable
- serialVersionUID:
- 4793047694447530842L
-
-
Package hudson.plugins.project_inheritance.projects.creation
-
Class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate extends Object implements Serializable
- serialVersionUID:
- 7940442135531816851L
-
-
Package hudson.plugins.project_inheritance.projects.inheritance
-
Class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector extends Object implements Serializable
- serialVersionUID:
- 6297336734737162857L
-
Class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector extends InheritanceSelector<JobProperty<?>> implements Serializable
- serialVersionUID:
- 6765147898181407182L
-
-
Package hudson.plugins.project_inheritance.projects.parameters
-
Class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition extends StringParameterDefinition implements Serializable
- serialVersionUID:
- 5458085487475338803L
-
Serialized Fields
-
inheritanceMode
InheritableStringParameterDefinition.IModes inheritanceMode
-
isHidden
boolean isHidden
-
mustBeAssigned
boolean mustBeAssigned
-
mustHaveDefaultValue
boolean mustHaveDefaultValue
-
whitespaceMode
InheritableStringParameterDefinition.WhitespaceMode whitespaceMode
The way how this parameter handles whitespace characters.
-
-
Class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition extends InheritableStringParameterDefinition implements Serializable
- serialVersionUID:
- 6758820021906716839L
-
Class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterValue extends StringParameterValue implements Serializable
- serialVersionUID:
- 8213596823348305910L
-
Serialization Methods
-
readResolve
public Object readResolve()
Deprecated.
-
-
-
Package hudson.plugins.project_inheritance.projects.rebuild
-
Class hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor extends com.sonyericsson.rebuild.RebuildValidator implements Serializable
- serialVersionUID:
- -8397781633311893664L
-
-
Package hudson.plugins.project_inheritance.util
-
Class hudson.plugins.project_inheritance.util.LimitedHashMap extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- -1075647431523853453L
-
Serialized Fields
-
maxCapacity
int maxCapacity
-
-
Class hudson.plugins.project_inheritance.util.VersionedObjectStore extends Object implements Serializable
- serialVersionUID:
- 4783406234088486875L
-
Serialized Fields
-
store
TreeMap<VersionedObjectStore.Version,HashMap<String,Object>> store
This field stores the mapping of versions to its associated key/value map.Do note that the outer field is a TreeMap, because sorted order is more important than O(1) access time on version numbers. For the key/value pairs of object labels and object values, sorting is unimportant but best access speed is.
Thus, read/writes to a single object value are O(log(n)) instead of O(1) in the general case, but the last version can always be accessed in O(1).
-
-
Class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version extends Object implements Serializable
- serialVersionUID:
- -5953602045057843995L
-
Serialized Fields
-
description
String description
This field may contain an arbitrary description of this version. -
id
Long id
This field is the unique ID of this class. It is the only field that is considered for hashing, comparing and equality checks. -
stable
boolean stable
This flag denotes whether this version is considered stable or not. This can have varying meanings, depending on the actual use of this class. -
timestamp
long timestamp
This field stores the creation date of this particular version. Do note that two Versions with the same ID but differing timestamps are still treated as equal! -
username
String username
The name of the user that created this version. Might be null or empty. Do note thatVersionedObjectStore.Version.getUsername()
will never return null; only empty values.- Since:
- 1.4.7
-
-
-
Package hudson.plugins.project_inheritance.util.exceptions
-
Class hudson.plugins.project_inheritance.util.exceptions.HttpStatusException extends Exception implements Serializable
- serialVersionUID:
- -7244196611069661093L
-
Serialized Fields
-
status
int status
-
-