Uses of Class
io.jenkins.blueocean.rest.model.BlueOrganization
Packages that use BlueOrganization
Package
Description
-
Uses of BlueOrganization in io.jenkins.blueocean.rest.factory
Methods in io.jenkins.blueocean.rest.factory with parameters of type BlueOrganizationModifier and TypeMethodDescriptionabstract BluePipeline
BluePipelineFactory.getPipeline
(Item item, Reachable parent, BlueOrganization organization) abstract BlueRun
BlueRunFactory.getRun
(Run run, Reachable parent, BlueOrganization organization) Gives instance ofBlueRun
that this factory knows aboutabstract 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
. -
Uses of BlueOrganization in io.jenkins.blueocean.rest.factory.organization
Subclasses of BlueOrganization in io.jenkins.blueocean.rest.factory.organizationMethods in io.jenkins.blueocean.rest.factory.organization that return BlueOrganizationModifier and TypeMethodDescriptionabstract BlueOrganization
Looks up an organization by its name.final BlueOrganization
OrganizationFactory.getContainingOrg
(Item i) OrganizationFactory.getContainingOrg
(ItemGroup p) Finds a nearest organization that contains the givenItemGroup
.final BlueOrganization
OrganizationFactory.getContainingOrg
(Run r) Deprecated.in 1.2abstract BlueOrganization
If given group is an org, return its representation, or null.Methods in io.jenkins.blueocean.rest.factory.organization that return types with arguments of type BlueOrganizationModifier and TypeMethodDescriptionabstract Collection<BlueOrganization>
OrganizationFactory.list()
Iterates over all the organizations.Methods in io.jenkins.blueocean.rest.factory.organization with parameters of type BlueOrganizationModifier and TypeMethodDescriptionstatic ModifiableTopLevelItemGroup
OrganizationFactory.getItemGroup
(BlueOrganization blueOrganization) -
Uses of BlueOrganization in io.jenkins.blueocean.rest.model
Fields in io.jenkins.blueocean.rest.model declared as BlueOrganizationModifier and TypeFieldDescriptionprotected final BlueOrganization
BluePipelineContainer.organization
Methods in io.jenkins.blueocean.rest.model that return BlueOrganizationModifier and TypeMethodDescriptionabstract BlueOrganization
BluePipeline.getOrganization()
BluePipelineItem.getOrganization()
Methods in io.jenkins.blueocean.rest.model with parameters of type BlueOrganizationModifier and TypeMethodDescriptionabstract BluePipeline
BluePipelineCreateRequest.create
(BlueOrganization organization, Reachable parent) Create an instance ofBluePipeline
from the given request.Constructors in io.jenkins.blueocean.rest.model with parameters of type BlueOrganization