A B C D E F G I K L M O P R S T V W Y _ 
All Classes All Packages

A

AbstractModel - Class in io.jenkins.plugins.pipeline.models
Abstract Model class which is extended by Model classes
AbstractModel() - Constructor for class io.jenkins.plugins.pipeline.models.AbstractModel
 
AbstractParser - Class in io.jenkins.plugins.pipeline.parsers
Abstract parser class which Parsers extends
AbstractParser() - Constructor for class io.jenkins.plugins.pipeline.parsers.AbstractParser
 
ActionExtension() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer.ActionExtension
 
AgentModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Agent Section
AgentModel(String, List<KeyValueModel>) - Constructor for class io.jenkins.plugins.pipeline.models.AgentModel
 
AgentParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for AgentModel
AgentParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.AgentParser
 

B

beforeAgentKey - Static variable in class io.jenkins.plugins.pipeline.models.StageModel
 
beforeAgentKey - Static variable in class io.jenkins.plugins.pipeline.models.WhenModel
 

C

ChildPostModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Post Section Conditions
ChildPostModel(String, Optional<StepsModel>, Optional<ScriptModel>) - Constructor for class io.jenkins.plugins.pipeline.models.ChildPostModel
 
ChildToolModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Child Tool Section
ChildToolModel(String, String) - Constructor for class io.jenkins.plugins.pipeline.models.ChildToolModel
 
convertEnvironmentVariableModel(List<KeyValueModel>) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
 
convertToDec(String) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer
JavaScriptMethod implementation converting Pipeline As YAML to Pipeline Declarative Script
convertVariableModel(List<KeyValueModel>) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Convert List of KeyValueModel to List of VariableModel
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class io.jenkins.plugins.pipeline.cps.PipelineCpsFlowDefinition
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class io.jenkins.plugins.pipeline.cps.PipelineCpsScmFlowDefinition
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class io.jenkins.plugins.pipeline.scm.ExtendedSCMBinder
 
createDefinition() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory
 
createFor(AbstractItem) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer.ActionExtension
 

D

DescriptorImpl() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory.DescriptorImpl
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.AgentModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.EnvironmentModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.InputModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.LibraryModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.OptionsModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.ParallelModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.ParametersModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.PipelineModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.PostModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.ScriptModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.StageModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.StagesModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.StepsModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.ToolsModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.TriggersModel
 
directive - Static variable in class io.jenkins.plugins.pipeline.models.WhenModel
 

E

EnvironmentModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Environment Section
EnvironmentModel(List<EnvironmentVariableModel>) - Constructor for class io.jenkins.plugins.pipeline.models.EnvironmentModel
 
EnvironmentParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for EnvironmentModel
EnvironmentParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.EnvironmentParser
 
EnvironmentVariableModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Key/Value Pairs used in Environments
EnvironmentVariableModel() - Constructor for class io.jenkins.plugins.pipeline.models.EnvironmentVariableModel
 
ExtendedSCMBinder - Class in io.jenkins.plugins.pipeline.scm
SCM Binder class for WorkflowBranchProjectFactory
ExtendedSCMBinder(String) - Constructor for class io.jenkins.plugins.pipeline.scm.ExtendedSCMBinder
 
extractParameters(Object) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Extract parameters from LinkedHashMap or String for using in AgentModel/EnvironmentModel

F

failFastKey - Static variable in class io.jenkins.plugins.pipeline.models.StageModel
 

G

getApplicableDescriptors() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition.DescriptorImpl
 
getChildNodeAsLinkedHashMap(LinkedHashMap) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Get child node of the parent node as LinkedHashMap.
getChildNodeAsList(LinkedHashMap) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Get child node of the parent node as List.
getChildNodeAsObject(LinkedHashMap) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Get child node of the parent node as Object.
getChildNodeAsString(LinkedHashMap) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Get child node of the parent node as String.
getDisplayName() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer.LinkExtension
 
getDisplayName() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory.DescriptorImpl
 
getKey(LinkedHashMap) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Get key name from Node
getSCMSourceCriteria(SCMSource) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory
 
getUrl() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer.LinkExtension
 
getUrlName() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer
 
