File tree Expand file tree Collapse file tree 5 files changed +1
-128
lines changed
src/main/java/org/gitlab4j/api Expand file tree Collapse file tree 5 files changed +1
-128
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,4 @@ public Date getCreatedAt() {
34
34
public void setCreatedAt (Date createdAt ) {
35
35
this .createdAt = createdAt ;
36
36
}
37
-
38
- /**
39
- * @deprecated Replaced by {@link #getCreatedAt()}
40
- * @return the created at Date
41
- */
42
- @ Deprecated
43
- @ JsonIgnore
44
- public Date getCreated_at () {
45
- return createdAt ;
46
- }
47
-
48
- /**
49
- * @deprecated Replaced by {@link #setCreatedAt(Date)}
50
- * @param createdAt new created at value
51
- */
52
- @ Deprecated
53
- @ JsonIgnore
54
- public void setCreated_at (Date createdAt ) {
55
- this .createdAt = createdAt ;
56
- }}
37
+ }
Original file line number Diff line number Diff line change @@ -40,25 +40,6 @@ public void setCreatedAt(Date createdAt) {
40
40
this .createdAt = createdAt ;
41
41
}
42
42
43
- /**
44
- * @deprecated Replaced by {@link #getCreatedAt()}
45
- * @return the created at Date
46
- */
47
- @ Deprecated
48
- @ JsonIgnore
49
- public Date getCreated_at () {
50
- return createdAt ;
51
- }
52
-
53
- /**
54
- * @deprecated Replaced by {@link #setCreatedAt(Date)}
55
- * @param createdAt new created at value
56
- */
57
- @ Deprecated
58
- @ JsonIgnore
59
- public void setCreated_at (Date createdAt ) {
60
- this .createdAt = createdAt ;
61
- }
62
43
public String getFileName () {
63
44
return fileName ;
64
45
}
Original file line number Diff line number Diff line change @@ -158,16 +158,6 @@ public void setCommittedAt(Date committedAt) {
158
158
this .committedAt = committedAt ;
159
159
}
160
160
161
- /**
162
- * @deprecated Replaced by {@link #getStartedAt()}
163
- * @return the started at Date
164
- */
165
- @ Deprecated
166
- @ JsonIgnore
167
- public Date getStarted_at () {
168
- return startedAt ;
169
- }
170
-
171
161
public String getCoverage () {
172
162
return coverage ;
173
163
}
Original file line number Diff line number Diff line change @@ -121,26 +121,6 @@ public void setBuildStartedAt(Date buildStartedAt) {
121
121
this .buildStartedAt = buildStartedAt ;
122
122
}
123
123
124
- /**
125
- * @deprecated Replaced by {@link #getBuildStartedAt()}
126
- * @return the buildstarted at Date
127
- */
128
- @ Deprecated
129
- @ JsonIgnore
130
- public Date getBuildStarted_at () {
131
- return buildStartedAt ;
132
- }
133
-
134
- /**
135
- * @deprecated Replaced by {@link #setBuildStartedAt(Date)}
136
- * @param buildStartedAt new buildstarted at value
137
- */
138
- @ Deprecated
139
- @ JsonIgnore
140
- public void setBuildStarted_at (Date buildStartedAt ) {
141
- this .buildStartedAt = buildStartedAt ;
142
- }
143
-
144
124
public Date getBuildFinishedAt () {
145
125
return buildFinishedAt ;
146
126
}
@@ -149,26 +129,6 @@ public void setBuildFinishedAt(Date buildFinishedAt) {
149
129
this .buildFinishedAt = buildFinishedAt ;
150
130
}
151
131
152
- /**
153
- * @deprecated Replaced by {@link #getBuildFinishedAt()}
154
- * @return the buildfinished at Date
155
- */
156
- @ Deprecated
157
- @ JsonIgnore
158
- public Date getBuildFinished_at () {
159
- return buildFinishedAt ;
160
- }
161
-
162
- /**
163
- * @deprecated Replaced by {@link #setBuildFinishedAt(Date)}
164
- * @param buildFinishedAt new buildfinished at value
165
- */
166
- @ Deprecated
167
- @ JsonIgnore
168
- public void setBuildFinished_at (Date buildFinishedAt ) {
169
- this .buildFinishedAt = buildFinishedAt ;
170
- }
171
-
172
132
public Float getBuildDuration () {
173
133
return buildDuration ;
174
134
}
Original file line number Diff line number Diff line change @@ -113,26 +113,6 @@ public void setJobStartedAt(Date jobStartedAt) {
113
113
this .jobStartedAt = jobStartedAt ;
114
114
}
115
115
116
- /**
117
- * @deprecated Replaced by {@link #getJobStartedAt()}
118
- * @return the jobstarted at Date
119
- */
120
- @ Deprecated
121
- @ JsonIgnore
122
- public Date getJobStarted_at () {
123
- return jobStartedAt ;
124
- }
125
-
126
- /**
127
- * @deprecated Replaced by {@link #setJobStartedAt(Date)}
128
- * @param jobStartedAt new jobstarted at value
129
- */
130
- @ Deprecated
131
- @ JsonIgnore
132
- public void setJobStarted_at (Date jobStartedAt ) {
133
- this .jobStartedAt = jobStartedAt ;
134
- }
135
-
136
116
public Date getJobFinishedAt () {
137
117
return jobFinishedAt ;
138
118
}
@@ -141,25 +121,6 @@ public void setJobFinishedAt(Date jobFinishedAt) {
141
121
this .jobFinishedAt = jobFinishedAt ;
142
122
}
143
123
144
- /**
145
- * @deprecated Replaced by {@link #getJobFinishedAt()}
146
- * @return the jobfinished at Date
147
- */
148
- @ Deprecated
149
- @ JsonIgnore
150
- public Date getJobFinished_at () {
151
- return jobFinishedAt ;
152
- }
153
-
154
- /**
155
- * @deprecated Replaced by {@link #setJobFinishedAt(Date)}
156
- * @param jobFinishedAt new jobfinished at value
157
- */
158
- @ Deprecated
159
- @ JsonIgnore
160
- public void setJobFinished_at (Date jobFinishedAt ) {
161
- this .jobFinishedAt = jobFinishedAt ;
162
- }
163
124
public Integer getJobDuration () {
164
125
return jobDuration ;
165
126
}
You can’t perform that action at this time.
0 commit comments