public class StatelessReportMojoConfiguration extends Object
Constructor and Description |
---|
StatelessReportMojoConfiguration(File reportsDirectory,
String reportNameSuffix,
boolean trimStackTrace,
int rerunFailingTestsCount,
String xsdSchemaLocation,
boolean enableOutErrElements,
boolean enablePropertiesElement) |
Modifier and Type | Method and Description |
---|---|
String |
getReportNameSuffix() |
File |
getReportsDirectory() |
int |
getRerunFailingTestsCount() |
String |
getXsdSchemaLocation() |
boolean |
isEnableOutErrElements() |
boolean |
isEnablePropertiesElement() |
boolean |
isTrimStackTrace() |
public File getReportsDirectory()
public String getReportNameSuffix()
public boolean isTrimStackTrace()
public int getRerunFailingTestsCount()
public String getXsdSchemaLocation()
public boolean isEnableOutErrElements()
public boolean isEnablePropertiesElement()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.