|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.config.load.HudsonJobConfigurationLoaderConfig
public final class HudsonJobConfigurationLoaderConfig
Controls the loading and creation of Hudson job configuration files.
Nested Class Summary | |
---|---|
static class |
HudsonJobConfigurationLoaderConfig.Builder Builder to help adding properties to the configuration instance. |
Method Summary | |
---|---|
boolean |
isAddScmElementWithFullContent() Returns the flag to control whether the scm element is to be added to the generated Job config. |
boolean |
isRemoveCascadingChildrenNamesElement() Returns the flag to control the removal of the cascadingChildrenNames element from the job configuration. |
boolean |
isRemoveCascadingJobPropertiesElement() Returns the flag to control the removal of the cascading-job-properties element from the job configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isAddScmElementWithFullContent()
scm
element is to be added to the generated Job
config. xml
with full content. The
scm
is an element in addition to the SCM configuration as an entry in the same document.
In some documents the element is expected to be stated redundantly. Some configurations allow to reference the SCM information of an entry element with an XPath expression. Adding an element with that expression is not controllable with this flag.
scm
element is to be added to the generated Job
config
.
public boolean isRemoveCascadingChildrenNamesElement()
cascadingChildrenNames
element from the job configuration.
The element is added by Hudson if the config.xml
is retrieved. The presence of the element rejects the configuration from being pushed on the server.
cascadingChildrenNames
element from the job configuration.
public boolean isRemoveCascadingJobPropertiesElement()
cascading-job-properties
element from the job configuration.
The element is added by Hudson if the config.xml
is retrieved. The presence of the element rejects the configuration from being pushed on the server.
cascading-job-properties
element from the job configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |