Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
b2942f39
Unverified
Commit
b2942f39
authored
2 years ago
by
黑牛
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update EventsApi.java (#905)
change projectIdOrPath as Object type
parent
a0f5a73c
main
6.x
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/gitlab4j/api/EventsApi.java
+1
-1
src/main/java/org/gitlab4j/api/EventsApi.java
with
1 addition
and
1 deletion
+1
-1
src/main/java/org/gitlab4j/api/EventsApi.java
+
1
-
1
View file @
b2942f39
...
...
@@ -326,7 +326,7 @@ public class EventsApi extends AbstractApi {
* @return a list of events for the specified project and matching the supplied parameters
* @throws GitLabApiException if any exception occurs
*/
public
List
<
Event
>
getProjectEvents
(
Long
projectIdOrPath
,
ActionType
action
,
TargetType
targetType
,
public
List
<
Event
>
getProjectEvents
(
Object
projectIdOrPath
,
ActionType
action
,
TargetType
targetType
,
Date
before
,
Date
after
,
SortOrder
sortOrder
,
int
page
,
int
perPage
)
throws
GitLabApiException
{
GitLabApiForm
formData
=
new
GitLabApiForm
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets