Uses of Interface
org.kohsuke.github.connector.GitHubConnector
Packages that use GitHubConnector
Package
Description
-
Uses of GitHubConnector in org.kohsuke.github
Methods in org.kohsuke.github with parameters of type GitHubConnectorModifier and TypeMethodDescriptionGitHubBuilder.withConnector
(GitHubConnector connector) With connector GitHubBuilder. -
Uses of GitHubConnector in org.kohsuke.github.connector
Fields in org.kohsuke.github.connector declared as GitHubConnectorModifier and TypeFieldDescriptionstatic final GitHubConnector
GitHubConnector.DEFAULT
Default implementation used when connector is not set by user.static final GitHubConnector
GitHubConnector.OFFLINE
Stub implementation that is always off-line. -
Uses of GitHubConnector in org.kohsuke.github.extras
Classes in org.kohsuke.github.extras that implement GitHubConnector -
Uses of GitHubConnector in org.kohsuke.github.extras.okhttp3
Classes in org.kohsuke.github.extras.okhttp3 that implement GitHubConnector -
Uses of GitHubConnector in org.kohsuke.github.internal
Methods in org.kohsuke.github.internal that return GitHubConnectorModifier and TypeMethodDescriptionstatic GitHubConnector
DefaultGitHubConnector.create()
Creates aGitHubConnector
that will be used as the default connector.