Uses of Class
com.atlassian.bamboo.plugins.github.dto.GithubRepositoryInfoDto
-
Packages that use GithubRepositoryInfoDto Package Description com.atlassian.bamboo.plugins.github.dto -
-
Uses of GithubRepositoryInfoDto in com.atlassian.bamboo.plugins.github.dto
Fields in com.atlassian.bamboo.plugins.github.dto declared as GithubRepositoryInfoDto Modifier and Type Field Description GithubRepositoryInfoDtoGithubPullRequestDto. sourceGithubRepositoryInfoDtoGithubPullRequestDto. targetMethods in com.atlassian.bamboo.plugins.github.dto that return GithubRepositoryInfoDto Modifier and Type Method Description static GithubRepositoryInfoDtoGithubRepositoryInfoDto. extractInfoFromFullName(@NotNull String fullName, long repositoryId, @NotNull String branch)Constructors in com.atlassian.bamboo.plugins.github.dto with parameters of type GithubRepositoryInfoDto Constructor Description GithubPullRequestDto(String id, GithubRepositoryInfoDto source, GithubRepositoryInfoDto target)
-