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 GithubRepositoryInfoDto
GithubPullRequestDto.source
final GithubRepositoryInfoDto
GithubPullRequestDto.target
Methods in com.atlassian.bamboo.plugins.github.dto that return GithubRepositoryInfoDtoModifier and TypeMethodDescriptionstatic GithubRepositoryInfoDto
GithubRepositoryInfoDto.extractInfo
(@NotNull String fullName) static GithubRepositoryInfoDto
GithubRepositoryInfoDto.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)