public class FileGeneratorParameterFactory
extends hudson.plugins.parameterizedtrigger.AbstractBuildParameterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
FileGeneratorParameterFactory.DescriptorImpl |
static class |
FileGeneratorParameterFactory.NoFilesFoundEnum
Enum containing the action that could occur when there are no files found
in the workspace
|
| Constructor and Description |
|---|
FileGeneratorParameterFactory(String filePattern) |
FileGeneratorParameterFactory(String filePattern,
FileGeneratorParameterFactory.NoFilesFoundEnum noFilesFoundAction) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePattern() |
FileGeneratorParameterFactory.NoFilesFoundEnum |
getNoFilesFoundAction() |
List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> |
getParameters(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener) |
@DataBoundConstructor public FileGeneratorParameterFactory(String filePattern, FileGeneratorParameterFactory.NoFilesFoundEnum noFilesFoundAction)
public FileGeneratorParameterFactory(String filePattern)
public String getFilePattern()
public FileGeneratorParameterFactory.NoFilesFoundEnum getNoFilesFoundAction()
public List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> getParameters(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener) throws IOException, InterruptedException, hudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerException
getParameters in class hudson.plugins.parameterizedtrigger.AbstractBuildParameterFactoryIOExceptionInterruptedExceptionhudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerExceptionCopyright © 2004-2014. All Rights Reserved.