File tree 2 files changed +6
-6
lines changed
main/java/org/gitlab4j/api/systemhooks
test/resources/org/gitlab4j/api
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class TeamMemberSystemHookEvent extends AbstractSystemHookEvent {
14
14
private Date createdAt ;
15
15
private Date updatedAt ;
16
16
private String eventName ;
17
- private String projectAccess ;
17
+ private String accessLevel ;
18
18
private String projectName ;
19
19
private String projectPath ;
20
20
private Long projectId ;
@@ -50,12 +50,12 @@ public void setEventName(String eventName) {
50
50
this .eventName = eventName ;
51
51
}
52
52
53
- public String getProjectAccess () {
54
- return projectAccess ;
53
+ public String getAccessLevel () {
54
+ return accessLevel ;
55
55
}
56
56
57
- public void setProjectAccess (String projectAccess ) {
58
- this .projectAccess = projectAccess ;
57
+ public void setAccessLevel (String accessLevel ) {
58
+ this .accessLevel = accessLevel ;
59
59
}
60
60
61
61
public String getProjectName () {
Original file line number Diff line number Diff line change 2
2
"created_at" : " 2012-07-21T07:30:56Z" ,
3
3
"updated_at" : " 2012-07-21T07:38:22Z" ,
4
4
"event_name" : " user_add_to_team" ,
5
- "project_access " : " Master" ,
5
+ "access_level " : " Master" ,
6
6
"project_id" : 74 ,
7
7
"project_name" : " StoreCloud" ,
8
8
"project_path" : " storecloud" ,
You can’t perform that action at this time.
0 commit comments