public abstract class TestType extends MetricsType implements Describable<TestType>
ExtensionPoint.LegacyInstancesAreScopedToHudson| 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 ExtensionList<TestType> |
all() |
TestTypeDescriptor<? extends TestType> |
getDescriptor() |
org.jenkinsci.lib.dtkit.model.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 Describable<TestType>public static ExtensionList<TestType> all()
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()
getInputMetric in class MetricsTypeCopyright © 2016–2020. All rights reserved.