Class ExtendedGitHubClient

java.lang.Object
org.eclipse.egit.github.core.client.GitHubClient
org.jenkinsci.plugins.pipeline.github.client.ExtendedGitHubClient

public class ExtendedGitHubClient extends org.eclipse.egit.github.core.client.GitHubClient
Author:
Aaron Whiteside
  • Field Summary

    Fields inherited from class org.eclipse.egit.github.core.client.GitHubClient

    baseUri, gson, HEADER_ACCEPT, HEADER_AUTHORIZATION, HEADER_CONTENT_TYPE, HEADER_USER_AGENT, HTTP_UNPROCESSABLE_ENTITY, METHOD_DELETE, METHOD_GET, METHOD_POST, METHOD_PUT, prefix, USER_AGENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
    ExtendedGitHubClient(String hostname, int port, String scheme)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <V> V
    delete(String uri, Type type, String accept)
     
    org.eclipse.egit.github.core.client.GitHubResponse
    getUnchecked(org.eclipse.egit.github.core.client.GitHubRequest request)
     
    <V> V
    patch(String uri, Object params, Type type)
     
    <V> V
    patch(String uri, Object params, Type type, String accept)
     
    <V> V
    post(String uri, Object params, Type type, String accept)
     
    <V> V
    put(String uri, Object params, Type type, String accept)
     

    Methods inherited from class org.eclipse.egit.github.core.client.GitHubClient

    configureRequest, configureUri, createClient, createConnection, createConnection, createDelete, createException, createGet, createPost, createPut, createUri, delete, delete, get, getBody, getHeaderAccept, getRemainingRequests, getRequestLimit, getResponseStream, getStream, getStream, getUser, isEmpty, isError, isOk, parseError, parseJson, parseJson, post, post, postStream, put, put, sendParams, setBufferSize, setCredentials, setHeaderAccept, setOAuth2Token, setProxy, setSerializeNulls, setUserAgent, toJson, updateRateLimits

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait