A B D E F G I J M P S _ 
All Classes All Packages

A

addInstallation(ExportedToolDescriptor.ExportedToolInstallation) - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor
 

B

branchdetail_actionbutton_pipeline_edit() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key branchdetail.actionbutton.pipeline.edit: Edit.

D

decorate(ExportedDescribableModel, List<ExportedDescribableParameter>) - Method in interface io.blueocean.rest.pipeline.editor.ExportedDescribableParameterDecorator
Adjust the PipelineStepPropertyMetadata for the pipeline step
descriptor - Variable in class io.blueocean.rest.pipeline.editor.ExportedPipelineStep
 
doAgentMetadata() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
Function to return all DeclarativeAgents present in the system when accessed through the REST API
doBuildConditions() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
Function to return the names of all build conditions present in the system when accessed through the REST API
doCrumbInfo() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
 
doPipelineStepMetadata() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
Function to return all step descriptors present in the system when accessed through the REST API
doToolMetadata() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
Function to return all ExportedToolDescriptors present in the system when accessed through the REST API, pipeline scripts need: symbol and name to specify tools
doWrapperMetadata() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
Function to return all applicable step descriptors for the "wrappers" section.

E

editor_jenkins_agent() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.agent: Agent.
editor_jenkins_environment() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.environment: Environment.
editor_jenkins_environment_name() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.environment.name: Name.
editor_jenkins_environment_value() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.environment.value: Value.
editor_jenkins_pipeline_step_substep() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.pipeline.step.substep: Child steps.
editor_page_common_add() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.add: Add.
editor_page_common_cancel() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.cancel: Cancel.
editor_page_common_delete() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.delete: Delete.
editor_page_common_pipeline_nestedSequentialStagesError() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.nestedSequentialStagesError: The stage named '{0}' contains sequential parallel stages which are not currently supported by the Blue Ocean Pipeline Editor.
editor_page_common_pipeline_setting() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.setting: Pipeline Settings.
editor_page_common_pipeline_stages_input() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.stages.input: Name your stage.
editor_page_common_pipeline_steps() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps: Steps.
editor_page_common_pipeline_steps_add() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.add: Add step.
editor_page_common_pipeline_steps_child_require() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.child.require: There are no child steps defined.
editor_page_common_pipeline_steps_choose() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.choose: Choose step type.
editor_page_common_pipeline_steps_findby_name() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.findby.name: Find steps by name.
editor_page_common_pipeline_steps_required() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.required: There are no steps, at least one is required..
editor_page_common_remove() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.remove: Remove.
editor_page_common_save() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.save: Save.
editor_page_common_setting() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.setting: Settings.
ExportedBuildCondition - Class in io.blueocean.rest.pipeline.editor
 
ExportedBuildCondition(String, String) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedBuildCondition
 
ExportedDescribableModel - Class in io.blueocean.rest.pipeline.editor
 
ExportedDescribableModel(DescribableModel<?>) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
 
ExportedDescribableModel(DescribableModel<?>, String) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
 
ExportedDescribableParameter - Class in io.blueocean.rest.pipeline.editor
Exportable form of DescribableParameter
ExportedDescribableParameter(DescribableParameter) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
 
ExportedDescribableParameterDecorator - Interface in io.blueocean.rest.pipeline.editor
Allows plugins to modify property metadata, e.g.
ExportedPipelineFunction - Class in io.blueocean.rest.pipeline.editor
 
ExportedPipelineFunction(DescribableModel<?>, String) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
 
ExportedPipelineStep - Class in io.blueocean.rest.pipeline.editor
 
ExportedPipelineStep(DescribableModel<? extends Step>, String, StepDescriptor) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedPipelineStep
 
ExportedToolDescriptor - Class in io.blueocean.rest.pipeline.editor
Provides tool information
ExportedToolDescriptor(String, String, Class<?>) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor
 
ExportedToolDescriptor.ExportedToolInstallation - Class in io.blueocean.rest.pipeline.editor
 
ExportedToolInstallation(String, Class<?>) - Constructor for class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor.ExportedToolInstallation
 

F

functionName - Variable in class io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
 

G

getCapitalizedName() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Capitalized name of the parameter See DescribableParameter.getCapitalizedName()
getCollectionTypes() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Java types allowed if this is a collection See DescribableParameter.getType() and ParameterType.getActualType()
getDescription() - Method in class io.blueocean.rest.pipeline.editor.ExportedBuildCondition
 
getDescriptorUrl() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
 
