public static enum HudsonSoundsNotifier.PLAY_METHOD extends Enum<HudsonSoundsNotifier.PLAY_METHOD>
Modifier and Type | Method and Description |
---|---|
static HudsonSoundsNotifier.PLAY_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HudsonSoundsNotifier.PLAY_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HudsonSoundsNotifier.PLAY_METHOD LOCAL
public static final HudsonSoundsNotifier.PLAY_METHOD PIPE
public static final HudsonSoundsNotifier.PLAY_METHOD BROWSER
public static HudsonSoundsNotifier.PLAY_METHOD[] values()
for (HudsonSoundsNotifier.PLAY_METHOD c : HudsonSoundsNotifier.PLAY_METHOD.values()) System.out.println(c);
public static HudsonSoundsNotifier.PLAY_METHOD 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 nullCopyright © 2016–2022. All rights reserved.