File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/org/gitlab4j/api/webhook Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class DeploymentEvent extends AbstractEvent {
9
9
public static final String OBJECT_KIND = "deployment" ;
10
10
11
11
private String status ;
12
- private String statusChanged_at ;
12
+ private String statusChangedAt ;
13
13
private Integer deployableId ;
14
14
private String deployableUrl ;
15
15
private String environment ;
@@ -37,12 +37,12 @@ public void setStatus(String status) {
37
37
this .status = status ;
38
38
}
39
39
40
- public String getStatusChanged_at () {
41
- return statusChanged_at ;
40
+ public String getStatusChangedAt () {
41
+ return statusChangedAt ;
42
42
}
43
43
44
- public void setStatusChanged_at (String statusChanged_at ) {
45
- this .statusChanged_at = statusChanged_at ;
44
+ public void setStatusChangedAt (String statusChangedAt ) {
45
+ this .statusChangedAt = statusChangedAt ;
46
46
}
47
47
48
48
public Integer getDeployableId () {
You can’t perform that action at this time.
0 commit comments