de.smartics.ci.config.hudson
Class AbstractHudsonConfigHelper

Package class diagram package AbstractHudsonConfigHelper
java.lang.Object
  extended by de.smartics.ci.config.hudson.AbstractHudsonConfigHelper
Direct Known Subclasses:
HudsonConfigEntry, HudsonConfigScmElement

public abstract class AbstractHudsonConfigHelper
     
     
extends Object

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

hudsonConfig

protected final org.jdom.Document hudsonConfig
The Hudson configuration XML file to add to.

Constructor Detail

AbstractHudsonConfigHelper

protected AbstractHudsonConfigHelper(org.jdom.Document hudsonConfig)
Default constructor.

Parameters:
hudsonConfig - the Hudson configuration XML file to add to.
Method Detail

getHudsonConfig

public org.jdom.Document getHudsonConfig()
Returns the Hudson configuration XML file to add to.

Returns:
the Hudson configuration XML file to add to.

createDocument

public static final org.jdom.Document createDocument()
Creates an empty Hudson configuration XML document.

Returns:
an empty Hudson configuration XML document.


Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.