public class AuditLogClient extends Object
Constructor and Description |
---|
AuditLogClient() |
Modifier and Type | Method and Description |
---|---|
static io.restassured.response.ResponseBodyExtractionOptions |
getAllAuditEvents(String baseUrl) |
static org.hamcrest.Matcher<Iterable<? super Map<? extends String,? extends String>>> |
hasChangesetEntry(String name,
String oldValue,
String newValue) |
static RestPage<AuditLogChangesetRestDTO> |
searchAuditEvents(String baseUrl,
AuditLogQueryRestDTO auditLogQuery) |
public static io.restassured.response.ResponseBodyExtractionOptions getAllAuditEvents(String baseUrl)
public static RestPage<AuditLogChangesetRestDTO> searchAuditEvents(String baseUrl, AuditLogQueryRestDTO auditLogQuery) throws IOException
IOException
Copyright © 2020 Atlassian. All rights reserved.