org.hudsonci.maven.eventspy.common
Class DocumentReference

java.lang.Object
  extended by org.hudsonci.maven.eventspy.common.DocumentReference
All Implemented Interfaces:
Serializable

public class DocumentReference
extends Object
implements Serializable

Container for access to document details.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
DocumentReference(String id, String content)
           
 
Method Summary
 String getContent()
           
 String getId()
           
 String getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentReference

public DocumentReference(String id,
                         String content)
Method Detail

getContent

public String getContent()

getId

public String getId()

getLocation

public String getLocation()


Copyright © 2004-2011 Hudson. All Rights Reserved.