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 GitHubConnectorGitHubConnector.DEFAULTDefault implementation used when connector is not set by user.static final GitHubConnectorGitHubConnector.OFFLINEStub 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 GitHubConnectorDefaultGitHubConnector.create()Creates aGitHubConnectorthat will be used as the default connector.