Uses of Class
com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
Packages that use JenkinsConfiguration
-
Uses of JenkinsConfiguration in com.piketec.jenkins.plugins.tpt
Methods in com.piketec.jenkins.plugins.tpt that return JenkinsConfigurationMethods in com.piketec.jenkins.plugins.tpt that return types with arguments of type JenkinsConfigurationMethods in com.piketec.jenkins.plugins.tpt with parameters of type JenkinsConfigurationModifier 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 StringUtils.getGeneratedReportDir(JenkinsConfiguration ec) Creates a String with a path to create for the report dir.static StringUtils.getGeneratedTestDataDir(JenkinsConfiguration ec) Creates a String with a path to create for the test data dir.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.Method parameters in com.piketec.jenkins.plugins.tpt with type arguments of type JenkinsConfigurationModifier and TypeMethodDescriptionbooleanTptPlugin.performAsDistributingJob(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars environment, ArrayList<JenkinsConfiguration> configs) Get the required data to create aTptPluginDistributingJobExecutorand excecutes it.booleanTptPlugin.performWithoutWorkerJobs(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars environment, ArrayList<JenkinsConfiguration> configs) Get the required data to create aTptPluginSingleJobExecutorand excecutes it.Constructors in com.piketec.jenkins.plugins.tpt with parameters of type JenkinsConfigurationModifierConstructorDescriptionWorkLoad(JenkinsConfiguration unresolvedConfig, List<String> subTestSet, FilePath distributingJobWorkspace, Run<?, ?> distributingJobRun, FilePath distributingJobDataDir, FilePath distributingJobReportDir) Constructor parameters in com.piketec.jenkins.plugins.tpt with type arguments of type JenkinsConfigurationModifierConstructorDescriptionTptPlugin(String exePaths, ArrayList<JenkinsConfiguration> executionConfiguration) All the parameter are processed and then they are passed to TptPluginSingleJobExecutor or to TptPluginMasterJobExecutor -
Uses of JenkinsConfiguration in com.piketec.jenkins.plugins.tpt.Configuration
Methods in com.piketec.jenkins.plugins.tpt.Configuration that return JenkinsConfigurationModifier and TypeMethodDescriptionJenkinsConfiguration.replaceAndNormalize(EnvVars environment) This method resolves all variables that are used for the definition of the test set and the execution configuration, but not for the directories.Methods in com.piketec.jenkins.plugins.tpt.Configuration that return types with arguments of type JenkinsConfiguration