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 Summary
Constructors -
Method Summary
Modifier 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
-
DockerFingerprintAction
public DockerFingerprintAction()
-
-
Method Details
-
getRun
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getImageIDs
Gets 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 interfaceIconSpec
-