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