public class GitHubRepositoryName extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
host |
String |
repositoryName |
String |
userName |
| Constructor and Description |
|---|
GitHubRepositoryName(String host,
String userName,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
static GitHubRepositoryName |
create(String url)
Create
GitHubRepositoryName from URL |
String |
toString() |
public final String host
public final String userName
public final String repositoryName
public static GitHubRepositoryName create(String url)
GitHubRepositoryName from URLurl - must be non-nullGitHubRepositoryName or null if it cannot be
parsed from the specified URLCopyright © 2016–2022. All rights reserved.