public class ExportParametersBuilder
extends hudson.tasks.Builder
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ExportParametersBuilder.DescriptorImpl
A implementation of Descliptor.
|
| コンストラクタと説明 |
|---|
ExportParametersBuilder(String filePath,
String fileFormat,
String keyPattern,
boolean useRegexp)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ExportParametersBuilder.DescriptorImpl |
getDescriptor() |
String |
getFileFormat()
Gets file format.
|
String |
getFilePath()
Gets file path.
|
String |
getKeyPattern()
Gets key pattern.
|
boolean |
isUseRegexp()
Whether use regexp or not.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public ExportParametersBuilder(String filePath, String fileFormat, String keyPattern, boolean useRegexp)
filePath - the file path.fileFormat - the file format.keyPattern - the pattern of key.useRegexp - true if pattern in regular expression.public String getFilePath()
public String getFileFormat()
public String getKeyPattern()
public boolean isUseRegexp()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform インタフェース内 hudson.tasks.BuildStepperform クラス内 hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic ExportParametersBuilder.DescriptorImpl getDescriptor()
getDescriptor インタフェース内 hudson.model.Describable<hudson.tasks.Builder>getDescriptor クラス内 hudson.tasks.BuilderCopyright © 2004-2016. All Rights Reserved.