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
4af2f7f2
Commit
4af2f7f2
authored
Mar 13, 2018
by
Greg Messner
Browse files
Fixed formatting.
parent
66741875
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Job.java
View file @
4af2f7f2
...
@@ -26,108 +26,108 @@ public class Job {
...
@@ -26,108 +26,108 @@ public class Job {
private
JobStatus
status
;
private
JobStatus
status
;
public
Integer
getId
()
{
public
Integer
getId
()
{
return
id
;
return
id
;
}
}
public
void
setId
(
Integer
id
)
{
public
void
setId
(
Integer
id
)
{
this
.
id
=
id
;
this
.
id
=
id
;
}
}
public
Commit
getCommit
()
{
public
Commit
getCommit
()
{
return
commit
;
return
commit
;
}
}
public
void
setCommit
(
Commit
commit
)
{
public
void
setCommit
(
Commit
commit
)
{
this
.
commit
=
commit
;
this
.
commit
=
commit
;
}
}
public
Date
getCreatedAt
()
{
public
Date
getCreatedAt
()
{
return
createdAt
;
return
createdAt
;
}
}
public
void
setCreatedAt
(
Date
createdAt
)
{
public
void
setCreatedAt
(
Date
createdAt
)
{
this
.
createdAt
=
createdAt
;
this
.
createdAt
=
createdAt
;
}
}
public
Date
getFinishedAt
()
{
public
Date
getFinishedAt
()
{
return
finishedAt
;
return
finishedAt
;
}
}
public
void
setFinishedAt
(
Date
finishedAt
)
{
public
void
setFinishedAt
(
Date
finishedAt
)
{
this
.
finishedAt
=
finishedAt
;
this
.
finishedAt
=
finishedAt
;
}
}
public
String
getName
()
{
public
String
getName
()
{
return
name
;
return
name
;
}
}
public
void
setName
(
String
name
)
{
public
void
setName
(
String
name
)
{
this
.
name
=
name
;
this
.
name
=
name
;
}
}
public
Pipeline
getPipeline
()
{
public
Pipeline
getPipeline
()
{
return
pipeline
;
return
pipeline
;
}
}
public
void
setPipeline
(
Pipeline
pipeline
)
{
public
void
setPipeline
(
Pipeline
pipeline
)
{
this
.
pipeline
=
pipeline
;
this
.
pipeline
=
pipeline
;
}
}
public
String
getRef
()
{
public
String
getRef
()
{
return
ref
;
return
ref
;
}
}
public
void
setRef
(
String
ref
)
{
public
void
setRef
(
String
ref
)
{
this
.
ref
=
ref
;
this
.
ref
=
ref
;
}
}
public
User
getUser
()
{
public
User
getUser
()
{
return
user
;
return
user
;
}
}
public
void
setUser
(
User
user
)
{
public
void
setUser
(
User
user
)
{
this
.
user
=
user
;
this
.
user
=
user
;
}
}
public
Date
getStartedAt
()
{
public
Date
getStartedAt
()
{
return
startedAt
;
return
startedAt
;
}
}
public
void
setStartedAt
(
Date
startedAt
)
{
public
void
setStartedAt
(
Date
startedAt
)
{
this
.
startedAt
=
startedAt
;
this
.
startedAt
=
startedAt
;
}
}
public
Boolean
getTag
()
{
public
Boolean
getTag
()
{
return
tag
;
return
tag
;
}
}
public
void
setTag
(
Boolean
tag
)
{
public
void
setTag
(
Boolean
tag
)
{
this
.
tag
=
tag
;
this
.
tag
=
tag
;
}
}
public
String
getStage
()
{
public
String
getStage
()
{
return
stage
;
return
stage
;
}
}
public
void
setStage
(
String
stage
)
{
public
void
setStage
(
String
stage
)
{
this
.
stage
=
stage
;
this
.
stage
=
stage
;
}
}
public
JobStatus
getStatus
()
{
public
JobStatus
getStatus
()
{
return
status
;
return
status
;
}
}
public
void
setStatus
(
JobStatus
status
)
{
public
void
setStatus
(
JobStatus
status
)
{
this
.
status
=
status
;
this
.
status
=
status
;
}
}
public
String
getCoverage
()
{
public
String
getCoverage
()
{
return
coverage
;
return
coverage
;
}
}
public
void
setCoverage
(
String
coverage
)
{
public
void
setCoverage
(
String
coverage
)
{
this
.
coverage
=
coverage
;
this
.
coverage
=
coverage
;
}
}
public
ArtifactsFile
getArtifactsFile
()
{
public
ArtifactsFile
getArtifactsFile
()
{
return
artifactsFile
;
return
artifactsFile
;
...
...
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