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
a00efdc6
Commit
a00efdc6
authored
Sep 18, 2021
by
Michaël van de Giessen
Browse files
rename statusChanged_at to statusChangedAt
parent
7ed9e581
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/webhook/DeploymentEvent.java
View file @
a00efdc6
...
@@ -9,7 +9,7 @@ public class DeploymentEvent extends AbstractEvent {
...
@@ -9,7 +9,7 @@ public class DeploymentEvent extends AbstractEvent {
public
static
final
String
OBJECT_KIND
=
"deployment"
;
public
static
final
String
OBJECT_KIND
=
"deployment"
;
private
String
status
;
private
String
status
;
private
String
statusChanged
_a
t
;
private
String
statusChanged
A
t
;
private
Integer
deployableId
;
private
Integer
deployableId
;
private
String
deployableUrl
;
private
String
deployableUrl
;
private
String
environment
;
private
String
environment
;
...
@@ -37,12 +37,12 @@ public class DeploymentEvent extends AbstractEvent {
...
@@ -37,12 +37,12 @@ public class DeploymentEvent extends AbstractEvent {
this
.
status
=
status
;
this
.
status
=
status
;
}
}
public
String
getStatusChanged
_a
t
()
{
public
String
getStatusChanged
A
t
()
{
return
statusChanged
_a
t
;
return
statusChanged
A
t
;
}
}
public
void
setStatusChanged
_a
t
(
String
statusChanged
_a
t
)
{
public
void
setStatusChanged
A
t
(
String
statusChanged
A
t
)
{
this
.
statusChanged
_a
t
=
statusChanged
_a
t
;
this
.
statusChanged
A
t
=
statusChanged
A
t
;
}
}
public
Integer
getDeployableId
()
{
public
Integer
getDeployableId
()
{
...
...
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