Class AbstractOrganization
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueOrganization
io.jenkins.blueocean.rest.factory.organization.AbstractOrganization
Base abstract class implementing
BlueOrganization
. Implementors of BlueOrganization
should extend
from this class.- Author:
- Vivek Pandey
- See Also:
-
Field Summary
Fields inherited from class io.jenkins.blueocean.rest.model.BlueOrganization
DISPLAY_NAME, NAME, PIPELINES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ModifiableTopLevelItemGroup
getGroup()
Gives theModifiableTopLevelItemGroup
associated with this organizationMethods inherited from class io.jenkins.blueocean.rest.model.BlueOrganization
getDisplayName, getName, getPipelines, getUrlName, getUser, getUsers
-
Constructor Details
-
AbstractOrganization
public AbstractOrganization()
-
-
Method Details
-
getGroup
Gives theModifiableTopLevelItemGroup
associated with this organization
-