public enum ReportBuildPolicy extends Enum<ReportBuildPolicy>
| Enum Constant and Description |
|---|
ALWAYS |
UNSTABLE |
UNSUCCESSFUL |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
String |
getValue() |
boolean |
isNeedToBuildReport(hudson.model.Run run) |
static ReportBuildPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportBuildPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportBuildPolicy ALWAYS
public static final ReportBuildPolicy UNSTABLE
public static final ReportBuildPolicy UNSUCCESSFUL
public static ReportBuildPolicy[] values()
for (ReportBuildPolicy c : ReportBuildPolicy.values()) System.out.println(c);
public static ReportBuildPolicy 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 getTitle()
public String getValue()
public boolean isNeedToBuildReport(hudson.model.Run run)
Copyright © 2004-2015 Yandex. All Rights Reserved.