public class AsynchronousAuditRestClient extends AbstractAsynchronousRestClient implements AuditRestClient
AbstractAsynchronousRestClient.ResponseHandler<T>| Modifier | Constructor and Description |
|---|---|
protected |
AsynchronousAuditRestClient(com.atlassian.httpclient.api.HttpClient client,
URI baseUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuditRecord(AuditRecordInput record) |
protected javax.ws.rs.core.UriBuilder |
createPathBuilder() |
com.atlassian.util.concurrent.Promise<AuditRecordsData> |
getAuditRecords(AuditRecordSearchInput input) |
call, callAndParse, callAndParse, client, delete, getAndParse, post, post, post, post, postAndParse, postAndParse, put, putAndParseprotected AsynchronousAuditRestClient(com.atlassian.httpclient.api.HttpClient client,
URI baseUri)
public com.atlassian.util.concurrent.Promise<AuditRecordsData> getAuditRecords(AuditRecordSearchInput input)
getAuditRecords in interface AuditRestClientprotected javax.ws.rs.core.UriBuilder createPathBuilder()
public void addAuditRecord(@Nonnull AuditRecordInput record)
addAuditRecord in interface AuditRestClientCopyright © 2016 Atlassian. All rights reserved.