Uses of Class
com.piketec.jenkins.plugins.tpt.TptLogger
Packages that use TptLogger
-
Uses of TptLogger in com.piketec.jenkins.plugins.tpt
Methods in com.piketec.jenkins.plugins.tpt with parameters of type TptLoggerModifier and TypeMethodDescriptionstatic boolean
Utils.checkId
(JenkinsConfiguration ec, Run<?, ?> build, TptLogger logger) Check for duplicate ID of already finished JenkinsConfiguration.static boolean
Utils.checkIdAndAddInvisibleActionTPTExecution
(JenkinsConfiguration resolvedConfig, Run<?, ?> build, TptLogger logger) Check for duplicate ID of already finished JenkinsConfiguration.static boolean
removes and executes a list of CleanUpTask from the registrystatic void
Utils.copyRecursive
(FilePath from, FilePath to, TptLogger logger) Copies all files from a remote location to another remote location.static EnvVars
Utils.getEnvironment
(AbstractBuild<?, ?> build, Launcher launcher, TptLogger logger) Get the environment variables for a build.static com.piketec.jenkins.plugins.tpt.TestCasesParseResult
Publish.getTestcases
(FilePath testDataDir, TptLogger logger) Collects recursively all test cases by searching for "testcase_information.xml" files in "rootdir".static int
Publish.publishJUnitResults
(JenkinsConfiguration jenkinsConfig, FilePath testDataDir, FilePath jUnitOutputDir, TptLogger logger, com.piketec.jenkins.plugins.tpt.TptLog.LogLevel logLevel) Publish the Junits results, it creates an XML file and write the results on it.Constructors in com.piketec.jenkins.plugins.tpt with parameters of type TptLogger -
Uses of TptLogger in com.piketec.jenkins.plugins.tpt.api.callables
Methods in com.piketec.jenkins.plugins.tpt.api.callables that return TptLogger