Class OutputOptions
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<OutputOptions>
-
- io.jenkins.plugins.xygeni.saltbuildstep.model.OutputOptions
-
- All Implemented Interfaces:
Describable<OutputOptions>
,Serializable
public class OutputOptions extends AbstractDescribableImpl<OutputOptions> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutputOptions.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description OutputOptions(String output, boolean prettyPrint, String outputUnsigned)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOutput()
String
getOutputUnsigned()
boolean
getPrettyPrint()
void
setOutput(String output)
void
setOutputUnsigned(String outputUnsigned)
void
setPrettyPrint(boolean prettyPrint)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
getOutput
public String getOutput()
-
setOutput
@DataBoundSetter public void setOutput(String output)
-
getPrettyPrint
public boolean getPrettyPrint()
-
setPrettyPrint
@DataBoundSetter public void setPrettyPrint(boolean prettyPrint)
-
getOutputUnsigned
public String getOutputUnsigned()
-
setOutputUnsigned
@DataBoundSetter public void setOutputUnsigned(String outputUnsigned)
-
-