AuditSearchService
instead.@Deprecated public interface AuditService
Modifier and Type | Method and Description |
---|---|
Page<MinimalAuditEntry> |
findByProject(Project project,
PageRequest pageRequest)
Deprecated.
Retrieves a page of audit events recorded for the specified project.
|
Page<MinimalAuditEntry> |
findByRepository(Repository repository,
PageRequest pageRequest)
Deprecated.
Retrieves a page of audit events recorded for the specified repository.
|
@Nonnull Page<MinimalAuditEntry> findByProject(@Nonnull Project project, @Nonnull PageRequest pageRequest)
project
- the project to retrieve events forpageRequest
- describes the page of events to retrievenull
@Nonnull Page<MinimalAuditEntry> findByRepository(@Nonnull Repository repository, @Nonnull PageRequest pageRequest)
repository
- the repository to retrieve events forpageRequest
- describes the page of events to retrievenull
Copyright © 2022 Atlassian. All rights reserved.