Class AsyncBugzillaMetadataRestClient

java.lang.Object
com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient
b4j.core.session.bugzilla.async.AbstractAsyncRestClient
b4j.core.session.bugzilla.async.AsyncBugzillaMetadataRestClient
All Implemented Interfaces:
BugzillaMetadataRestClient

public class AsyncBugzillaMetadataRestClient
extends AbstractAsyncRestClient
implements BugzillaMetadataRestClient
The client responsible for getting metadata information.
Since:
2.0
Author:
ralph
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient

    com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient.ResponseHandler<T extends java.lang.Object>
  • Constructor Summary

    Constructors 
    Constructor Description
    AsyncBugzillaMetadataRestClient​(AsyncBugzillaRestClient mainClient)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    com.atlassian.util.concurrent.Promise<ServerInfo> getServerInfo()
    Retrieves information about this Bugzilla instance

    Methods inherited from class com.atlassian.jira.rest.client.internal.async.AbstractAsynchronousRestClient

    call, callAndParse, callAndParse, client, delete, getAndParse, post, post, post, post, postAndParse, postAndParse, putAndParse

    Methods inherited from class java.lang.Object

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