hudson.plugins.testcomplete
Class TestCompleteInputMetric
java.lang.Object
org.jenkinsci.lib.dtkit.model.InputMetric
org.jenkinsci.lib.dtkit.model.InputMetricXSL
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 |
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 |
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
TestCompleteInputMetric
public TestCompleteInputMetric()
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.