| Package | Description |
|---|---|
| com.piketec.jenkins.plugins.tpt | |
| com.piketec.jenkins.plugins.tpt.Configuration |
| Modifier and Type | Method and Description |
|---|---|
List<JenkinsConfiguration> |
TptPlugin.getExecutionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getGeneratedReportDir(JenkinsConfiguration ec)
Creates a String with a path to create for the report dir.
|
static String |
Utils.getGeneratedTestDataDir(JenkinsConfiguration ec)
Creates a String with a path to create for the test data dir.
|
static int |
Publish.publishJUnitResults(JenkinsConfiguration jenkinsConfig,
hudson.FilePath testDataDir,
hudson.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TptPlugin.performAsMaster(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.EnvVars environment,
ArrayList<JenkinsConfiguration> normalizedConfigs)
Get the required data to create a TptPluginMasterJobExecutor and excecutes it.
|
boolean |
TptPlugin.performWithoutSlaves(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
hudson.EnvVars environment,
ArrayList<JenkinsConfiguration> normalizedConfigs)
Get the required data to create a TptPluginSingleJobExecutor and excecutes it.
|
| Constructor and Description |
|---|
TptPlugin(String exe,
String exePaths,
String arguments,
boolean isTptMaster,
String slaveJob,
String slaveJobCount,
String slaveJobTries,
String tptBindingName,
String tptPort,
ArrayList<JenkinsConfiguration> executionConfiguration,
String tptStartUpWaitTime,
Boolean enableJunit,
String jUnitreport,
com.piketec.jenkins.plugins.tpt.TptLog.LogLevel jUnitLogLevel)
All the parameter are processed and then they are passed to TptPluginSingleJobExecutor or to
TptPluginMasterJobExecutor
|
| Modifier and Type | Method and Description |
|---|---|
JenkinsConfiguration |
JenkinsConfiguration.replaceAndNormalize(hudson.EnvVars environment) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<JenkinsConfiguration> |
JenkinsConfiguration.getDescriptor() |
Copyright © 2016–2018 PikeTec GmbH. All rights reserved.