hudson.plugins.testcomplete
Class TestCompleteInputMetric

java.lang.Object
  extended by org.jenkinsci.lib.dtkit.model.InputMetric
      extended by org.jenkinsci.lib.dtkit.model.InputMetricXSL
          extended by hudson.plugins.testcomplete.TestCompleteInputMetric
All Implemented Interfaces:
Serializable

public class TestCompleteInputMetric
extends org.jenkinsci.lib.dtkit.model.InputMetricXSL

Author:
Fernando Miguélez Palomo
See Also:
Serialized Form

Field Summary
static String PARAM_TEST_PATTERN
          Parameter that defines the regular expression to apply to transformation so only those tests matching it will be included
 
Constructor Summary
TestCompleteInputMetric()
           
 
Method Summary
 void convert(File inputFile, File outFile, Map<String,Object> params)
           
 String[] getInputXsdNameList()
           
 org.jenkinsci.lib.dtkit.model.OutputMetric getOutputFormatType()
           
 String getToolName()
           
 org.jenkinsci.lib.dtkit.model.InputType getToolType()
           
 String getToolVersion()
           
 String getXslName()
           
 Class<?> getXslResourceClass()
          Gets the Class (namespace) of the xsl file resource
protected  void setTestFilterPattern(String testFilterPattern)
           
 
Methods inherited from class org.jenkinsci.lib.dtkit.model.InputMetricXSL
convert, convert, convert, equals, getInputMetricType, getInputXsdClass, getInputXsdFileList, getListXsdInputStream, getOutputXsdNameList, getUserContentXSLDirRelativePath, getXslFile, getXslInputStream, hashCode, validateInputFile, validateOutputFile
 
Methods inherited from class org.jenkinsci.lib.dtkit.model.InputMetric
getInputValidationErrors, getLabel, getOutputValidationErrors, isDefault, setInputMetricType, setInputValidationErrors, setLabel, setOutputFormatType, setOutputValidationErrors, setToolName, setToolType, setToolVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_TEST_PATTERN

public static final String PARAM_TEST_PATTERN
Parameter that defines the regular expression to apply to transformation so only those tests matching it will be included

See Also:
Constant Field Values
Constructor Detail

TestCompleteInputMetric

public TestCompleteInputMetric()
Method Detail

getToolType

public org.jenkinsci.lib.dtkit.model.InputType getToolType()
Overrides:
getToolType in class org.jenkinsci.lib.dtkit.model.InputMetric

getToolName

public String getToolName()
Overrides:
getToolName in class org.jenkinsci.lib.dtkit.model.InputMetric

getToolVersion

public String getToolVersion()
Overrides:
getToolVersion in class org.jenkinsci.lib.dtkit.model.InputMetric

getXslName

public String getXslName()
Overrides:
getXslName in class org.jenkinsci.lib.dtkit.model.InputMetricXSL

setTestFilterPattern

protected void setTestFilterPattern(String testFilterPattern)

getXslResourceClass

public Class<?> getXslResourceClass()
Gets the Class (namespace) of the xsl file resource

Overrides:
getXslResourceClass in class org.jenkinsci.lib.dtkit.model.InputMetricXSL
Returns:
the resource class (for loading)

getInputXsdNameList

public String[] getInputXsdNameList()
Overrides:
getInputXsdNameList in class org.jenkinsci.lib.dtkit.model.InputMetricXSL

getOutputFormatType

public org.jenkinsci.lib.dtkit.model.OutputMetric getOutputFormatType()
Overrides:
getOutputFormatType in class org.jenkinsci.lib.dtkit.model.InputMetric

convert

public void convert(File inputFile,
                    File outFile,
                    Map<String,Object> params)
             throws org.jenkinsci.lib.dtkit.util.converter.ConversionException
Overrides:
convert in class org.jenkinsci.lib.dtkit.model.InputMetricXSL
Throws:
org.jenkinsci.lib.dtkit.util.converter.ConversionException


Copyright © 2004-2015. All Rights Reserved.