public class ResteasyGitRepoClient extends GitRepoClientSupport
| Modifier and Type | Class and Description |
|---|---|
protected class |
ResteasyGitRepoClient.Authenticator |
address, password, username| Constructor and Description |
|---|
ResteasyGitRepoClient(String address,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
createWebClient(Class<T> clientType)
Creates a JAXRS web client for the given JAXRS client
|
static ResteasyGitRepoClient |
createWithContextClassLoader(String address,
String username,
String password)
When used in the Jenkins Job DSL we may not have the right class loader setup.
|
createRepository, createWebhook, getAddress, getApi, getPassword, getUsername, listOrganisationRepositories, listRepositories, listUserOrganisationspublic static ResteasyGitRepoClient createWithContextClassLoader(String address, String username, String password)
protected <T> T createWebClient(Class<T> clientType)
createWebClient in class GitRepoClientSupportCopyright © 2011–2015 Red Hat. All rights reserved.