public class GithubRepository extends GitRepository
| Constructor and Description |
|---|
GithubRepository(org.kohsuke.github.GHRepository repository) |
GithubRepository(org.kohsuke.github.GHRepository ghRepository,
GitRepositoryConfig details) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
org.kohsuke.github.GHRepository |
getRepository() |
boolean |
hasCloneUrl(String url) |
String |
toString() |
getCloneUrl, getHtmlUrl, getName, getRepositoryDetails, setCloneUrl, setHtmlUrl, setName, setRepositoryDetailsgetAdditionalProperties, setAdditionalPropertypublic GithubRepository(org.kohsuke.github.GHRepository repository)
public GithubRepository(org.kohsuke.github.GHRepository ghRepository,
GitRepositoryConfig details)
public String toString()
toString in class GitRepositorypublic org.kohsuke.github.GHRepository getRepository()
public String getFullName()
getFullName in class GitRepositorypublic boolean hasCloneUrl(String url)
hasCloneUrl in class GitRepositoryCopyright © 2076–2017 Red Hat. All rights reserved.