public class FileParameters extends JobParameters
Modifier and Type | Class and Description |
---|---|
static class |
FileParameters.FileParametersDescriptor |
JobParameters.ParametersDescriptor
Modifier and Type | Field and Description |
---|---|
static FileParameters.FileParametersDescriptor |
DESCRIPTOR |
Constructor and Description |
---|
FileParameters() |
FileParameters(String filePath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FileParameters.FileParametersDescriptor |
getDescriptor() |
String |
getFilePath() |
Map<String,String> |
getParametersMap(BuildContext context) |
int |
hashCode() |
void |
setFilePath(String filePath) |
String |
toString() |
all, clone, migrateOldParameters, parseStringParameters
@Extension(ordinal=0.0) public static final FileParameters.FileParametersDescriptor DESCRIPTOR
@DataBoundConstructor public FileParameters()
public FileParameters(String filePath)
@DataBoundSetter public void setFilePath(String filePath)
public String getFilePath()
public FileParameters.FileParametersDescriptor getDescriptor()
getDescriptor
in interface Describable<JobParameters>
getDescriptor
in class AbstractDescribableImpl<JobParameters>
public Map<String,String> getParametersMap(BuildContext context) throws AbortException
getParametersMap
in class JobParameters
AbortException
Copyright © 2016–2023. All rights reserved.