org.hudsonci.maven.eventspy.common
Class DocumentReference
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentReference
public DocumentReference(String id,
String content)
getContent
public String getContent()
getId
public String getId()
getLocation
public String getLocation()
Copyright © 2004-2011 Hudson. All Rights Reserved.