@Deprecated public class AuditingClient extends com.atlassian.jira.testkit.client.RestApiClient<AuditingClient>
AdvancedAuditingClient
.
AdvancedAuditingClient
can be obtain from Backdoor.advancedAuditing()
Modifier and Type | Class and Description |
---|---|
static class |
AuditingClient.ViewResponse
Deprecated.
|
Constructor and Description |
---|
AuditingClient(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected com.sun.jersey.api.client.WebResource |
createResource()
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponse()
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponse(String filter,
org.joda.time.DateTime fromTime,
org.joda.time.DateTime toTime,
List<Long> projectIds)
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponse(String filter,
org.joda.time.DateTime fromTime,
org.joda.time.DateTime toTime,
List<Long> projectIds,
List<String> userIds)
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponse(String filter,
org.joda.time.DateTime fromTime,
org.joda.time.DateTime toTime,
List<Long> projectIds,
long limit)
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponseForProject(Long projectId)
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponseForUsers(List<String> userIds)
Deprecated.
|
AuditingClient.ViewResponse |
getViewResponseForUsers(List<String> userIds,
long limit)
Deprecated.
|
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public AuditingClient(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
public AuditingClient.ViewResponse getViewResponse()
public AuditingClient.ViewResponse getViewResponseForProject(Long projectId)
public AuditingClient.ViewResponse getViewResponseForUsers(List<String> userIds)
public AuditingClient.ViewResponse getViewResponseForUsers(List<String> userIds, long limit)
public AuditingClient.ViewResponse getViewResponse(String filter, org.joda.time.DateTime fromTime, org.joda.time.DateTime toTime, List<Long> projectIds)
public AuditingClient.ViewResponse getViewResponse(String filter, org.joda.time.DateTime fromTime, org.joda.time.DateTime toTime, List<Long> projectIds, long limit)
public AuditingClient.ViewResponse getViewResponse(String filter, org.joda.time.DateTime fromTime, org.joda.time.DateTime toTime, List<Long> projectIds, List<String> userIds)
protected com.sun.jersey.api.client.WebResource createResource()
createResource
in class com.atlassian.jira.testkit.client.RestApiClient<AuditingClient>
Copyright © 2002-2024 Atlassian. All Rights Reserved.