public enum TaigaModule extends Enum<TaigaModule>
Modifier and Type | Method and Description |
---|---|
String |
toModuleKey() |
static TaigaModule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaigaModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaigaModule BITBUCKET
public static final TaigaModule GITHUB
public static final TaigaModule GITLAB
public static final TaigaModule GOGS
public static TaigaModule[] values()
for (TaigaModule c : TaigaModule.values()) System.out.println(c);
public static TaigaModule 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 toModuleKey()
Copyright © 2011–2016 Red Hat. All rights reserved.