public interface GitHubRepository
| Modifier and Type | Method and Description |
|---|---|
String |
getCloneUrl()
Get clone URL.
|
String |
getCreatedAt()
Get repository's created date.
|
String |
getDescription()
Get repository's description.
|
int |
getForks()
Get the number of repository's forks.
|
String |
getGitUrl()
Get Git URL.
|
String |
getHomepage()
Get repository's home page.
|
String |
getHtmlUrl()
Get HTML URL.
|
String |
getLanguage()
Get repository's language.
|
String |
getName()
Get repository's name.
|
int |
getOpenedIssues()
Get the number of opened issues.
|
String |
getOwnerLogin()
Get repository's owner login.
|
GitHubRepository |
getParent()
Get the repository parent.
|
String |
getPushedAt()
Get repository's pushed date.
|
int |
getSize()
Get repository's size.
|
String |
getSshUrl()
Get SSH URL.
|
String |
getUpdatedAt()
Get updated date.
|
String |
getUrl()
Get repository's location.
|
int |
getWatchers()
Get the number of repository's watchers.
|
boolean |
isFork()
Get fork state.
|
boolean |
isHasDownloads()
Get whether repository has downloads.
|
boolean |
isHasIssues()
Get whether repository has issues.
|
boolean |
isHasWiki()
Get whether repository has wiki.
|
boolean |
isPrivateRepo()
Get private state of the repository.
|
void |
setCloneUrl(String cloneUrl) |
void |
setCreatedAt(String createdAt) |
void |
setDescription(String description) |
void |
setFork(boolean isFork) |
void |
setForks(int forks) |
void |
setGitUrl(String gitUrl) |
void |
setHasDownloads(boolean isHasDownloads) |
void |
setHasIssues(boolean isHasIssues) |
void |
setHasWiki(boolean isHasWiki) |
void |
setHomepage(String homePage) |
void |
setHtmlUrl(String htmlUrl) |
void |
setLanguage(String language) |
void |
setName(String name) |
void |
setOpenedIssues(int openedIssues) |
void |
setOwnerLogin(String ownerLogin) |
void |
setParent(GitHubRepository parent) |
void |
setPrivateRepo(boolean isPrivateRepo) |
void |
setPushedAt(String pushedAt) |
void |
setSize(int size) |
void |
setSshUrl(String sshUrl) |
void |
setUpdatedAt(String updatedAt) |
void |
setUrl(String url) |
void |
setWatchers(int watchers) |
void setName(String name)
void setUrl(String url)
void setHomepage(String homePage)
int getForks()
void setForks(int forks)
void setLanguage(String language)
boolean isFork()
Boolean true id forkedvoid setFork(boolean isFork)
int getWatchers()
Integer the number of watchersvoid setWatchers(int watchers)
boolean isPrivateRepo()
Boolean private state of the repositoryvoid setPrivateRepo(boolean isPrivateRepo)
int getSize()
Integer sizevoid setSize(int size)
void setDescription(String description)
void setSshUrl(String sshUrl)
void setHtmlUrl(String htmlUrl)
void setUpdatedAt(String updatedAt)
void setGitUrl(String gitUrl)
boolean isHasWiki()
Boolean true - has wikivoid setHasWiki(boolean isHasWiki)
void setCloneUrl(String cloneUrl)
int getOpenedIssues()
Integer number of opened issuesvoid setOpenedIssues(int openedIssues)
void setCreatedAt(String createdAt)
void setPushedAt(String pushedAt)
boolean isHasDownloads()
Boolean true - has downloadsvoid setHasDownloads(boolean isHasDownloads)
GitHubRepository getParent()
getParent() will
return none null value.void setParent(GitHubRepository parent)
boolean isHasIssues()
Boolean true - has issuesvoid setHasIssues(boolean isHasIssues)
void setOwnerLogin(String ownerLogin)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.