public final class RunType extends ExpandableStringEnum<RunType>
Modifier and Type | Field and Description |
---|---|
static RunType |
AUTO_BUILD
Static value AutoBuild for RunType.
|
static RunType |
AUTO_RUN
Static value AutoRun for RunType.
|
static RunType |
QUICK_BUILD
Static value QuickBuild for RunType.
|
static RunType |
QUICK_RUN
Static value QuickRun for RunType.
|
Constructor and Description |
---|
RunType() |
Modifier and Type | Method and Description |
---|---|
static RunType |
fromString(String name)
Creates or finds a RunType from its string representation.
|
static Collection<RunType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final RunType QUICK_BUILD
public static final RunType QUICK_RUN
public static final RunType AUTO_BUILD
public static final RunType AUTO_RUN
public static RunType fromString(String name)
name
- a name to look forpublic static Collection<RunType> values()
Copyright © 2019. All rights reserved.