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
579418fb
Commit
579418fb
authored
Apr 10, 2020
by
Greg Messner
Browse files
Added UPDATED_AT to PipelineOrderBy (#547)
parent
265d0c27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
579418fb
...
...
@@ -156,7 +156,7 @@ public interface Constants {
/** Enum to use for ordering the results of getPipelines(). */
public
enum
PipelineOrderBy
{
ID
,
STATUS
,
REF
,
USER_ID
;
ID
,
STATUS
,
REF
,
UPDATED_AT
,
USER_ID
;
private
static
JacksonJsonEnumHelper
<
PipelineOrderBy
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
PipelineOrderBy
.
class
);
...
...
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