Uses of Interface
io.jenkins.blueocean.rest.Reachable
Packages that use Reachable
Package
Description
-
Uses of Reachable in io.jenkins.blueocean.rest
Classes in io.jenkins.blueocean.rest that implement Reachable -
Uses of Reachable in io.jenkins.blueocean.rest.factory
Methods in io.jenkins.blueocean.rest.factory with parameters of type ReachableModifier and TypeMethodDescriptionabstract Collection<BlueArtifact> BlueArtifactFactory.getArtifacts(Run<?, ?> run, Reachable parent) BlueTestResultFactory.getBlueTestResults(Run<?, ?> run, Reachable parent) abstract BluePipelineBluePipelineFactory.getPipeline(Item item, Reachable parent, BlueOrganization organization) static BluePipelineBluePipelineFactory.getPipelineInstance(Item item, Reachable parent) GivesBluePipelineinstance from the first pipeline found.static BlueRunabstract BlueRunBlueRunFactory.getRun(Run run, Reachable parent, BlueOrganization organization) Gives instance ofBlueRunthat this factory knows aboutstatic Collection<BlueArtifact> abstract BlueFavoriteResolves a favoriteItemto another model object asBlueFavoriteabstract ResourceBluePipelineFactory.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 objectcontextthat is an ancestor oftarget.static BlueTestResultFactory.Result -
Uses of Reachable in io.jenkins.blueocean.rest.factory.organization
Classes in io.jenkins.blueocean.rest.factory.organization that implement Reachable -
Uses of Reachable in io.jenkins.blueocean.rest.model
Subinterfaces of Reachable in io.jenkins.blueocean.rest.modelModifier and TypeInterfaceDescriptioninterfaceMinimal interface for all Blue Ocean items that live in the "pipeline namespace"Classes in io.jenkins.blueocean.rest.model that implement ReachableModifier and TypeClassDescriptionclassProxy of Jenkins actionclassclassclassRepresents a single commit as a REST resource.classAbstraction that defines a class extending JenkinsclassMap representation ofBlueExtensionClassesclassMap ofBlueExtensionClassclassA favorite item.classclassclassDescribes InputStepclassMulti-branch pipeline modelclassAPI endpoint for an organization that houses all the pipelines.classContainer of BlueOceanBlueOrganizationsclassProvides organization folder APIclassDefines pipeline state and its routingclassBluePipeline containerclassFolder has pipelines, could also hold another BluePipelineFolders.classAbstraction of Pipeline run node.classclassSCM resource attached to a pipelineclassPipeline Step resourceclassContainer for pipeline step resourceclassclassThis class models an item waiting in the queue for an executor so that it can run.classBlueOCean Run model.classBlueRun APIclassclassfinal classclassA category of tabular data, typically one that changes over time (e.g.classContainer for trends dataclassAPI endpoint for a userclassUser API.classContainer<T>Stapler-bound REST endpoint for a collection of objects.static classContainers.AbstractContainer<T extends Resource>classstatic classResource that exposes primitive type value as JSON beanclassStapler-bound object that defines REST endpoint.Fields in io.jenkins.blueocean.rest.model declared as ReachableMethods in io.jenkins.blueocean.rest.model with parameters of type ReachableModifier and TypeMethodDescriptionabstract BluePipelineBluePipelineCreateRequest.create(BlueOrganization organization, Reachable parent) Create an instance ofBluePipelinefrom the given request.Constructors in io.jenkins.blueocean.rest.model with parameters of type ReachableModifierConstructorDescriptionBlueTestResultContainer(Reachable parent) CreateResponse(Reachable payload) Constructor that takes a reachable exported bean.GenericResource(T value, Reachable self)