|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.config.load.HudsonJobConfig
public final class HudsonJobConfig
Provides information about a Hudson job configuration file ( config.xml
.
Constructor Summary | |
---|---|
HudsonJobConfig(String id, String configXml) Default constructor. |
Method Summary | |
---|---|
String |
getConfigXml() Returns the Hudson job configuration file as an XML string. |
String |
getId() Returns the identifier of the job configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HudsonJobConfig(String id, String configXml) throws de.smartics.util.lang.BlankArgumentException
id
- the identifier of the job configuration.
configXml
- the Hudson job configuration file as an XML string.
de.smartics.util.lang.BlankArgumentException
- if either
id
or
configXml
is blank.
Method Detail |
---|
public String getId()
public String getConfigXml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |