Uses of Class
com.atlassian.bamboo.plugins.git.GitHubAccessor
Packages that use GitHubAccessor
Package
Description
-
Uses of GitHubAccessor in com.atlassian.bamboo.plugins.git.rest.resource
Methods in com.atlassian.bamboo.plugins.git.rest.resource that return GitHubAccessorModifier and TypeMethodDescriptionprotected @NotNull GitHubAccessor
GitHubResource.getGitHubAccessor
(com.atlassian.bamboo.plugins.git.rest.resource.GitHubResource.GithubAccessCredentials accessCredentials, String apiBaseUrl) -
Uses of GitHubAccessor in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github with parameters of type GitHubAccessorModifier and TypeMethodDescriptionprotected List<GithubPullRequestDto>
GithubPullRequestDetector.getPullRequestsByRepository
(@NotNull VcsRepositoryData repositoryData, @NotNull GitHubAccessor gitHubAccessor) Constructor parameters in com.atlassian.bamboo.plugins.github with type arguments of type GitHubAccessorModifierConstructorDescriptionprotected
GithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, com.atlassian.bamboo.plugins.github.GithubBuildStatusUpdater.QuadroFunction<String, String, String, com.atlassian.plugins.whitelist.OutboundWhitelist, GitHubAccessor> gitHubAccessorProvider)