Uses of Class
com.atlassian.bamboo.plugins.github.accessor.GithubAccessCredentials
Packages that use GithubAccessCredentials
Package
Description
-
Uses of GithubAccessCredentials in com.atlassian.bamboo.plugins.git.rest.resource
Methods in com.atlassian.bamboo.plugins.git.rest.resource with parameters of type GithubAccessCredentialsModifier and TypeMethodDescriptionprotected @NotNull GitHubAccessorGitHubResource.getGitHubAccessor(GithubAccessCredentials accessCredentials, String apiBaseUrl) protected @NotNull GitHubAccessorGitHubResource.getGitHubAccessor(GithubAccessCredentials accessCredentials, String apiBaseUrl, String owner, String repo) -
Uses of GithubAccessCredentials in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return GithubAccessCredentialsModifier and TypeMethodDescriptionstatic @Nullable GithubAccessCredentialsGitHubRepositoryHelper.getRepositoryAccessCredentials(@Nullable VcsRepositoryData vcsRepositoryData, @NotNull CredentialsAccessor credentialsAccessor) -
Uses of GithubAccessCredentials in com.atlassian.bamboo.plugins.github.accessor
Methods in com.atlassian.bamboo.plugins.github.accessor that return GithubAccessCredentialsModifier and TypeMethodDescriptionstatic GithubAccessCredentialsGithubAccessCredentials.withBasicAuth(@Nullable String username, @Nullable String password) Creates an instance of GithubAccessCredentials with basic authentication.static GithubAccessCredentialsGithubAccessCredentials.withTokenAuth(@Nullable String appId, @Nullable String privateKey) Creates an instance of GithubAccessCredentials with token authentication.Methods in com.atlassian.bamboo.plugins.github.accessor with parameters of type GithubAccessCredentialsModifier and TypeMethodDescriptionGitHubAccessorFactory.create(@NotNull GithubAccessCredentials accessCredentials, @NotNull String apiBaseUrl) Creates a GitHubAccessor instance based on the provided access credentials and API base URL.GitHubAccessorFactory.create(@NotNull GithubAccessCredentials accessCredentials, @NotNull String apiBaseUrl, @NotNull String owner, @NotNull String repo) Creates a GitHubAccessor instance based on the provided access credentials, API base URL, repository owner, and repository name.