Uses of Class
com.piketec.jenkins.plugins.tpt.publisher.TPTFile
-
Packages that use TPTFile Package Description com.piketec.jenkins.plugins.tpt.publisher -
-
Uses of TPTFile in com.piketec.jenkins.plugins.tpt.publisher
Methods in com.piketec.jenkins.plugins.tpt.publisher that return TPTFile Modifier and Type Method Description TPTFile[]
TPTReportPage. getTptFiles()
Methods in com.piketec.jenkins.plugins.tpt.publisher with parameters of type TPTFile Modifier and Type Method Description void
TPTReportPage. setTptFiles(TPTFile[] tptFiles)
Set the list of executed TPT filesConstructors in com.piketec.jenkins.plugins.tpt.publisher with parameters of type TPTFile Constructor Description TPTReportPage(Run<?,?> build, TPTTestCase[] failedTests, TPTFile[] tptFiles)
Creates a new TPTRportPage
-