Skip navigation links
A D E F G I M P S 

A

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

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

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.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
 

M

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
 
A D E F G I M P S 
Skip navigation links

Copyright © 2016–2017. All rights reserved.