@@ -26,108 +26,108 @@ public class Job {
26
26
private JobStatus status ;
27
27
28
28
public Integer getId () {
29
- return id ;
30
- }
29
+ return id ;
30
+ }
31
31
32
32
public void setId (Integer id ) {
33
- this .id = id ;
34
- }
33
+ this .id = id ;
34
+ }
35
35
36
36
public Commit getCommit () {
37
- return commit ;
38
- }
37
+ return commit ;
38
+ }
39
39
40
40
public void setCommit (Commit commit ) {
41
- this .commit = commit ;
42
- }
41
+ this .commit = commit ;
42
+ }
43
43
44
44
public Date getCreatedAt () {
45
- return createdAt ;
46
- }
45
+ return createdAt ;
46
+ }
47
47
48
48
public void setCreatedAt (Date createdAt ) {
49
- this .createdAt = createdAt ;
50
- }
49
+ this .createdAt = createdAt ;
50
+ }
51
51
52
52
public Date getFinishedAt () {
53
- return finishedAt ;
54
- }
53
+ return finishedAt ;
54
+ }
55
55
56
56
public void setFinishedAt (Date finishedAt ) {
57
- this .finishedAt = finishedAt ;
58
- }
57
+ this .finishedAt = finishedAt ;
58
+ }
59
59
60
60
public String getName () {
61
- return name ;
62
- }
61
+ return name ;
62
+ }
63
63
64
64
public void setName (String name ) {
65
- this .name = name ;
66
- }
65
+ this .name = name ;
66
+ }
67
67
68
68
public Pipeline getPipeline () {
69
- return pipeline ;
70
- }
69
+ return pipeline ;
70
+ }
71
71
72
72
public void setPipeline (Pipeline pipeline ) {
73
- this .pipeline = pipeline ;
74
- }
73
+ this .pipeline = pipeline ;
74
+ }
75
75
76
76
public String getRef () {
77
- return ref ;
78
- }
77
+ return ref ;
78
+ }
79
79
80
80
public void setRef (String ref ) {
81
- this .ref = ref ;
82
- }
81
+ this .ref = ref ;
82
+ }
83
83
84
84
public User getUser () {
85
- return user ;
86
- }
85
+ return user ;
86
+ }
87
87
88
88
public void setUser (User user ) {
89
- this .user = user ;
90
- }
89
+ this .user = user ;
90
+ }
91
91
92
92
public Date getStartedAt () {
93
- return startedAt ;
94
- }
93
+ return startedAt ;
94
+ }
95
95
96
96
public void setStartedAt (Date startedAt ) {
97
- this .startedAt = startedAt ;
98
- }
97
+ this .startedAt = startedAt ;
98
+ }
99
99
100
100
public Boolean getTag () {
101
- return tag ;
102
- }
101
+ return tag ;
102
+ }
103
103
104
104
public void setTag (Boolean tag ) {
105
- this .tag = tag ;
106
- }
105
+ this .tag = tag ;
106
+ }
107
107
108
108
public String getStage () {
109
- return stage ;
110
- }
109
+ return stage ;
110
+ }
111
111
112
112
public void setStage (String stage ) {
113
- this .stage = stage ;
114
- }
113
+ this .stage = stage ;
114
+ }
115
115
116
116
public JobStatus getStatus () {
117
- return status ;
118
- }
117
+ return status ;
118
+ }
119
119
120
120
public void setStatus (JobStatus status ) {
121
- this .status = status ;
122
- }
121
+ this .status = status ;
122
+ }
123
123
124
124
public String getCoverage () {
125
- return coverage ;
126
- }
125
+ return coverage ;
126
+ }
127
127
128
128
public void setCoverage (String coverage ) {
129
- this .coverage = coverage ;
130
- }
129
+ this .coverage = coverage ;
130
+ }
131
131
132
132
public ArtifactsFile getArtifactsFile () {
133
133
return artifactsFile ;
0 commit comments