public abstract class AbstractCredentialsFingerprintFacet
extends jenkins.model.FingerprintFacet
FingerprintFacets related to Credentials.
The facet may include the following optional resources (jelly, groovy, etc.):
| Constructor and Description |
|---|
AbstractCredentialsFingerprintFacet(hudson.model.Fingerprint fingerprint,
long timestamp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
public AbstractCredentialsFingerprintFacet(hudson.model.Fingerprint fingerprint,
long timestamp)
fingerprint - Fingerprint object to which this facet is going to be added to.timestamp - timestamp when the use happened (milliseconds since midnight Jan 1, 1970 UTC).Copyright © 2016–2017. All rights reserved.