org.hudsonci.maven.plugin.artifactrecorder.internal
Class PerformFingerprinting
java.lang.Object
org.hudsonci.utils.tasks.OperationSupport<T>
org.hudsonci.utils.tasks.PerformOperation<ArtifactFingerprinter>
org.hudsonci.maven.plugin.artifactrecorder.internal.PerformFingerprinting
public class PerformFingerprinting
- extends org.hudsonci.utils.tasks.PerformOperation<ArtifactFingerprinter>
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
| Fields inherited from class org.hudsonci.utils.tasks.PerformOperation |
launcher |
| Fields inherited from class org.hudsonci.utils.tasks.OperationSupport |
build, listener, log, logger, muxlog, owner |
|
Constructor Summary |
PerformFingerprinting(ArtifactFingerprinter owner,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
int numberOfBuilders,
Set<ArtifactDTO> artifacts,
hudson.model.FingerprintMap registry)
Fingerprints the list of artifacts and attaches them to the build as an Action. |
| Methods inherited from class org.hudsonci.utils.tasks.PerformOperation |
execute |
| Methods inherited from class org.hudsonci.utils.tasks.OperationSupport |
onFailure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformFingerprinting
public PerformFingerprinting(ArtifactFingerprinter owner,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
int numberOfBuilders,
Set<ArtifactDTO> artifacts,
hudson.model.FingerprintMap registry)
- Fingerprints the list of artifacts and attaches them to the build as an
Action.
The artifact list can be a subset of all the artifacts from the build.
- Parameters:
build - to attach the action tonumberOfBuilders - artifacts - to collect digests forregistry - to record fingerprints in for understanding cross project consumption
doExecute
protected boolean doExecute()
throws Exception
- Specified by:
doExecute in class org.hudsonci.utils.tasks.OperationSupport<ArtifactFingerprinter>
- Throws:
Exception
Copyright © 2004-2011 Hudson. All Rights Reserved.