Uses of Class
com.atlassian.bamboo.plugins.github.dto.GithubRepositoryInfoDto
Packages that use GithubRepositoryInfoDto
-
Uses of GithubRepositoryInfoDto in com.atlassian.bamboo.plugins.github.dto
Fields in com.atlassian.bamboo.plugins.github.dto declared as GithubRepositoryInfoDtoModifier and TypeFieldDescriptionfinal GithubRepositoryInfoDtoGithubPullRequestDto.sourcefinal GithubRepositoryInfoDtoGithubPullRequestDto.targetMethods in com.atlassian.bamboo.plugins.github.dto that return GithubRepositoryInfoDtoModifier and TypeMethodDescriptionstatic GithubRepositoryInfoDtoGithubRepositoryInfoDto.extractInfo(@NotNull String fullName) static GithubRepositoryInfoDtoGithubRepositoryInfoDto.extractInfo(@NotNull String fullName, long repositoryId, @NotNull String branch) Constructors in com.atlassian.bamboo.plugins.github.dto with parameters of type GithubRepositoryInfoDtoModifierConstructorDescriptionGithubPullRequestDto(String id, GithubRepositoryInfoDto source, GithubRepositoryInfoDto target)