public class ResourceStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
ResourceStep.DescriptorImpl |
static class |
ResourceStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ResourceStep(String resource) |
Modifier and Type | Method and Description |
---|---|
String |
getEncoding() |
String |
getResource() |
void |
setEncoding(String encoding)
Set the encoding to be used when loading the resource.
|
@DataBoundConstructor public ResourceStep(String resource)
public String getResource()
@CheckForNull public String getEncoding()
@DataBoundSetter public void setEncoding(String encoding)
Base64
as the encoding.Copyright © 2016–2022. All rights reserved.