Uses of Class
com.atlassian.bamboo.plugins.git.GitHubRepositoryAccessData
-
Packages that use GitHubRepositoryAccessData Package Description com.atlassian.bamboo.plugins.git -
-
Uses of GitHubRepositoryAccessData in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return GitHubRepositoryAccessData Modifier and Type Method Description GitHubRepositoryAccessData
GitHubRepositoryAccessData.Builder. build()
GitHubRepositoryAccessData
GitHubRepository. getAccessData()
Methods in com.atlassian.bamboo.plugins.git with parameters of type GitHubRepositoryAccessData Modifier and Type Method Description static GitHubRepositoryAccessData.Builder
GitHubRepositoryAccessData. builder(@NotNull GitHubRepositoryAccessData accessData)
GitHubRepositoryAccessData.Builder
GitHubRepositoryAccessData.Builder. clone(GitHubRepositoryAccessData gitRepositoryAccessData)
void
GitHubRepository. setAccessData(GitHubRepositoryAccessData gitHubAccessData)
-