Class GitHubRepository
java.lang.Object
io.micronaut.starter.client.github.v3.GitHubRepository
GitHub repository.
- Since:
- 2.2
- Author:
- Pavol Gressa
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitHubRepository(String name, String description) GitHubRepository(String name, String description, @Nullable String url, @Nullable String htmlUrl, @Nullable String cloneUrl) -
Method Summary
-
Constructor Details
-
GitHubRepository
-
GitHubRepository
-
-
Method Details
-
getName
- Returns:
- the name of the repository
-
getDescription
- Returns:
- the description of the repository
-
getCloneUrl
- Returns:
- the clone URL of the repository
-
getUrl
- Returns:
- the URL of the repository
-
getHtmlUrl
- Returns:
- the HTML URL of the repository
-
toString
-