@Extension public class PipelineMetadataService extends Object implements io.jenkins.blueocean.rest.ApiRoutable
| Constructor and Description |
|---|
PipelineMetadataService() |
| Modifier and Type | Method and Description |
|---|---|
ExportedDescribableModel[] |
doAgentMetadata()
Function to return all
DeclarativeAgents present in the system when accessed through the REST API |
ExportedBuildCondition[] |
doBuildConditions()
Function to return the names of all build conditions present in the system when accessed through the REST API
|
String |
doCrumbInfo() |
ExportedPipelineFunction[] |
doPipelineStepMetadata()
Function to return all step descriptors present in the system when accessed through the REST API
|
ExportedToolDescriptor[] |
doToolMetadata()
Function to return all
ExportedToolDescriptors present in the system when accessed through the REST API,
pipeline scripts need: symbol and name to specify tools |
ExportedPipelineStep[] |
doWrapperMetadata()
Function to return all applicable step descriptors for the "wrappers" section.
|
String |
getUrlName() |
public String getUrlName()
getUrlName in interface io.jenkins.blueocean.rest.ApiRoutablegetUrlName in interface io.jenkins.blueocean.Routable@GET public String doCrumbInfo()
@GET public ExportedDescribableModel[] doAgentMetadata()
DeclarativeAgents present in the system when accessed through the REST API@GET public ExportedToolDescriptor[] doToolMetadata()
ExportedToolDescriptors present in the system when accessed through the REST API,
pipeline scripts need: symbol and name to specify tools@GET public ExportedBuildCondition[] doBuildConditions()
@GET public ExportedPipelineStep[] doWrapperMetadata()
@GET public ExportedPipelineFunction[] doPipelineStepMetadata()
Copyright © 2016–2017. All rights reserved.