Class SubScriptModel
java.lang.Object
io.jenkins.plugins.pipeline.models.AbstractModel
io.jenkins.plugins.pipeline.models.SubScriptModel
- All Implemented Interfaces:
- ParsableModelInterface
Model Class for 
ScriptModel inner script definitions- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSubScriptModel(String directive, Optional<String> value, ScriptModel scriptModel) 
- 
Method SummaryMethods inherited from class io.jenkins.plugins.pipeline.models.AbstractModeloptionalBooleanToGroovy, optionalStringToGroovy
- 
Field Details- 
valueKey
 
- 
- 
Constructor Details- 
SubScriptModel- Parameters:
- directive- Name of the directive
- value- Value of the directive
- scriptModel-- ScriptModel
 
 
- 
- 
Method Details- 
toGroovyDescription copied from interface:ParsableModelInterfaceConvert model to Jenkins Declarative Pipeline Syntax- Specified by:
- toGroovyin interface- ParsableModelInterface
- Returns:
- Jenkins Declarative Pipeline Syntax
 
 
-