Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
<T extends FingerprintFacet> |
Fingerprint.getFacet(Class<T> type)
Finds a facet of the specific type (including subtypes.)
|
Modifier and Type | Method and Description |
---|---|
Collection<FingerprintFacet> |
Fingerprint.getFacets()
Gets the associated
FingerprintFacet s. |
Collection<FingerprintFacet> |
Fingerprint.getSortedFacets()
Sorts
FingerprintFacet s by their timestamps. |
Modifier and Type | Method and Description |
---|---|
abstract void |
TransientFingerprintFacetFactory.createFor(Fingerprint target,
List<FingerprintFacet> result)
Creates actions for the given project.
|
Copyright © 2017. All rights reserved.