R - report entry type, see WrappedReportEntry from module the maven-surefire-commonS - test-set statistics, see TestSetStats from module the maven-surefire-commonC - mojo config, see DefaultStatelessReportMojoConfiguration from maven-surefire-commonpublic abstract class StatelessReporter<R extends TestSetReportEntry,S,C extends StatelessReportMojoConfiguration> extends Object
| Constructor and Description |
|---|
StatelessReporter() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone(ClassLoader target) |
abstract StatelessReportEventListener<R,S> |
createListener(C configuration)
Creates reporter.
|
String |
getVersion() |
boolean |
isDisable() |
void |
setDisable(boolean disable) |
void |
setVersion(String version) |
String |
toString() |
public abstract StatelessReportEventListener<R,S> createListener(C configuration)
public abstract Object clone(ClassLoader target)
public boolean isDisable()
public void setDisable(boolean disable)
public String getVersion()
public void setVersion(String version)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.