Class ParasoftSOAtest9xInputMetric
- java.lang.Object
-
- org.jenkinsci.lib.dtkit.model.InputMetric
-
- org.jenkinsci.lib.dtkit.model.InputMetricXSL
-
- com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xInputMetric
-
- All Implemented Interfaces:
Serializable
public class ParasoftSOAtest9xInputMetric extends org.jenkinsci.lib.dtkit.model.InputMetricXSL
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParasoftSOAtest9xInputMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getInputXsdNameList()
org.jenkinsci.lib.dtkit.model.OutputMetric
getOutputFormatType()
String
getToolName()
org.jenkinsci.lib.dtkit.model.InputType
getToolType()
String
getToolVersion()
String
getXslName()
-
Methods inherited from class org.jenkinsci.lib.dtkit.model.InputMetricXSL
convert, convert, convert, convert, equals, getInputMetricType, getInputXsdClass, getInputXsdFileList, getListXsdInputStream, getOutputXsdNameList, getUserContentXSLDirRelativePath, getXslFile, getXslInputStream, getXslResourceClass, hashCode, validateInputFile, validateOutputFile
-
-
-
-
Method Detail
-
getToolType
public org.jenkinsci.lib.dtkit.model.InputType getToolType()
- Overrides:
getToolType
in classorg.jenkinsci.lib.dtkit.model.InputMetric
-
getToolName
public String getToolName()
- Overrides:
getToolName
in classorg.jenkinsci.lib.dtkit.model.InputMetric
-
getToolVersion
public String getToolVersion()
- Overrides:
getToolVersion
in classorg.jenkinsci.lib.dtkit.model.InputMetric
-
getXslName
public String getXslName()
- Overrides:
getXslName
in classorg.jenkinsci.lib.dtkit.model.InputMetricXSL
-
getInputXsdNameList
public String[] getInputXsdNameList()
- Overrides:
getInputXsdNameList
in classorg.jenkinsci.lib.dtkit.model.InputMetricXSL
-
getOutputFormatType
public org.jenkinsci.lib.dtkit.model.OutputMetric getOutputFormatType()
- Overrides:
getOutputFormatType
in classorg.jenkinsci.lib.dtkit.model.InputMetric
-
-