public class ParsableFile extends hudson.model.AbstractDescribableImpl<ParsableFile>
Modifier and Type | Class and Description |
---|---|
static class |
ParsableFile.DescriptorImpl |
Constructor and Description |
---|
ParsableFile(String fileName,
boolean deleteFilesAfterBuild,
String convertType,
String saveConverted) |
Modifier and Type | Method and Description |
---|---|
static hudson.util.ListBoxModel.Option |
createOption(String jobName,
Enum<?> enumOption,
String convertType) |
String |
getConvertType() |
String |
getFileName() |
String |
getSaveConverted() |
boolean |
isChecked() |
boolean |
isDeleteFilesAfterBuild() |
public String getFileName()
public boolean isDeleteFilesAfterBuild()
public boolean isChecked()
public static hudson.util.ListBoxModel.Option createOption(String jobName, Enum<?> enumOption, String convertType)
public String getConvertType()
public String getSaveConverted()
Copyright © 2016–2020. All rights reserved.