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
c83cbad2
Commit
c83cbad2
authored
Jun 07, 2019
by
Greg Messner
Browse files
Deprecated the SPECIFIC and SHARED RunnerStatus values (#373).
parent
35e83d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Runner.java
View file @
c83cbad2
...
...
@@ -21,7 +21,17 @@ public class Runner {
* Enum to use for RunnersApi filtering on status.
*/
public
enum
RunnerStatus
{
SPECIFIC
,
SHARED
,
ACTIVE
,
ONLINE
,
PAUSED
,
OFFLINE
;
/** @deprecated This RunnerStatus value is deprecated and will be removed in a future release. */
@Deprecated
SPECIFIC
,
/** @deprecated This RunnerStatus value is deprecated and will be removed in a future release. */
@Deprecated
SHARED
,
ACTIVE
,
ONLINE
,
PAUSED
,
OFFLINE
;
private
static
JacksonJsonEnumHelper
<
RunnerStatus
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
RunnerStatus
.
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