getDescriptorUrl() - Method in class io.blueocean.rest.pipeline.editor.ExportedPipelineStep
Relative descriptor URL for this step
getDisplayName() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
Display Name of the describable class See DescribableModel.getDisplayName()
getFunctionName() - Method in class io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
Identifier used for the 'function' name in the pipeline step, used in the pipeline file
getHasSingleRequiredParameter() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
Whether this describable has one and only one parameter and it is required.
getHelp() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
Loads help defined for this object as a whole if available, else null.
getHelp() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Help HTML (in English locale) for this parameter if available, else null See DescribableParameter.getHelp()
getInstallations() - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor
 
getIsBlockContainer() - Method in class io.blueocean.rest.pipeline.editor.ExportedPipelineFunction
Indicates this step wraps a block of other steps
getIsBlockContainer() - Method in class io.blueocean.rest.pipeline.editor.ExportedPipelineStep
Indicates this step wraps a block of other steps
getIsDeprecated() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Indicates this parameter is deprecated See DescribableParameter.isDeprecated()
getIsRequired() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Indicates this parameter is required See DescribableParameter.isRequired()
getName() - Method in class io.blueocean.rest.pipeline.editor.ExportedBuildCondition
 
getName() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Name of the parameter See DescribableParameter.getName()
getName() - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor.ExportedToolInstallation
 
getParameters() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
Properties the describable supports See DescribableModel.getParameters()
getProvidedContext() - Method in class io.blueocean.rest.pipeline.editor.ExportedPipelineStep
The Java class names that this pipeline step exports into context
getRequiredContext() - Method in class io.blueocean.rest.pipeline.editor.ExportedPipelineStep
The Java class names that this pipeline requires to be in context
getSymbol() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
Provides the symbol for this describable
getSymbol() - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor
 
getToolName() - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor
 
getType() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
The Java class name for this describable (since we can't seem to export a Class<?> ...) See DescribableModel.getType()
getType() - Method in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
Java class name for the parameter See DescribableParameter.getErasedType()
getType() - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor.ExportedToolInstallation
 
getType() - Method in class io.blueocean.rest.pipeline.editor.ExportedToolDescriptor
 
getUrlName() - Method in class io.blueocean.rest.pipeline.editor.PipelineMetadataService
 

I

io.blueocean.rest.pipeline.editor - package io.blueocean.rest.pipeline.editor
 

J

jenkins.plugins.blueocean.pipeline.editor - package jenkins.plugins.blueocean.pipeline.editor
 

M

Messages - Class in jenkins.plugins.blueocean.pipeline.editor
Generated localization support class.
Messages() - Constructor for class jenkins.plugins.blueocean.pipeline.editor.Messages
 
model - Variable in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
 

P

param - Variable in class io.blueocean.rest.pipeline.editor.ExportedDescribableParameter
 
PipelineMetadataService - Class in io.blueocean.rest.pipeline.editor
This provides and Blueocean REST API endpoint to obtain pipeline step metadata.
PipelineMetadataService() - Constructor for class io.blueocean.rest.pipeline.editor.PipelineMetadataService
 

S

symbol - Variable in class io.blueocean.rest.pipeline.editor.ExportedDescribableModel
 

_

_branchdetail_actionbutton_pipeline_edit() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key branchdetail.actionbutton.pipeline.edit: Edit.
_editor_jenkins_agent() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.agent: Agent.
_editor_jenkins_environment() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.environment: Environment.
_editor_jenkins_environment_name() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.environment.name: Name.
_editor_jenkins_environment_value() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.environment.value: Value.
_editor_jenkins_pipeline_step_substep() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.jenkins.pipeline.step.substep: Child steps.
_editor_page_common_add() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.add: Add.
_editor_page_common_cancel() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.cancel: Cancel.
_editor_page_common_delete() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.delete: Delete.
_editor_page_common_pipeline_nestedSequentialStagesError() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.nestedSequentialStagesError: The stage named '{0}' contains sequential parallel stages which are not currently supported by the Blue Ocean Pipeline Editor.
_editor_page_common_pipeline_setting() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.setting: Pipeline Settings.
_editor_page_common_pipeline_stages_input() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.stages.input: Name your stage.
_editor_page_common_pipeline_steps() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps: Steps.
_editor_page_common_pipeline_steps_add() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.add: Add step.
_editor_page_common_pipeline_steps_child_require() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.child.require: There are no child steps defined.
_editor_page_common_pipeline_steps_choose() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.choose: Choose step type.
_editor_page_common_pipeline_steps_findby_name() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.findby.name: Find steps by name.
_editor_page_common_pipeline_steps_required() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.pipeline.steps.required: There are no steps, at least one is required..
_editor_page_common_remove() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.remove: Remove.
_editor_page_common_save() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.save: Save.
_editor_page_common_setting() - Static method in class jenkins.plugins.blueocean.pipeline.editor.Messages
Key editor.page.common.setting: Settings.
A B D E F G I J M P S _ 
All Classes All Packages