|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<JobcopyOperation>
jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyOperation
jp.ikedam.jenkins.plugins.jobcopy_builder.AbstractXmlJobcopyOperation
jp.ikedam.jenkins.plugins.jobcopy_builder.ReplaceOperation
public class ReplaceOperation
Replace the string in the configuration.
| 入れ子のクラスの概要 | |
|---|---|
static class |
ReplaceOperation.DescriptorImpl
The internal class to work with views. |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| コンストラクタの概要 | |
|---|---|
ReplaceOperation(String fromStr,
boolean expandFromStr,
String toStr,
boolean expandToStr)
Constructor to instantiate from parameters in the job configuration page. |
|
| メソッドの概要 | |
|---|---|
String |
getFromStr()
Returns the string to be replaced. |
String |
getToStr()
Returns the string to be replaced with. |
boolean |
isExpandFromStr()
Returns whether expand variables in fromStr. |
boolean |
isExpandToStr()
Returns whether expand variables in toStr. |
Document |
perform(Document doc,
hudson.EnvVars env,
PrintStream logger)
Returns modified XML Document of the job configuration. |
| クラス jp.ikedam.jenkins.plugins.jobcopy_builder.AbstractXmlJobcopyOperation から継承されたメソッド |
|---|
getNode, getNodeList, getXpath, perform |
| クラス jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyOperation から継承されたメソッド |
|---|
all |
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
|---|
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor
public ReplaceOperation(String fromStr,
boolean expandFromStr,
String toStr,
boolean expandToStr)
fromStr - the string to be replaced.expandFromStr - whether expand variables in fromStr.toStr - the string to be replaced with.expandToStr - whether expand variables in toStr.| メソッドの詳細 |
|---|
public String getFromStr()
public boolean isExpandFromStr()
public String getToStr()
public boolean isExpandToStr()
public Document perform(Document doc,
hudson.EnvVars env,
PrintStream logger)
AbstractXmlJobcopyOperation 内の performdoc - 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)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||