org.hudsonci.maven.plugin.artifactrecorder.internal
Class DigestRecord
java.lang.Object
org.hudsonci.maven.plugin.artifactrecorder.internal.DigestRecord
- All Implemented Interfaces:
- Serializable
public class DigestRecord
- extends Object
- implements Serializable
Data structure to hold information about collected ArtifactDTOs.
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigestRecord
public DigestRecord(ArtifactDTO artifact,
String filename,
String digest)
getArtifact
public ArtifactDTO getArtifact()
getFilename
public String getFilename()
getDigest
public String getDigest()
Copyright © 2004-2011 Hudson. All Rights Reserved.