@@ -130,26 +130,6 @@ public void setCommittedAt(Date committed_at) {
130
130
this .committedAt = committed_at ;
131
131
}
132
132
133
- /**
134
- * @deprecated Replaced by {@link #getUpdatedAt()}
135
- * @return the updated at Date
136
- */
137
- @ Deprecated
138
- @ JsonIgnore
139
- public Date getUpdated_at () {
140
- return updatedAt ;
141
- }
142
-
143
- /**
144
- * @deprecated Replaced by {@link #setUpdatedAt(Date)}
145
- * @param updatedAt new updated at value
146
- */
147
- @ Deprecated
148
- @ JsonIgnore
149
- public void setUpdated_at (Date updatedAt ) {
150
- this .updatedAt = updatedAt ;
151
- }
152
-
153
133
/**
154
134
* @deprecated Replaced by {@link #getStartedAt()}
155
135
* @return the started at Date
@@ -160,56 +140,6 @@ public Date getStarted_at() {
160
140
return startedAt ;
161
141
}
162
142
163
- /**
164
- * @deprecated Replaced by {@link #setStartedAt(Date)}
165
- * @param startedAt new started at value
166
- */
167
- @ Deprecated
168
- @ JsonIgnore
169
- public void setStarted_at (Date startedAt ) {
170
- this .startedAt = startedAt ;
171
- }
172
-
173
- /**
174
- * @deprecated Replaced by {@link #getFinishedAt()}
175
- * @return the finished at Date
176
- */
177
- @ Deprecated
178
- @ JsonIgnore
179
- public Date getFinished_at () {
180
- return finishedAt ;
181
- }
182
-
183
- /**
184
- * @deprecated Replaced by {@link #setFinishedAt(Date)}
185
- * @param finishedAt new finished at value
186
- */
187
- @ Deprecated
188
- @ JsonIgnore
189
- public void setFinished_at (Date finishedAt ) {
190
- this .finishedAt = finishedAt ;
191
- }
192
-
193
- /**
194
- * @deprecated Replaced by {@link #getCommittedAt()}
195
- * @return the committed at Date
196
- */
197
- @ Deprecated
198
- @ JsonIgnore
199
- public Date getCommitted_at () {
200
- return committedAt ;
201
- }
202
-
203
- /**
204
- * @deprecated Replaced by {@link #setCommittedAt(Date)}
205
- * @param committedAt new committed at value
206
- */
207
- @ Deprecated
208
- @ JsonIgnore
209
- public void setCommitted_at (Date committedAt ) {
210
- this .committedAt = committedAt ;
211
- }
212
-
213
143
public String getCoverage () {
214
144
return coverage ;
215
145
}
0 commit comments