public final class ReadFileStep
extends org.jenkinsci.plugins.workflow.steps.Step
Modifier and Type | Class and Description |
---|---|
static class |
ReadFileStep.DescriptorImpl |
static class |
ReadFileStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ReadFileStep(String file) |
Modifier and Type | Method and Description |
---|---|
String |
getEncoding() |
String |
getFile() |
void |
setEncoding(String encoding)
Set the encoding to be used when reading the file.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public ReadFileStep(String file)
public String getFile()
public String getEncoding()
@DataBoundSetter public void setEncoding(String encoding)
Base64
as the encoding.Copyright © 2016–2022. All rights reserved.