Package io.jenkins.blueocean.service.embedded.rest
package io.jenkins.blueocean.service.embedded.rest
- 
ClassDescriptionAbstract BlueOcean run summary.Pipeline abstraction implementation.AbstractRunImpl<T extends Run>BasicBlueRunimplementation.Represents a single commit as a REST resource.Simple extension point to allow filtering item types by a specific key This can be used anywhere a list of items are returned, and it will examine the current request for a ?filter=filter1(param:value),filter2 parameter, okay the last bit is a future addition once/if OmniSearch and this are consolidatedCatch all for any run implementationFreeStyleRunImpl can add it's own element hereProvides log text that can be appended at the end of logBlueOrganizationContainerfor the embedded useBlueOrganizationimplementation for the embedded use.Returns flattened view of pipelines To exclude flattening multi branch project: GET /rest/search/?q=type:pipeline;organization:jenkins;excludedFromFlattening=jenkins.branch.MultiBranchProject To exclude flattening a folder: GET /rest/search/?q=type:pipeline;organization:jenkins;excludedFromFlattening=com.cloudbees.hudson.plugins.folder.AbstractFolder To exclude flattening both a folder and multi-branch projects GET /rest/search/?q=type:pipeline;organization:jenkins;excludedFromFlattening=jenkins.branch.MultiBranchProject,com.cloudbees.hudson.plugins.folder.AbstractFolderSearch API for RunRun that can be stopped.BlueUserimplementation backed by in-memoryUser