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
9fbcbf9d
Commit
9fbcbf9d
authored
Jul 05, 2018
by
Greg Messner
Browse files
Added id property.
parent
f3c22000
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/webhook/EventProject.java
View file @
9fbcbf9d
...
@@ -8,6 +8,7 @@ import org.gitlab4j.api.models.AccessLevel;
...
@@ -8,6 +8,7 @@ import org.gitlab4j.api.models.AccessLevel;
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
EventProject
{
public
class
EventProject
{
private
Integer
id
;
private
String
name
;
private
String
name
;
private
String
description
;
private
String
description
;
private
String
webUrl
;
private
String
webUrl
;
...
@@ -23,6 +24,14 @@ public class EventProject {
...
@@ -23,6 +24,14 @@ public class EventProject {
private
String
sshUrl
;
private
String
sshUrl
;
private
String
httpUrl
;
private
String
httpUrl
;
public
Integer
getId
()
{
return
id
;
}
public
void
setId
(
Integer
id
)
{
this
.
id
=
id
;
}
public
String
getName
()
{
public
String
getName
()
{
return
name
;
return
name
;
}
}
...
...
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