org.hudsonci.maven.plugin.artifactrecorder.internal
Class DigestRecord

java.lang.Object
  extended by 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

Constructor Summary
DigestRecord(ArtifactDTO artifact, String filename, String digest)
           
 
Method Summary
 ArtifactDTO getArtifact()
           
 String getDigest()
           
 String getFilename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestRecord

public DigestRecord(ArtifactDTO artifact,
                    String filename,
                    String digest)
Method Detail

getArtifact

public ArtifactDTO getArtifact()

getFilename

public String getFilename()

getDigest

public String getDigest()


Copyright © 2004-2011 Hudson. All Rights Reserved.