public class GithubUserOrganization extends AbstractGithubOrganization
| Constructor and Description |
|---|
GithubUserOrganization(org.kohsuke.github.GHMyself user,
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials,
GithubScm parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvatar() |
io.jenkins.blueocean.rest.hal.Link |
getLink() |
String |
getName() |
io.jenkins.blueocean.rest.impl.pipeline.scm.ScmRepositoryContainer |
getRepositories() |
getAvatarWithSize, isJenkinsOrganizationPipelinepublic GithubUserOrganization(org.kohsuke.github.GHMyself user,
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials,
GithubScm parent)
public String getAvatar()
getAvatar in class io.jenkins.blueocean.rest.impl.pipeline.scm.ScmOrganizationpublic io.jenkins.blueocean.rest.hal.Link getLink()
public String getName()
getName in class io.jenkins.blueocean.rest.impl.pipeline.scm.ScmOrganizationpublic io.jenkins.blueocean.rest.impl.pipeline.scm.ScmRepositoryContainer getRepositories()
getRepositories in class io.jenkins.blueocean.rest.impl.pipeline.scm.ScmOrganizationCopyright © 2016–2018. All rights reserved.