Interface BugzillaMetadataRestClient

All Known Implementing Classes:
AsyncBugzillaMetadataRestClient

public interface BugzillaMetadataRestClient
Interface for metadata rest clients.
Since:
2.0
Author:
ralph
See Also:
Bugzilla::WebService::Bugzilla
  • Method Summary

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

    • getServerInfo

      com.atlassian.util.concurrent.Promise<ServerInfo> getServerInfo()
      Retrieves information about this Bugzilla instance
      Returns:
      information about this Bugzilla instance
      Throws:
      RestClientException - in case of problems (connectivity, malformed messages, etc.)
      Since:
      2.0