Class GithubRepositoryInfoDto
java.lang.Object
com.atlassian.bamboo.plugins.github.dto.GithubRepositoryInfoDto
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGithubRepositoryInfoDto
(@NotNull String owner, @NotNull String repository, long repositoryId, @NotNull String branch) -
Method Summary
Modifier and TypeMethodDescriptionstatic GithubRepositoryInfoDto
extractInfo
(@NotNull String fullName) static GithubRepositoryInfoDto
extractInfo
(@NotNull String fullName, long repositoryId, @NotNull String branch)
-
Field Details
-
owner
-
repository
-
repositoryId
public final long repositoryId -
branch
-
-
Constructor Details
-
GithubRepositoryInfoDto
-
-
Method Details
-
extractInfo
public static GithubRepositoryInfoDto extractInfo(@NotNull @NotNull String fullName, long repositoryId, @NotNull @NotNull String branch) -
extractInfo
-