getValue(LinkedHashMap, String) - Method in class io.jenkins.plugins.pipeline.parsers.AbstractParser
Get Value from a LinkedHashMap with a given key
getYamlJenkinsFile() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory
 
getYamlJenkinsFilePath() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
getYamlJenkinsFileScm() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
getYamlJenkinsScript() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition
 

I

idKey - Static variable in class io.jenkins.plugins.pipeline.models.InputModel
 
InputModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Input Section
InputModel(String, Optional<String>, Optional<String>, Optional<String>, Optional<String>, Optional<ParametersModel>) - Constructor for class io.jenkins.plugins.pipeline.models.InputModel
 
InputParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for InputModel
InputParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.InputParser
 
io.jenkins.plugins.pipeline - package io.jenkins.plugins.pipeline
 
io.jenkins.plugins.pipeline.cps - package io.jenkins.plugins.pipeline.cps
 
io.jenkins.plugins.pipeline.exceptions - package io.jenkins.plugins.pipeline.exceptions
 
io.jenkins.plugins.pipeline.interfaces - package io.jenkins.plugins.pipeline.interfaces
 
io.jenkins.plugins.pipeline.models - package io.jenkins.plugins.pipeline.models
 
io.jenkins.plugins.pipeline.parsers - package io.jenkins.plugins.pipeline.parsers
 
io.jenkins.plugins.pipeline.scm - package io.jenkins.plugins.pipeline.scm
 
isLightweight() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
isSandbox() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition
 

K

KeyValueModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Key/Value Pairs used in other models
KeyValueModel() - Constructor for class io.jenkins.plugins.pipeline.models.KeyValueModel
 

L

LibraryModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Shared Library Definitions
LibraryModel(String) - Constructor for class io.jenkins.plugins.pipeline.models.LibraryModel
 
