public final class GithubRepositoryInfoDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
branch |
String |
owner |
String |
repository |
long |
repositoryId |
| Constructor and Description |
|---|
GithubRepositoryInfoDto(@NotNull String owner,
@NotNull String repository,
long repositoryId,
@NotNull String branch) |
| Modifier and Type | Method and Description |
|---|---|
static GithubRepositoryInfoDto |
extractInfoFromFullName(@NotNull String fullName,
long repositoryId,
@NotNull String branch) |
public final String owner
public final String repository
public final long repositoryId
public final String branch
public static GithubRepositoryInfoDto extractInfoFromFullName(@NotNull @NotNull String fullName, long repositoryId, @NotNull @NotNull String branch)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.