Uses of Class
org.jenkinsci.plugins.pipeline.github.client.ExtendedGitHubClient
-
Packages that use ExtendedGitHubClient Package Description org.jenkinsci.plugins.pipeline.github org.jenkinsci.plugins.pipeline.github.client -
-
Uses of ExtendedGitHubClient in org.jenkinsci.plugins.pipeline.github
Methods in org.jenkinsci.plugins.pipeline.github that return ExtendedGitHubClient Modifier and Type Method Description static ExtendedGitHubClient
GitHubHelper. getGitHubClient(Job<?,?> job)
-
Uses of ExtendedGitHubClient in org.jenkinsci.plugins.pipeline.github.client
Methods in org.jenkinsci.plugins.pipeline.github.client that return ExtendedGitHubClient Modifier and Type Method Description ExtendedGitHubClient
ExtendedCommitService. getClient()
ExtendedGitHubClient
ExtendedIssueService. getClient()
ExtendedGitHubClient
ExtendedMilestoneService. getClient()
ExtendedGitHubClient
ExtendedPullRequestService. getClient()
Constructors in org.jenkinsci.plugins.pipeline.github.client with parameters of type ExtendedGitHubClient Constructor Description ExtendedCommitService(ExtendedGitHubClient client)
ExtendedIssueService(ExtendedGitHubClient client)
ExtendedMilestoneService(ExtendedGitHubClient client)
ExtendedPullRequestService(ExtendedGitHubClient client)
-