hudson.plugins.testcomplete
Class TestCompleteTestType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.TestType
hudson.plugins.testcomplete.TestCompleteTestType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<org.jenkinsci.lib.dtkit.type.TestType>, Serializable
public class TestCompleteTestType
- extends org.jenkinsci.lib.dtkit.type.TestType
- Author:
- Fernando Miguélez Palomo
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary |
TestCompleteTestType(String pattern,
boolean failedIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError,
String testFilterPattern)
|
Method Summary |
org.jenkinsci.lib.dtkit.descriptor.TestTypeDescriptor<?> |
getDescriptor()
|
Methods inherited from class org.jenkinsci.lib.dtkit.type.TestType |
all, getInputMetric |
Methods inherited from class org.jenkinsci.lib.dtkit.type.MetricsType |
getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCompleteTestType
@DataBoundConstructor
public TestCompleteTestType(String pattern,
boolean failedIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError,
String testFilterPattern)
getDescriptor
public org.jenkinsci.lib.dtkit.descriptor.TestTypeDescriptor<?> getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<org.jenkinsci.lib.dtkit.type.TestType>
- Overrides:
getDescriptor
in class org.jenkinsci.lib.dtkit.type.TestType
Copyright © 2004-2015. All Rights Reserved.