Uses of Class
org.jenkinsci.plugins.github_branch_source.Endpoint
-
Uses of Endpoint in org.jenkinsci.plugins.github_branch_source
Methods in org.jenkinsci.plugins.github_branch_source that return EndpointModifier and TypeMethodDescriptionGitHubConfiguration.findEndpoint
(String apiUri) Checks to see if the supplied server URL is defined in the global configuration.Methods in org.jenkinsci.plugins.github_branch_source that return types with arguments of type EndpointMethods in org.jenkinsci.plugins.github_branch_source with parameters of type EndpointModifier and TypeMethodDescriptionboolean
GitHubConfiguration.addEndpoint
(Endpoint endpoint) Adds an endpoint.boolean
GitHubConfiguration.removeEndpoint
(Endpoint endpoint) Removes an endpoint.void
GitHubConfiguration.updateEndpoint
(Endpoint endpoint) Updates an existing endpoint (or adds if missing).Method parameters in org.jenkinsci.plugins.github_branch_source with type arguments of type EndpointModifier and TypeMethodDescriptionvoid
GitHubConfiguration.setEndpoints
(List<Endpoint> endpoints)