@@ -26,108 +26,108 @@ public class Job {
2626 private JobStatus status ;
2727
2828 public Integer getId () {
29- return id ;
30- }
29+ return id ;
30+ }
3131
3232 public void setId (Integer id ) {
33- this .id = id ;
34- }
33+ this .id = id ;
34+ }
3535
3636 public Commit getCommit () {
37- return commit ;
38- }
37+ return commit ;
38+ }
3939
4040 public void setCommit (Commit commit ) {
41- this .commit = commit ;
42- }
41+ this .commit = commit ;
42+ }
4343
4444 public Date getCreatedAt () {
45- return createdAt ;
46- }
45+ return createdAt ;
46+ }
4747
4848 public void setCreatedAt (Date createdAt ) {
49- this .createdAt = createdAt ;
50- }
49+ this .createdAt = createdAt ;
50+ }
5151
5252 public Date getFinishedAt () {
53- return finishedAt ;
54- }
53+ return finishedAt ;
54+ }
5555
5656 public void setFinishedAt (Date finishedAt ) {
57- this .finishedAt = finishedAt ;
58- }
57+ this .finishedAt = finishedAt ;
58+ }
5959
6060 public String getName () {
61- return name ;
62- }
61+ return name ;
62+ }
6363
6464 public void setName (String name ) {
65- this .name = name ;
66- }
65+ this .name = name ;
66+ }
6767
6868 public Pipeline getPipeline () {
69- return pipeline ;
70- }
69+ return pipeline ;
70+ }
7171
7272 public void setPipeline (Pipeline pipeline ) {
73- this .pipeline = pipeline ;
74- }
73+ this .pipeline = pipeline ;
74+ }
7575
7676 public String getRef () {
77- return ref ;
78- }
77+ return ref ;
78+ }
7979
8080 public void setRef (String ref ) {
81- this .ref = ref ;
82- }
81+ this .ref = ref ;
82+ }
8383
8484 public User getUser () {
85- return user ;
86- }
85+ return user ;
86+ }
8787
8888 public void setUser (User user ) {
89- this .user = user ;
90- }
89+ this .user = user ;
90+ }
9191
9292 public Date getStartedAt () {
93- return startedAt ;
94- }
93+ return startedAt ;
94+ }
9595
9696 public void setStartedAt (Date startedAt ) {
97- this .startedAt = startedAt ;
98- }
97+ this .startedAt = startedAt ;
98+ }
9999
100100 public Boolean getTag () {
101- return tag ;
102- }
101+ return tag ;
102+ }
103103
104104 public void setTag (Boolean tag ) {
105- this .tag = tag ;
106- }
105+ this .tag = tag ;
106+ }
107107
108108 public String getStage () {
109- return stage ;
110- }
109+ return stage ;
110+ }
111111
112112 public void setStage (String stage ) {
113- this .stage = stage ;
114- }
113+ this .stage = stage ;
114+ }
115115
116116 public JobStatus getStatus () {
117- return status ;
118- }
117+ return status ;
118+ }
119119
120120 public void setStatus (JobStatus status ) {
121- this .status = status ;
122- }
121+ this .status = status ;
122+ }
123123
124124 public String getCoverage () {
125- return coverage ;
126- }
125+ return coverage ;
126+ }
127127
128128 public void setCoverage (String coverage ) {
129- this .coverage = coverage ;
130- }
129+ this .coverage = coverage ;
130+ }
131131
132132 public ArtifactsFile getArtifactsFile () {
133133 return artifactsFile ;
0 commit comments