public static enum GitlabRunner.RunnerScope extends Enum<GitlabRunner.RunnerScope>
Enum Constant and Description |
---|
ACTIVE |
ALL |
ONLINE |
PAUSED |
SHARED |
SPECIFIC |
Modifier and Type | Method and Description |
---|---|
String |
getScope() |
static GitlabRunner.RunnerScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitlabRunner.RunnerScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GitlabRunner.RunnerScope SPECIFIC
public static final GitlabRunner.RunnerScope SHARED
public static final GitlabRunner.RunnerScope ACTIVE
public static final GitlabRunner.RunnerScope PAUSED
public static final GitlabRunner.RunnerScope ONLINE
public static final GitlabRunner.RunnerScope ALL
public static GitlabRunner.RunnerScope[] values()
for (GitlabRunner.RunnerScope c : GitlabRunner.RunnerScope.values()) System.out.println(c);
public static GitlabRunner.RunnerScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getScope()
Copyright © 2019. All rights reserved.