Class AuditLogClient
java.lang.Object
com.atlassian.crowd.acceptance.tests.cluster.testutil.AuditLogClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.restassured.response.ResponseBodyExtractionOptions
getAllAuditEvents
(String baseUrl) hasChangesetEntry
(String name, String oldValue, String newValue) static RestPage<AuditLogChangesetRestDTO>
searchAuditEvents
(String baseUrl, AuditLogQueryRestDTO auditLogQuery)
-
Constructor Details
-
AuditLogClient
public AuditLogClient()
-
-
Method Details
-
getAllAuditEvents
public static io.restassured.response.ResponseBodyExtractionOptions getAllAuditEvents(String baseUrl) -
searchAuditEvents
public static RestPage<AuditLogChangesetRestDTO> searchAuditEvents(String baseUrl, AuditLogQueryRestDTO auditLogQuery) throws IOException - Throws:
IOException
-
hasChangesetEntry
-