hudson.plugins.testcomplete
Class TestCompleteTestType

java.lang.Object
  extended by org.jenkinsci.lib.dtkit.type.MetricsType
      extended by org.jenkinsci.lib.dtkit.type.TestType
          extended by 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 Class Summary
static class TestCompleteTestType.DescriptorImpl
           
 
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
 

Constructor Detail

TestCompleteTestType

@DataBoundConstructor
public TestCompleteTestType(String pattern,
                                                 boolean failedIfNotNew,
                                                 boolean deleteOutputFiles,
                                                 boolean stopProcessingIfError,
                                                 String testFilterPattern)
Method Detail

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.