|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.config.hudson.AbstractHudsonConfigHelper
public abstract class AbstractHudsonConfigHelper
Base implementation for helper that deal with accessing and manipulating information in a Hudson configuration XML document.
Field Summary | |
---|---|
protected org.jdom.Document |
hudsonConfig The Hudson configuration XML file to add to. |
Constructor Summary | |
---|---|
protected |
AbstractHudsonConfigHelper(org.jdom.Document hudsonConfig) Default constructor. |
Method Summary | |
---|---|
static org.jdom.Document |
createDocument() Creates an empty Hudson configuration XML document. |
org.jdom.Document |
getHudsonConfig() Returns the Hudson configuration XML file to add to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.jdom.Document hudsonConfig
Constructor Detail |
---|
protected AbstractHudsonConfigHelper(org.jdom.Document hudsonConfig)
hudsonConfig
- the Hudson configuration XML file to add to.
Method Detail |
---|
public org.jdom.Document getHudsonConfig()
public static final org.jdom.Document createDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |