public enum ProxyMode extends Enum<ProxyMode> implements KiuwanModelObject
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getValue() |
static ProxyMode |
valueFrom(String value) |
static ProxyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyMode NONE
public static final ProxyMode JENKINS
public static final ProxyMode CUSTOM
public static ProxyMode[] values()
for (ProxyMode c : ProxyMode.values()) System.out.println(c);
public static ProxyMode 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 getDisplayName()
getDisplayName
in interface KiuwanModelObject
public String getValue()
getValue
in interface KiuwanModelObject
Copyright © 2016–2021. All rights reserved.