Class ReadYamlStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution<Object>
org.jenkinsci.plugins.pipeline.utility.steps.conf.ReadYamlStep.Execution
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReadYamlStep
- See Also:
- 
Field SummaryFields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecutionws
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedExecution(ReadYamlStep step, org.jenkinsci.plugins.workflow.steps.StepContext context, int maxAliasesForCollections, int codePointLimit) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecutionrunMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecutionblocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionacceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
- 
Constructor Details- 
Executionprotected Execution(@NonNull ReadYamlStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, int maxAliasesForCollections, int codePointLimit) 
 
- 
- 
Method Details- 
doRun- Specified by:
- doRunin class- AbstractFileOrTextStepExecution<Object>
- Returns:
- Map<String, Object> if only one YAML document
- list of Map<String, Object> if multiple YAML document
 
- Throws:
- Exception
 
- 
newYamlprotected org.yaml.snakeyaml.Yaml newYaml()
 
-