Uses of Class
org.gitlab4j.api.models.Event
Packages that use Event
-
Uses of Event in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type EventModifier and TypeMethodDescriptionEventsApi.getAllAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of all events for the authenticated user, across all of the user's projects.EventsApi.getAllAuthenticatedUserEventsStream
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of all events for the authenticated user, across all of the user's projects.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of events for the authenticated user.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the authenticated user and in the specified page range.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int page, int perPage) Get a list of events for the authenticated user and in the specified page range.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int page, int perPage, Constants.EventScope scope) Get a list of events for the authenticated user and in the specified page range.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage, Constants.EventScope scope) Get a list of events for the authenticated user and in the specified page range.EventsApi.getAuthenticatedUserEventsStream
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of events for the authenticated user.EventsApi.getProjectEvents
(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of events for the specified project.EventsApi.getProjectEvents
(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the specified project and in the specified page range.EventsApi.getProjectEvents
(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int page, int perPage) Get a list of events for the specified project and in the specified page range.ProjectApi.getProjectEvents
(Object projectIdOrPath) Get the project events for specific project.ProjectApi.getProjectEvents
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project events for specific project.ProjectApi.getProjectEvents
(Object projectIdOrPath, int page, int perPage) Get the project events for specific project.EventsApi.getProjectEventsStream
(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of events for the specified project.ProjectApi.getProjectEventsStream
(Object projectIdOrPath) Get a Stream of the project events for specific project.EventsApi.getUserEvents
(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a list of events for the specified user.EventsApi.getUserEvents
(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the specified user and in the specified page range.EventsApi.getUserEvents
(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int page, int perPage) Get a list of events for the specified user and in the specified page range.EventsApi.getUserEventsStream
(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder) Get a Stream of events for the specified user. -
Uses of Event in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return EventModifier and TypeMethodDescriptionEvent.withActionName
(String actionName) Event.withAuthor
(Author author) Event.withAuthorId
(Long authorId) Event.withAuthorUsername
(String authorUsername) Event.withCreatedAt
(Date createdAt) Event.withProjectId
(Long projectId) Event.withTargetId
(Long targetId) Event.withTargetIid
(Long targetIid) Event.withTargetTitle
(String targetTitle) Event.withTargetType
(Constants.TargetType targetType)