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
DockerRunPtrFingerprintFacet
s.- Author:
- Oleg Nenashev
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDockerFacets
(String imageId) getFingerprint
(String imageId) getFingerprintHash
(String imageId) Gets a list of fingerprints related to the actionRun<?,
?> getRun()
void
onAttached
(Run<?, ?> r) void
-
Constructor Details
-
DockerFingerprintAction
public DockerFingerprintAction()
-
-
Method Details
-
getRun
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in 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:
getIconClassName
in interfaceIconSpec
-