org.hudsonci.maven.model.config
Class DocumentDTOHelper
java.lang.Object
org.hudsonci.maven.model.config.DocumentDTOHelper
public class DocumentDTOHelper
- extends Object
Helper for DocumentDTO.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentDTOHelper
public DocumentDTOHelper()
asString
public static String asString(DocumentDTO source)
setAttribute
public static void setAttribute(DocumentDTO source,
Object name,
Object value)
getAttribute
public static Object getAttribute(DocumentDTO source,
Object name)
Copyright © 2004-2011 Hudson. All Rights Reserved.