Class DockerFingerprintAction
java.lang.Object
org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
- All Implemented Interfaces:
- Action,- ModelObject,- RunAction2,- IconSpec
Adds a link, which provides a list of fingerprints with
 
DockerRunPtrFingerprintFacets.- Author:
- Oleg Nenashev
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDockerFacets(String imageId) getFingerprint(String imageId) getFingerprintHash(String imageId) Gets a list of fingerprints related to the actionRun<?,?> getRun()voidonAttached(Run<?, ?> r) void
- 
Constructor Details- 
DockerFingerprintActionpublic DockerFingerprintAction()
 
- 
- 
Method Details- 
getRun
- 
onAttached- Specified by:
- onAttachedin interface- RunAction2
 
- 
onLoad- Specified by:
- onLoadin interface- RunAction2
 
- 
getIconFileName- Specified by:
- getIconFileNamein interface- Action
 
- 
getDisplayName- Specified by:
- getDisplayNamein interface- Action
- Specified by:
- getDisplayNamein interface- ModelObject
 
- 
getUrlName- Specified by:
- getUrlNamein interface- Action
 
- 
getImageIDsGets a list of fingerprints related to the action- Returns:
- Unmodifiable set of items.
 
- 
getFingerprintHash
- 
getFingerprint@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @CheckForNull public Fingerprint getFingerprint(@CheckForNull String imageId) 
- 
getDockerFacets
- 
getIconClassName- Specified by:
- getIconClassNamein interface- IconSpec
 
 
-