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