Uses of Class
org.gitlab4j.api.models.AuditEvent
Packages that use AuditEvent
-
Uses of AuditEvent in org.gitlab4j.api
Methods in org.gitlab4j.api that return AuditEventModifier and TypeMethodDescriptionAuditEventApi.getAuditEvent
(Long auditEventId) Get a specific instance audit event.GroupApi.getAuditEvent
(Object groupIdOrPath, Long auditEventId) Get a specific audit event of a group.ProjectApi.getAuditEvent
(Object projectIdOrPath, Long auditEventId) Get a specific audit event of a project.Methods in org.gitlab4j.api that return types with arguments of type AuditEventModifier and TypeMethodDescriptionAuditEventApi.getAuditEvents
(Date created_after, Date created_before, String entityType, Long entityId) Get a List of the group audit events viewable by Maintainer or an Owner of the group.AuditEventApi.getAuditEvents
(Date created_after, Date created_before, String entityType, Long entityId, int itemsPerPage) Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.GroupApi.getAuditEvents
(Object groupIdOrPath, Date created_after, Date created_before) Get a List of the group audit events viewable by Maintainer or an Owner of the group.GroupApi.getAuditEvents
(Object groupIdOrPath, Date created_after, Date created_before, int itemsPerPage) Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.ProjectApi.getAuditEvents
(Object projectIdOrPath, Date created_after, Date created_before) Get a List of the project audit events viewable by Maintainer or an Owner of the group.ProjectApi.getAuditEvents
(Object projectIdOrPath, Date created_after, Date created_before, int itemsPerPage) Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.AuditEventApi.getAuditEventsStream
(Date created_after, Date created_before, String entityType, Long entityId) Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.GroupApi.getAuditEventsStream
(Object groupIdOrPath, Date created_after, Date created_before) Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.ProjectApi.getAuditEventsStream
(Object projectIdOrPath, Date created_after, Date created_before) Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.