public class FileParser
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
FileParser.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
List<ParsableFile> |
parsableFiles |
Constructor and Description |
---|
FileParser(ArrayList<ParsableFile> parsableFiles) |
Modifier and Type | Method and Description |
---|---|
void |
setParsableFiles(List<ParsableFile> parsableFiles) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public List<ParsableFile> parsableFiles
@DataBoundConstructor public FileParser(ArrayList<ParsableFile> parsableFiles)
@DataBoundSetter public void setParsableFiles(List<ParsableFile> parsableFiles)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
setUp
in class hudson.tasks.BuildWrapper
Copyright © 2016–2020. All rights reserved.