Uses of Interface
io.jenkins.blueocean.rest.Reachable
Package
Description
-
Uses of Reachable in io.jenkins.blueocean.rest
-
Uses of Reachable in io.jenkins.blueocean.rest.factory
Modifier and TypeMethodDescriptionabstract Collection<BlueArtifact>
BlueArtifactFactory.getArtifacts
(Run<?, ?> run, Reachable parent) BlueTestResultFactory.getBlueTestResults
(Run<?, ?> run, Reachable parent) abstract BluePipeline
BluePipelineFactory.getPipeline
(Item item, Reachable parent, BlueOrganization organization) static BluePipeline
BluePipelineFactory.getPipelineInstance
(Item item, Reachable parent) GivesBluePipeline
instance from the first pipeline found.static BlueRun
abstract BlueRun
BlueRunFactory.getRun
(Run run, Reachable parent, BlueOrganization organization) Gives instance ofBlueRun
that this factory knows aboutstatic Collection<BlueArtifact>
abstract BlueFavorite
Resolves a favoriteItem
to another model object asBlueFavorite
abstract Resource
BluePipelineFactory.resolve
(Item context, Reachable parent, Item target, BlueOrganization organization) Finds a blue ocean API model object that pairs up with the giventarget
, by looking at the intermediate core model objectcontext
that is an ancestor oftarget
.static BlueTestResultFactory.Result
-
Uses of Reachable in io.jenkins.blueocean.rest.factory.organization
-
Uses of Reachable in io.jenkins.blueocean.rest.model
Modifier and TypeInterfaceDescriptioninterface
Minimal interface for all Blue Ocean items that live in the "pipeline namespace"Modifier and TypeClassDescriptionclass
Proxy of Jenkins actionclass
class
class
Represents a single commit as a REST resource.class
Abstraction that defines a class extending Jenkinsclass
Map representation ofBlueExtensionClass
esclass
Map ofBlueExtensionClass
class
A favorite item.class
class
class
Describes InputStepclass
Multi-branch pipeline modelclass
API endpoint for an organization that houses all the pipelines.class
Container of BlueOceanBlueOrganization
sclass
Provides organization folder APIclass
Defines pipeline state and its routingclass
BluePipeline containerclass
Folder has pipelines, could also hold another BluePipelineFolders.class
Abstraction of Pipeline run node.class
class
SCM resource attached to a pipelineclass
Pipeline Step resourceclass
Container for pipeline step resourceclass
class
This class models an item waiting in the queue for an executor so that it can run.class
BlueOCean Run model.class
BlueRun APIclass
class
final class
class
A category of tabular data, typically one that changes over time (e.g.class
Container for trends dataclass
API endpoint for a userclass
User API.class
Container<T>
Stapler-bound REST endpoint for a collection of objects.static class
Containers.AbstractContainer<T extends Resource>
class
static class
Resource that exposes primitive type value as JSON beanclass
Stapler-bound object that defines REST endpoint.Modifier and TypeMethodDescriptionabstract BluePipeline
BluePipelineCreateRequest.create
(BlueOrganization organization, Reachable parent) Create an instance ofBluePipeline
from the given request.ModifierConstructorDescriptionBlueTestResultContainer
(Reachable parent) CreateResponse
(Reachable payload) Constructor that takes a reachable exported bean.GenericResource
(T value, Reachable self)