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,
org.apache.commons.io.output.DeferredFileOutputStream stdout,
org.apache.commons.io.output.DeferredFileOutputStream stdErr) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.