Uses of Class
jenkins.model.FingerprintFacet
-
Packages that use FingerprintFacet Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of FingerprintFacet in hudson.model
Methods in hudson.model with type parameters of type FingerprintFacet Modifier and Type Method Description <T extends FingerprintFacet>
TFingerprint. getFacet(Class<T> type)
Finds a facet of the specific type (including subtypes.)Methods in hudson.model that return FingerprintFacet Modifier and Type Method Description FingerprintFacet
Fingerprint. getFacetBlockingDeletion()
Returns a facet that blocks the deletion of the fingerprint.Methods in hudson.model that return types with arguments of type FingerprintFacet Modifier and Type Method Description Collection<FingerprintFacet>
Fingerprint. getFacets()
Gets the associatedFingerprintFacet
s.PersistedList<FingerprintFacet>
Fingerprint. getPersistedFacets()
Returns the persisted facets.Collection<FingerprintFacet>
Fingerprint. getSortedFacets()
SortsFingerprintFacet
s by their timestamps. -
Uses of FingerprintFacet in jenkins.model
Method parameters in jenkins.model with type arguments of type FingerprintFacet Modifier and Type Method Description abstract void
TransientFingerprintFacetFactory. createFor(Fingerprint target, List<FingerprintFacet> result)
Creates actions for the given project.
-