public enum BuildResourceType extends Enum<BuildResourceType>
| Modifier and Type | Method and Description |
|---|---|
static BuildResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildResourceType B_BUILD_STATUS
public static final BuildResourceType B_BUILDER_OUTPUT
public static final BuildResourceType B_BUILDER_STDERR
public static final BuildResourceType B_CO_SIZES_REPORT
public static final BuildResourceType B_PACKAGES_REPORT
public static final BuildResourceType B_CHECKSTYLE_REPORT
public static final BuildResourceType B_CHECKSTYLE_DATA_DIR
public static final BuildResourceType B_FINDBUGS_DATA_DIR
public static final BuildResourceType B_SA_CERTIFICATION_REPORT
public static final BuildResourceType B_DEPLOYMENT_REPORT
public static final BuildResourceType B_DISTRIBUTION_REPORT
public static final BuildResourceType B_DISTRIBUTION_LOG_REPORT
public static final BuildResourceType B_DISTRIBUTION_EXCEPTIONS
public static final BuildResourceType B_RELEASE_NOTES
public static final BuildResourceType B_CONFIGURATIONS_REPORT
public static final BuildResourceType M_CHECKOUT_LOG
public static final BuildResourceType M_BUILD_LOG
public static final BuildResourceType M_HTML_REPORT
public static final BuildResourceType M_TGZ_ARTEFACT
public static final BuildResourceType M_CHECKSTYLE_HTML_REPORT
public static final BuildResourceType M_CHECKSTYLE_XML_REPORT
public static final BuildResourceType M_FINDBUGS_REPORT
public static final BuildResourceType M_DEPLOYMENT_REPORT
public static BuildResourceType[] values()
for (BuildResourceType c : BuildResourceType.values()) System.out.println(c);
public static BuildResourceType 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 © 2013. All Rights Reserved.