Class ScmOrganization
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.impl.pipeline.scm.ScmOrganization
- All Implemented Interfaces:
io.jenkins.blueocean.rest.Reachable
public abstract class ScmOrganization
extends io.jenkins.blueocean.rest.model.Resource
SCM organization.
Certain SCM provider support organization concept, such as github, bitbucket but not all.
- Author:
- Vivek Pandey
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract String
getName()
organization idabstract ScmRepositoryContainer
SCM repositoriesabstract boolean
Methods inherited from class io.jenkins.blueocean.rest.model.Resource
getLinks, getState
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jenkins.blueocean.rest.Reachable
getLink
-
Field Details
-
NAME
- See Also:
-
AVATAR
- See Also:
-
-
Constructor Details
-
ScmOrganization
public ScmOrganization()
-
-
Method Details
-
getName
organization id -
getAvatar
-
isJenkinsOrganizationPipeline
@Exported(name="jenkinsOrganizationPipeline") public abstract boolean isJenkinsOrganizationPipeline() -
getRepositories
SCM repositories
-