Class CustomInputMetric

java.lang.Object
org.jenkinsci.lib.dtkit.model.InputMetric
org.jenkinsci.lib.dtkit.model.InputMetricXSL
org.jenkinsci.plugins.xunit.types.CustomInputMetric
All Implemented Interfaces:
Serializable

public class CustomInputMetric extends org.jenkinsci.lib.dtkit.model.InputMetricXSL
Author:
Gregory Boissinot
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.jenkinsci.lib.dtkit.model.OutputMetric
     
     
    org.jenkinsci.lib.dtkit.model.InputType
     
     
     
     
     
    void
    setCustomXSLFile(File customXSLFile)
     

    Methods inherited from class org.jenkinsci.lib.dtkit.model.InputMetricXSL

    convert, convert, convert, convert, equals, getInputMetricType, getInputXsdClass, getInputXsdFileList, getListXsdInputStream, getOutputXsdNameList, getUserContentXSLDirRelativePath, 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
  • Constructor Details

    • CustomInputMetric

      public CustomInputMetric()
  • Method Details

    • setCustomXSLFile

      public void setCustomXSLFile(File customXSLFile)
    • getToolType

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

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

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

      public File getXslFile()
      Overrides:
      getXslFile in class org.jenkinsci.lib.dtkit.model.InputMetricXSL
    • getXslResourceClass

      public Class getXslResourceClass()
      Overrides:
      getXslResourceClass in class org.jenkinsci.lib.dtkit.model.InputMetricXSL
    • getXslName

      public String getXslName()
      Overrides:
      getXslName in class org.jenkinsci.lib.dtkit.model.InputMetricXSL
    • 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