public class EnableOperation extends AbstractXmlJobcopyOperation implements Serializable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
EnableOperation.DescriptorImpl
The internal class to work with views.
|
| コンストラクタと説明 |
|---|
EnableOperation()
Constructor to initialize with the input parameters.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Document |
perform(Document doc,
hudson.EnvVars env,
PrintStream logger)
Returns modified XML Document of the job configuration.
|
getNode, getNodeList, getXpath, performall@DataBoundConstructor public EnableOperation()
public Document perform(Document doc, hudson.EnvVars env, PrintStream logger)
perform クラス内 AbstractXmlJobcopyOperationdoc - XML Document of the job to be copied (job/NAME/config.xml)env - Variables defined in the build.logger - The output stream to log.AbstractXmlJobcopyOperation.perform(org.w3c.dom.Document, hudson.EnvVars, java.io.PrintStream)Copyright © 2004-2013. All Rights Reserved.