Package jenkins.model
Record Class PeepholePermalink.Cache.Unknown
java.lang.Object
java.lang.Record
jenkins.model.PeepholePermalink.Cache.Unknown
- All Implemented Interfaces:
- Serializable,- PeepholePermalink.Cache.PermalinkTarget
- Enclosing interface:
- PeepholePermalink.Cache
public static record PeepholePermalink.Cache.Unknown()
extends Record
implements PeepholePermalink.Cache.PermalinkTarget
The cache entry for this target is missing.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Run<?, ?> resolve(PeepholePermalink pp, Job<?, ?> job, String id) Implementation ofPeepholePermalink.resolve(Job).final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jenkins.model.PeepholePermalink.Cache.PermalinkTargetsearch
- 
Constructor Details- 
Unknownpublic Unknown()Creates an instance of aUnknownrecord class.
 
- 
- 
Method Details- 
resolveDescription copied from interface:PeepholePermalink.Cache.PermalinkTargetImplementation ofPeepholePermalink.resolve(Job). This may update the cache if it was missing or found to be invalid.- Specified by:
- resolvein interface- PeepholePermalink.Cache.PermalinkTarget
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
 
-