public abstract class TestType extends MetricsType implements hudson.model.Describable<TestType>
| Modifier | Constructor and Description |
|---|---|
protected |
TestType(String pattern) |
protected |
TestType(String pattern,
boolean skipNoTestFiles,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError) |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<TestType> |
all() |
TestTypeDescriptor<? extends TestType> |
getDescriptor() |
InputMetric |
getInputMetric() |
getExcludesPattern, getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve, setDeleteOutputFiles, setExcludesPattern, setFailIfNotNew, setSkipNoTestFiles, setStopProcessingIfErrorprotected TestType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
protected TestType(String pattern)
public TestTypeDescriptor<? extends TestType> getDescriptor()
getDescriptor in interface hudson.model.Describable<TestType>public static hudson.ExtensionList<TestType> all()
public InputMetric getInputMetric()
getInputMetric in class MetricsTypeCopyright © 2004–2020. All rights reserved.