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 booleanUtils.checkId(JenkinsConfiguration ec, Run<?, ?> build, TptLogger logger) Check for duplicate ID of already finished JenkinsConfiguration.static booleanUtils.checkIdAndAddInvisibleActionTPTExecution(JenkinsConfiguration resolvedConfig, Run<?, ?> build, TptLogger logger) Check for duplicate ID of already finished JenkinsConfiguration.static booleanremoves and executes a list of CleanUpTask from the registrystatic voidUtils.copyRecursive(FilePath from, FilePath to, TptLogger logger) Copies all files from a remote location to another remote location.static EnvVarsUtils.getEnvironment(AbstractBuild<?, ?> build, Launcher launcher, TptLogger logger) Get the environment variables for a build.static com.piketec.jenkins.plugins.tpt.TestCasesParseResultPublish.getTestcases(FilePath testDataDir, TptLogger logger) Collects recursively all test cases by searching for "testcase_information.xml" files in "rootdir".static intPublish.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