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
4ac5e9c5
Commit
4ac5e9c5
authored
Feb 27, 2024
by
Jeremie Bresson
Browse files
Merge remote-tracking branch 'origin/main' into 6.x
parents
cbc27b66
6c06521a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/systemhooks/TeamMemberSystemHookEvent.java
View file @
4ac5e9c5
...
...
@@ -14,7 +14,7 @@ public class TeamMemberSystemHookEvent extends AbstractSystemHookEvent {
private
Date
createdAt
;
private
Date
updatedAt
;
private
String
eventName
;
private
String
projectAccess
;
private
String
accessLevel
;
private
String
projectName
;
private
String
projectPath
;
private
Long
projectId
;
...
...
@@ -50,12 +50,12 @@ public class TeamMemberSystemHookEvent extends AbstractSystemHookEvent {
this
.
eventName
=
eventName
;
}
public
String
get
Project
Access
()
{
return
projectAccess
;
public
String
getAccess
Level
()
{
return
accessLevel
;
}
public
void
set
Project
Access
(
String
projectAccess
)
{
this
.
projectAccess
=
projectAccess
;
public
void
setAccess
Level
(
String
accessLevel
)
{
this
.
accessLevel
=
accessLevel
;
}
public
String
getProjectName
()
{
...
...
src/test/resources/org/gitlab4j/api/team-member-system-hook-event.json
View file @
4ac5e9c5
...
...
@@ -2,7 +2,7 @@
"created_at"
:
"2012-07-21T07:30:56Z"
,
"updated_at"
:
"2012-07-21T07:38:22Z"
,
"event_name"
:
"user_add_to_team"
,
"
project_
access"
:
"Master"
,
"access
_level
"
:
"Master"
,
"project_id"
:
74
,
"project_name"
:
"StoreCloud"
,
"project_path"
:
"storecloud"
,
...
...
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