Class GithubClient
- java.lang.Object
 - 
- io.freefair.gradle.plugins.github.internal.GithubClient
 
 
- 
@NonNullApi public class GithubClient extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description GithubClient(GithubExtension githubExtension, okhttp3.OkHttpClient okHttpClient) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GithubServicegetGithubService() 
 - 
 
- 
- 
Constructor Detail
- 
GithubClient
public GithubClient(GithubExtension githubExtension, okhttp3.OkHttpClient okHttpClient)
 
 - 
 
- 
Method Detail
- 
getGithubService
public GithubService getGithubService()
 
 - 
 
 -