Package | Description |
---|---|
org.apache.maven.plugin.surefire.report |
Modifier and Type | Method and Description |
---|---|
ReportEntryType |
WrappedReportEntry.getReportEntryType() |
static ReportEntryType |
ReportEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportEntryType[] |
ReportEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WrappedReportEntry(ReportEntry original,
ReportEntryType reportEntryType,
Integer estimatedElapsed,
String stdout,
String stdErr) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.