LibraryModel(List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.LibraryModel
 
LibraryParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for LibraryModel
LibraryParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.LibraryParser
 
LinkExtension() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer.LinkExtension
 

M

matches(String, SCMSourceCriteria.Probe, TaskListener) - Static method in class io.jenkins.plugins.pipeline.scm.SCMSourceCriteriaForYamlFile
 
messageKey - Static variable in class io.jenkins.plugins.pipeline.models.InputModel
 
Messages - Class in io.jenkins.plugins.pipeline
Generated localization support class.
Messages() - Constructor for class io.jenkins.plugins.pipeline.Messages
 

O

okKey - Static variable in class io.jenkins.plugins.pipeline.models.InputModel
 
onInitialize(Run) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory.RunListenerImpl
 
optionalBooleanToGroovy(Optional<Boolean>, String) - Method in class io.jenkins.plugins.pipeline.models.AbstractModel
Convert Optional object to Groovy Syntax with given Option Key
optionalStringToGroovy(Optional<String>, String) - Method in class io.jenkins.plugins.pipeline.models.AbstractModel
Convert Optional object to Groovy Script with given Option Key
OptionsModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Options Section
OptionsModel(List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.OptionsModel
 
OptionsParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for OptionsModel
OptionsParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.OptionsParser
 

P

ParallelModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Parallel Stage Section
ParallelModel(List<StageModel>) - Constructor for class io.jenkins.plugins.pipeline.models.ParallelModel
 
ParallelParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for ParallelModel
ParallelParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.ParallelParser
 
ParametersModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Parameters Section
ParametersModel(List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.ParametersModel
 
ParametersParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for ParametersModel
ParametersParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.ParametersParser
 
ParsableModelInterface - Interface in io.jenkins.plugins.pipeline.interfaces
Interface for Model Classes
parse() - Method in interface io.jenkins.plugins.pipeline.interfaces.ParserInterface
Parse Yaml to Model
parse() - Method in class io.jenkins.plugins.pipeline.parsers.AgentParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.EnvironmentParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.InputParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.LibraryParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.OptionsParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.ParallelParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.ParametersParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.PipelineParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.PostParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.ScriptParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.StageParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.StagesParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.StepsParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.SubScriptParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.ToolsParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.TriggersParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.WhenConditionalParser
 
parse() - Method in class io.jenkins.plugins.pipeline.parsers.WhenParser
 
parseAndValidate() - Method in class io.jenkins.plugins.pipeline.parsers.PipelineParser
Parse and validates provided Pipeline As YAML Script
parseAndValidatePay(String) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer
JavaScriptMethod implementation for Parse and Validate Pipeline As YAML
ParserInterface<T> - Interface in io.jenkins.plugins.pipeline.interfaces
Interface for Parser classes
PipelineAsYamlEmptyInputException - Exception in io.jenkins.plugins.pipeline.exceptions
Exception class for handling Empty Input from Converter
PipelineAsYamlEmptyInputException(String) - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlEmptyInputException
 
PipelineAsYamlException - Exception in io.jenkins.plugins.pipeline.exceptions
Base Exception class for handling exceptions in the plugin
PipelineAsYamlException(String) - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlException
 
PipelineAsYamlKeyEmptyException - Exception in io.jenkins.plugins.pipeline.exceptions
Exception class for handling empty key in LinkedHashMaps
PipelineAsYamlKeyEmptyException() - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlKeyEmptyException
 
PipelineAsYamlNodeNotFoundException - Exception in io.jenkins.plugins.pipeline.exceptions
Exception class for handling key not found in LinkedHashmaps
PipelineAsYamlNodeNotFoundException(String) - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlNodeNotFoundException
 
PipelineAsYamlRuntimeException - Exception in io.jenkins.plugins.pipeline.exceptions
Exception class for unhandled runtime exceptions
PipelineAsYamlRuntimeException(String) - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlRuntimeException
 
PipelineAsYamlRuntimeException(String, Throwable) - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlRuntimeException
 
PipelineAsYamlScmFlowDefinition - Class in io.jenkins.plugins.pipeline
SCM Binder class for WorkflowBranchProjectFactory
PipelineAsYamlScmFlowDefinition(String, SCM, boolean) - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
Constructor
PipelineAsYamlScmFlowDefinition.DescriptorImpl - Class in io.jenkins.plugins.pipeline
Extension for FlowDefinitionDescriptor
PipelineAsYamlScriptFlowDefinition - Class in io.jenkins.plugins.pipeline
SCM Binder class for WorkflowBranchProjectFactory
PipelineAsYamlScriptFlowDefinition(String, boolean) - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition
Constructor
PipelineAsYamlScriptFlowDefinition.DescriptorImpl - Class in io.jenkins.plugins.pipeline
Extension for FlowDefinitionDescriptor
PipelineAsYamlSnippetizer - Class in io.jenkins.plugins.pipeline
Pipeline As YAML Snippetizer
PipelineAsYamlSnippetizer() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer
 
PipelineAsYamlSnippetizer.ActionExtension - Class in io.jenkins.plugins.pipeline
PipelineAsYamlSnippetizer.LinkExtension - Class in io.jenkins.plugins.pipeline
Extension for SnippetizerLink
PipelineAsYamlUnknownTypeException - Exception in io.jenkins.plugins.pipeline.exceptions
Exception class for handling unknown instance type check in parsers
PipelineAsYamlUnknownTypeException(String) - Constructor for exception io.jenkins.plugins.pipeline.exceptions.PipelineAsYamlUnknownTypeException
 
PipelineAsYamlWorkflowBranchProjectFactory - Class in io.jenkins.plugins.pipeline
Pipeline As YAML Implementation for WorkflowBranchProjectFactory
PipelineAsYamlWorkflowBranchProjectFactory(String) - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory
Constructor
PipelineAsYamlWorkflowBranchProjectFactory.DescriptorImpl - Class in io.jenkins.plugins.pipeline
Extension for AbstractWorkflowBranchProjectFactory.AbstractWorkflowBranchProjectFactoryDescriptor
PipelineAsYamlWorkflowBranchProjectFactory.RunListenerImpl - Class in io.jenkins.plugins.pipeline
Extension for RunListener
PipelineCpsFlowDefinition - Class in io.jenkins.plugins.pipeline.cps
Extended CpsFlowDefinition for Pipeline As Yaml from Script Editor
PipelineCpsFlowDefinition(String, boolean) - Constructor for class io.jenkins.plugins.pipeline.cps.PipelineCpsFlowDefinition
Constructor
PipelineCpsScmFlowDefinition - Class in io.jenkins.plugins.pipeline.cps
Extended CpsFlowDefinition for Pipeline As Yaml from SCM in Pipeline Job
PipelineCpsScmFlowDefinition(SCM, String) - Constructor for class io.jenkins.plugins.pipeline.cps.PipelineCpsScmFlowDefinition
Constructor
PipelineCpsScmFlowDefinition(SCM, String, boolean) - Constructor for class io.jenkins.plugins.pipeline.cps.PipelineCpsScmFlowDefinition
Constructor
PipelineModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline
PipelineModel() - Constructor for class io.jenkins.plugins.pipeline.models.PipelineModel
 
PipelineParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for PipelineModel
PipelineParser(String) - Constructor for class io.jenkins.plugins.pipeline.parsers.PipelineParser
 
PostModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Post Section
PostModel(List<ChildPostModel>) - Constructor for class io.jenkins.plugins.pipeline.models.PostModel
 
PostParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for PostModel
PostParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.PostParser
 
Project_ScmFlowDefinitionDisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key Project.ScmFlowDefinitionDisplayName: Pipeline As Yaml from SCM.
Project_ScriptFlowDefinitionDisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key Project.ScriptFlowDefinitionDisplayName: Pipeline As Yaml.
Project_SnippetizerDisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key Project.SnippetizerDisplayName: Pipeline As YAML Converter.
ProjectRecognizer_DisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key ProjectRecognizer.DisplayName: by Jenkinsfile As Yaml.

R

RunListenerImpl() - Constructor for class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory.RunListenerImpl
 

S

SCMSourceCriteriaForYamlFile - Class in io.jenkins.plugins.pipeline.scm
SCM Source Criteria for WorkflowBranchProjectFactory
SCMSourceCriteriaForYamlFile() - Constructor for class io.jenkins.plugins.pipeline.scm.SCMSourceCriteriaForYamlFile
 
ScriptModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Script Section
ScriptModel(String) - Constructor for class io.jenkins.plugins.pipeline.models.ScriptModel
 
ScriptModel(List) - Constructor for class io.jenkins.plugins.pipeline.models.ScriptModel
 
ScriptParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for ScriptModel
ScriptParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.ScriptParser
 
setLightweight(boolean) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
setPrintDirective(Boolean) - Method in class io.jenkins.plugins.pipeline.models.ScriptModel
Set Print directive
setSandbox(boolean) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition
 
setYamlJenkinsFile(String) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlWorkflowBranchProjectFactory
 
setYamlJenkinsFilePath(String) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
setYamlJenkinsFileScm(SCM) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScmFlowDefinition
 
setYamlJenkinsScript(String) - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlScriptFlowDefinition
 
snippetizerLink - Static variable in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer
 
StageModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Stage Section
StageModel(String, Optional<StepsModel>, Optional<AgentModel>, Optional<PostModel>, Optional<ToolsModel>, Optional<StagesModel>, Optional<EnvironmentModel>, Optional<ParallelModel>, Optional<Boolean>, Optional<InputModel>, Optional<WhenModel>, Optional<Boolean>, Optional<OptionsModel>) - Constructor for class io.jenkins.plugins.pipeline.models.StageModel
 
StageParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for StageModel
StageParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.StageParser
 
StagesModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Stages Section
StagesModel(List<StageModel>) - Constructor for class io.jenkins.plugins.pipeline.models.StagesModel
* @param stageModelList List of StageModel
StagesParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for StagesModel
StagesParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.StagesParser
 
StepsModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Steps Section
StepsModel(String) - Constructor for class io.jenkins.plugins.pipeline.models.StepsModel
 
StepsModel(List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.StepsModel
 
StepsModel(Optional<ScriptModel>) - Constructor for class io.jenkins.plugins.pipeline.models.StepsModel
 
StepsParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for StepsModel
StepsParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.StepsParser
 
StepsParser(List) - Constructor for class io.jenkins.plugins.pipeline.parsers.StepsParser
 
submitterKey - Static variable in class io.jenkins.plugins.pipeline.models.InputModel
 
submitterParameterKey - Static variable in class io.jenkins.plugins.pipeline.models.InputModel
 
SubScriptModel - Class in io.jenkins.plugins.pipeline.models
Model Class for ScriptModel inner script definitions
SubScriptModel(String, Optional<String>, ScriptModel) - Constructor for class io.jenkins.plugins.pipeline.models.SubScriptModel
 
SubScriptParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for SubScriptModel
SubScriptParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.SubScriptParser
 

T

toGroovy() - Method in interface io.jenkins.plugins.pipeline.interfaces.ParsableModelInterface
Convert model to Jenkins Declarative Pipeline Syntax
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.AgentModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.ChildPostModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.ChildToolModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.EnvironmentModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.EnvironmentVariableModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.InputModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.KeyValueModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.LibraryModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.OptionsModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.ParallelModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.ParametersModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.PipelineModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.PostModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.ScriptModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.StageModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.StagesModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.StepsModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.SubScriptModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.ToolsModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.TriggersModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.VariableModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.WhenConditionModel
 
toGroovy() - Method in class io.jenkins.plugins.pipeline.models.WhenModel
 
toGroovyForPostModel() - Method in class io.jenkins.plugins.pipeline.models.StepsModel
Convert steps to Groovy Format for Post Section
ToolsModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Tool Section
ToolsModel(List<ChildToolModel>) - Constructor for class io.jenkins.plugins.pipeline.models.ToolsModel
 
ToolsParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for ToolsModel
ToolsParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.ToolsParser
 
toPrettyGroovy() - Method in class io.jenkins.plugins.pipeline.models.PipelineModel
Converts Model to Pretty Jenkins Declarative Pipeline Syntax
TriggersModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline Triggers Section
TriggersModel(List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.TriggersModel
 
TriggersParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for TriggersModel
TriggersParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.TriggersParser
 
type() - Method in class io.jenkins.plugins.pipeline.PipelineAsYamlSnippetizer.ActionExtension
 

V

validate() - Method in class io.jenkins.plugins.pipeline.models.PipelineModel
Convert Model to ModelASTPipelineDef
valueKey - Static variable in class io.jenkins.plugins.pipeline.models.SubScriptModel
 
VariableModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Key/Value Pairs used in Environments
VariableModel() - Constructor for class io.jenkins.plugins.pipeline.models.VariableModel
 

W

WhenConditionalParser - Class in io.jenkins.plugins.pipeline.parsers
WhenConditionalParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.WhenConditionalParser
 
WhenConditionModel - Class in io.jenkins.plugins.pipeline.models
Model Class for WhenModel Conditions
WhenConditionModel(String, List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.WhenConditionModel
 
WhenConditionModel(String, Optional<WhenConditionModel>) - Constructor for class io.jenkins.plugins.pipeline.models.WhenConditionModel
 
WhenModel - Class in io.jenkins.plugins.pipeline.models
Model Class for Jenkins Declarative Pipeline When Section
WhenModel(List<String>) - Constructor for class io.jenkins.plugins.pipeline.models.WhenModel
 
WhenModel(Optional<WhenConditionModel>) - Constructor for class io.jenkins.plugins.pipeline.models.WhenModel
 
WhenParser - Class in io.jenkins.plugins.pipeline.parsers
Parser for WhenModel
WhenParser(LinkedHashMap) - Constructor for class io.jenkins.plugins.pipeline.parsers.WhenParser
 

Y

yaml - Variable in class io.jenkins.plugins.pipeline.parsers.AbstractParser
 
yamlNodeName - Variable in class io.jenkins.plugins.pipeline.parsers.AbstractParser
 

_

_Project_ScmFlowDefinitionDisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key Project.ScmFlowDefinitionDisplayName: Pipeline As Yaml from SCM.
_Project_ScriptFlowDefinitionDisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key Project.ScriptFlowDefinitionDisplayName: Pipeline As Yaml.
_Project_SnippetizerDisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key Project.SnippetizerDisplayName: Pipeline As YAML Converter.
_ProjectRecognizer_DisplayName() - Static method in class io.jenkins.plugins.pipeline.Messages
Key ProjectRecognizer.DisplayName: by Jenkinsfile As Yaml.
A B C D E F G I K L M O P R S T V W Y _ 
All Classes All Packages