Package io.jenkins.blueocean.rest.model
Class BlueOrganization
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueOrganization
- Direct Known Subclasses:
AbstractOrganization
API endpoint for an organization that houses all the pipelines.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract String
getName()
abstract BluePipelineContainer
Follows the same convention as Action.getUrlName()abstract BlueUser
getUser()
Gives currently authenticated userabstract BlueUserContainer
getUsers()
A set of users who belong to this organization.
-
Field Details
-
NAME
- See Also:
-
DISPLAY_NAME
- See Also:
-
PIPELINES
- See Also:
-
-
Constructor Details
-
BlueOrganization
public BlueOrganization()
-
-
Method Details
-
getUrlName
Description copied from interface:Routable
Follows the same convention as Action.getUrlName()- Specified by:
getUrlName
in interfaceRoutable
-
getName
-
getDisplayName
-
getPipelines
-
getUsers
A set of users who belong to this organization.- Returns:
BlueUserContainer
-
getUser
Gives currently authenticated user- Returns:
BlueUser
-