|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.performance.PerformanceReportParser
hudson.plugins.performance.JMeterParser
hudson.plugins.performance.JUnitParser
public class JUnitParser
Parser for JUnit.
| Nested Class Summary | |
|---|---|
static class |
JUnitParser.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.performance.PerformanceReportParser |
|---|
glob |
| Constructor Summary | |
|---|---|
JUnitParser(java.lang.String glob)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultGlobPattern()
|
java.util.Collection<PerformanceReport> |
parse(hudson.model.AbstractBuild<?,?> build,
java.util.Collection<java.io.File> reports,
hudson.model.TaskListener listener)
Parses the specified reports into PerformanceReports. |
| Methods inherited from class hudson.plugins.performance.PerformanceReportParser |
|---|
all, getDescriptor, getReportName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor public JUnitParser(java.lang.String glob)
| Method Detail |
|---|
public java.lang.String getDefaultGlobPattern()
getDefaultGlobPattern in class JMeterParser
public java.util.Collection<PerformanceReport> parse(hudson.model.AbstractBuild<?,?> build,
java.util.Collection<java.io.File> reports,
hudson.model.TaskListener listener)
throws java.io.IOException
PerformanceReportParserPerformanceReports.
parse in class JMeterParserjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||