Uses of Class
jenkins.model.FingerprintFacet
Packages that use FingerprintFacet
-
Uses of FingerprintFacet in hudson.model
Methods in hudson.model with type parameters of type FingerprintFacetModifier and TypeMethodDescription<T extends FingerprintFacet>
TFinds a facet of the specific type (including subtypes.)Methods in hudson.model that return FingerprintFacetModifier and TypeMethodDescriptionFingerprint.getFacetBlockingDeletion()
Returns a facet that blocks the deletion of the fingerprint.Methods in hudson.model that return types with arguments of type FingerprintFacetModifier and TypeMethodDescriptionFingerprint.getFacets()
Gets the associatedFingerprintFacet
s.final PersistedList<FingerprintFacet>
Fingerprint.getPersistedFacets()
Returns the persisted facets.Fingerprint.getSortedFacets()
SortsFingerprintFacet
s by their timestamps. -
Uses of FingerprintFacet in jenkins.model
Method parameters in jenkins.model with type arguments of type FingerprintFacetModifier and TypeMethodDescriptionabstract void
TransientFingerprintFacetFactory.createFor
(Fingerprint target, List<FingerprintFacet> result) Creates actions for the given project.