public class ExtendedJiraRestClient
extends com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClient
implements groovy.lang.GroovyObject
Constructor and Description |
---|
ExtendedJiraRestClient(java.net.URI serverUri,
com.atlassian.jira.rest.client.internal.async.DisposableHttpClient httpClient) |
Modifier and Type | Method and Description |
---|---|
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
WebhookRestClient |
getWebhookRestClient() |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
close, getAuditRestClient, getComponentClient, getIssueClient, getMetadataClient, getMyPermissionsRestClient, getProjectClient, getProjectRolesRestClient, getSearchClient, getSessionClient, getUserClient, getVersionRestClient
public ExtendedJiraRestClient(java.net.URI serverUri, com.atlassian.jira.rest.client.internal.async.DisposableHttpClient httpClient)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public java.lang.Object getProperty(java.lang.String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(java.lang.String property, java.lang.Object value)
setProperty
in interface groovy.lang.GroovyObject
public WebhookRestClient getWebhookRestClient()