Skip to content
GitLab
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
Mar 17, 2023
by
黑牛
Committed by
GitHub
Mar 16, 2023
Browse files
Update EventsApi.java (#905)
change projectIdOrPath as Object type
parent
a0f5a73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/EventsApi.java
View file @
b2942f39
...
@@ -326,7 +326,7 @@ public class EventsApi extends AbstractApi {
...
@@ -326,7 +326,7 @@ public class EventsApi extends AbstractApi {
* @return a list of events for the specified project and matching the supplied parameters
* @return a list of events for the specified project and matching the supplied parameters
* @throws GitLabApiException if any exception occurs
* @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
{
Date
before
,
Date
after
,
SortOrder
sortOrder
,
int
page
,
int
perPage
)
throws
GitLabApiException
{
GitLabApiForm
formData
=
new
GitLabApiForm
()
GitLabApiForm
formData
=
new
GitLabApiForm
()
...
...
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