A B C D E F G I J M O P R S T U W 
All Classes All Packages

A

addTestCase(TptVersion, TestSet, Scenario) - Static method in class com.piketec.jenkins.plugins.tpt.TptApiHelper
Adds a test case to the test set.

B

buildNummer - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
The number of the Jenkins build

C

call() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.CleanUpCallable
 
call() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.ExecuteTestsSlaveCallable
 
call() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallable
 
call() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.RunOverviewReportCallable
 
characters(char[], int, int) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseParser
 
characters(char[], int, int) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseSummaryParser
 
checkId(JenkinsConfiguration, Run<?, ?>, TptLogger) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Check for duplicate ID of already finished JenkinsConfiguration.
checkIdAndAddInvisibleActionTPTExecution(JenkinsConfiguration, Run<?, ?>, TptLogger) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Check for duplicate ID of already finished JenkinsConfiguration.
checkRoles(RoleChecker) - Method in class com.piketec.jenkins.plugins.tpt.api.callables.CleanUpCallable
 
checkRoles(RoleChecker) - Method in class com.piketec.jenkins.plugins.tpt.api.callables.ExecuteTestsSlaveCallable
 
checkRoles(RoleChecker) - Method in class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallable
 
checkRoles(RoleChecker) - Method in class com.piketec.jenkins.plugins.tpt.api.callables.RunOverviewReportCallable
 
clean(String, Run<?, ?>) - Static method in class com.piketec.jenkins.plugins.tpt.WorkLoad
Cleans the workload if there is an Interrupted Exeption.
cleanUp(Run<?, ?>, TptLogger) - Static method in class com.piketec.jenkins.plugins.tpt.CleanUpTask
removes and executes a list of CleanUpTask from the registry
CleanUpCallable - Class in com.piketec.jenkins.plugins.tpt.api.callables
This code is executed on a Jenkins Agent.
CleanUpCallable(TaskListener, String, int, String, FilePath[], long, FilePath) - Constructor for class com.piketec.jenkins.plugins.tpt.api.callables.CleanUpCallable
 
CleanUpTask - Class in com.piketec.jenkins.plugins.tpt
Task to execute after executing a builder.
CleanUpTask(Run<?, ?>, CleanUpCallable, Launcher) - Constructor for class com.piketec.jenkins.plugins.tpt.CleanUpTask
Creates and enqueues an clean up taks that will be executed when calling CleanUpTask.cleanUp(Run, TptLogger)
com.piketec.jenkins.plugins.tpt - package com.piketec.jenkins.plugins.tpt
 
com.piketec.jenkins.plugins.tpt.api.callables - package com.piketec.jenkins.plugins.tpt.api.callables
 
com.piketec.jenkins.plugins.tpt.Configuration - package com.piketec.jenkins.plugins.tpt.Configuration
 
com.piketec.jenkins.plugins.tpt.publisher - package com.piketec.jenkins.plugins.tpt.publisher
 
copyRecursive(FilePath, FilePath, TptLogger) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Copies all files from a remote location to another remote location.

D

debug(String) - Method in class com.piketec.jenkins.plugins.tpt.TptLogger
Report an debug message.
DEFAULT_SLAVE_JOB_COUNT - Static variable in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
DEFAULT_SLAVE_JOB_TRIES - Static variable in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
deleteFiles(FilePath) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
TPT changes its workind directory during execution, fails to set it back correctly after multicore execution and prevents the deletion of test data directory.
DescriptorImpl() - Constructor for class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher.DescriptorImpl
In order to load the persisted global configuration, you have to call load() in the constructor.
DescriptorImpl() - Constructor for class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
doCheckConfiguration(String) - Static method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration.DescriptorImpl
 
doCheckExePaths(String) - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
Basic validation of the entered paths to tpt.exe.
doCheckTptFile(File) - Static method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration.DescriptorImpl
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
This method is called when an InvisibleActionHostingHtml object is created.
doDynamic(StaplerRequest, StaplerResponse) - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
Implicitly called jelly to create a html response
doDynamic(StaplerRequest, StaplerResponse) - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
This method is called when an object from this class is created.
doDynamic(StaplerRequest, StaplerResponse) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
This method is called everytime the page is refreshed.
doFillJUnitLogLevelItems() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
Makes the combobox list on the descriptor with all the possible options for the JunitLogLevel

E

endElement(String, String, String) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseParser
 
endElement(String, String, String) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseSummaryParser
 
error - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
The number of TPT test cases with execution error
error(String) - Method in class com.piketec.jenkins.plugins.tpt.TptLogger
Report an error message
executeTestsSlave(FilePath, String, String, FilePath, FilePath, List<String>) - Method in class com.piketec.jenkins.plugins.tpt.TptApiAccess
Executes all test cases named in testSetList as a sub set of the given test set.
ExecuteTestsSlaveCallable - Class in com.piketec.jenkins.plugins.tpt.api.callables
The Callable executes tpt test cases on a Jenkins Agent via the TPT API.
ExecuteTestsSlaveCallable(TaskListener, int, String, FilePath[], List<String>, long, FilePath, FilePath, FilePath, String, List<String>, String) - Constructor for class com.piketec.jenkins.plugins.tpt.api.callables.ExecuteTestsSlaveCallable
Create a new callable to execute a subset of tests of a given test set as part of a complete test execution.

F

failed - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
The number of failed TPT test cases
find(FilePath, String, Collection<FilePath>) - Static method in class com.piketec.jenkins.plugins.tpt.Publish
find all files in directory "root" with file name "pattern" and stores them in collection "files"

G

getAbsolutePath(File, File) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Builds a absolute path from the workspace directory and the given path.
getApi() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
Starts TPT if necessary and returns a TPT API connection for the settings given in the constructor
getApiIfTptIsOpen() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
Only returns the TPT API if TPT is already running.
getArguments() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
Common command line opts.
getArguments() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
Common command line opts.
getBuild() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
 
getBuild() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getConfiguration() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getConfiguration() - Method in class com.piketec.jenkins.plugins.tpt.InvisibleActionTPTExecution
 
getConfiguration() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getDefaultEnableJunit() - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDefaultEnableTest() - Static method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration.DescriptorImpl
 
getDefaultExePaths() - Static method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
getDefaultIsTptMaster() - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDefaultJUnitLogLevel() - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDefaultTimeout() - Static method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration.DescriptorImpl
 
getDefaultTptBindingName() - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDefaultTptBindingName() - Static method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
getDefaultTptPort() - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDefaultTptPort() - Static method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
getDefaultTptStartUpWaitTime() - Static method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDefaultTptStartUpWaitTime() - Static method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
getDescriptor() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getDescriptor() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher
 
getDescriptor() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getDescriptor() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration.DescriptorImpl
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher.DescriptorImpl
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
getDisplayName() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Host images, HTML report and failed report
getEnvironment(AbstractBuild<?, ?>, Launcher, TptLogger) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Get the environment variables for a build.
getError() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getErrorCount() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getExecutionConfigName() - Method in class com.piketec.jenkins.plugins.tpt.Testcase
 
getExecutionConfiguration() - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
 
getExecutionConfiguration() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getExecutionConfiguration() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getExecutionDate() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getExecutionError() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getExePaths() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getExePaths() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
getFailed() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getFailed() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getFailedBuilds() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getFailedCount() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getFailedSince() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getFailedTests() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getFilePath() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.CleanUpCallable
 
getGeneratedReportDir(JenkinsConfiguration) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Creates a String with a path to create for the report dir.
getGeneratedTestDataDir(JenkinsConfiguration) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Creates a String with a path to create for the test data dir.
getHistoryData() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getIconFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
 
getIconFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
 
getIconFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
 
getIconFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getIconFileName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getId() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getId() - Method in class com.piketec.jenkins.plugins.tpt.InvisibleActionTPTExecution
 
getId() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
 
getId() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getImageDir(Run<?, ?>) - Static method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportUtils
Get the image diretory.
getInconclusive() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getInconclusive() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getInconclusiveCount() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getInvisibleActionTPTExecutions(Run<?, ?>) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Get all InvisibleActionTPTExecution of a build.
getIsTptMaster() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getJenkinsConfig() - Method in class com.piketec.jenkins.plugins.tpt.WorkLoad
 
getJenkinsConfigId() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getJenkinsConfigId() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getJUnitLogLevel() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
The severity level of TPT log messages that will be written to failed JUnit tests.
getJUnitreport() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
Report dir (optional).
getLogger() - Method in class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
 
getLogger() - Method in class com.piketec.jenkins.plugins.tpt.TptLogger
get access to the underlying message stream
getMasterDataDir() - Method in class com.piketec.jenkins.plugins.tpt.WorkLoad
 
getMasterId() - Method in class com.piketec.jenkins.plugins.tpt.WorkLoad
 
getMasterReportDir() - Method in class com.piketec.jenkins.plugins.tpt.WorkLoad
 
getMasterWorkspace() - Method in class com.piketec.jenkins.plugins.tpt.WorkLoad
 
getName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
 
getNumberFromHistory(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Used to calculate the actual build number of the 'failed since' build, failed since is always >=1
getPassed() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getPassed() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getPassedCount() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getPieChart() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getPikeTecDir(Run<?, ?>) - Static method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportUtils
 
getPlatform() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getPlatformName() - Method in class com.piketec.jenkins.plugins.tpt.Testcase
 
getProject() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getProjectActions() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getReportDir() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getReportDir() - Method in class com.piketec.jenkins.plugins.tpt.InvisibleActionTPTExecution
 
getReportDir(File, String) - Static method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportUtils
Get the report directory
getReportFile() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
In the test_summary.xml file are the relative paths to the report listed for each test case.
getRequiredMonitorService() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher
 
getResult() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getRun() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getSlaveJob() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getSlaveJobCount() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getSlaveJobTries() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getTarget() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
 
getTarget() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
 
getTarget() - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
 
getTarget() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getTarget() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getTestCaseName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
 
getTestcases(FilePath, TptLogger) - Static method in class com.piketec.jenkins.plugins.tpt.Publish
Collects recursively all test cases by searching for "testcase_information.xml" files in "rootdir".
getTestCases() - Method in class com.piketec.jenkins.plugins.tpt.WorkLoad
 
getTestCases(FilePath, String, String) - Method in class com.piketec.jenkins.plugins.tpt.TptApiAccess
Get all test cases for the given test set.
GetTestCasesCallable - Class in com.piketec.jenkins.plugins.tpt.api.callables
This Callable returns a list of all testcase for the given parameters.
GetTestCasesCallable(TaskListener, int, String, FilePath[], List<String>, long, FilePath, String, String) - Constructor for class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallable
 
GetTestCasesCallableResult - Class in com.piketec.jenkins.plugins.tpt.api.callables
Data container for the result returned by GetTestCasesCallable.
getTestCasesFromTestSet(TptVersion, TestSet) - Static method in class com.piketec.jenkins.plugins.tpt.TptApiHelper
Get the test cases that are part of the given test set.
getTestdataDir() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getTestDataDir() - Method in class com.piketec.jenkins.plugins.tpt.InvisibleActionTPTExecution
 
getTestSet() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getTimeout() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getTotal() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
 
getTptBindingName() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getTptBindingName() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
getTptFile() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
getTptFile() - Method in class com.piketec.jenkins.plugins.tpt.InvisibleActionTPTExecution
 
getTptFiles() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getTptPluginRootDir() - Static method in class com.piketec.jenkins.plugins.tpt.Utils
 
getTptPort() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getTptPort() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
getTptStartUpWaitTime() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
getTptStartUpWaitTime() - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
getUrlName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
 
getUrlName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
 
getUrlName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
 
getUrlName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
getUrlName() - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
 
getVersion(TptApi) - Static method in class com.piketec.jenkins.plugins.tpt.TptVersion
Read and parses the TPT version behind an TptApi object.

I

inconclusive - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
The number of inconclusive TPT test cases
info(String) - Method in class com.piketec.jenkins.plugins.tpt.TptLogger
Report an info message.
interrupt(String) - Method in class com.piketec.jenkins.plugins.tpt.TptLogger
Report an interrupt message
InvisibleActionHostingHtml - Class in com.piketec.jenkins.plugins.tpt.publisher
An invisibale action to show HTML reports
InvisibleActionHostingHtml(Run<?, ?>, String) - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingHtml
This class is for hosting the HTML Report in an action.
InvisibleActionHostingImages - Class in com.piketec.jenkins.plugins.tpt.publisher
An invisible action to display images
InvisibleActionHostingImages(Run<?, ?>) - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
Similar to InvisibleActionHostingHtml but with the images, such as the pie chart.
InvisibleActionTPTExecution - Class in com.piketec.jenkins.plugins.tpt
Invisible action to store data about executed JenkinsConfiguration to make them available later for report generation.
InvisibleActionTPTExecution(JenkinsConfiguration) - Constructor for class com.piketec.jenkins.plugins.tpt.InvisibleActionTPTExecution
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave.DescriptorImpl
 
isAtLeast(int, int) - Method in class com.piketec.jenkins.plugins.tpt.TptVersion
Checks if this version is greater or equals than the given version.
isEnableJunit() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
isEnableTest() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
isIsTptMaster() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
isValidWidnowsFileName(String) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Checks if name does not contain a lien break, <, >, :, \, ", /, \, |, ?, * nor matches any of the reserved names CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

J

JenkinsConfiguration - Class in com.piketec.jenkins.plugins.tpt.Configuration
Repeatable subelement for the TPT configuration.
JenkinsConfiguration(String, String, String) - Constructor for class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
the execution configuration is used by tpt to determine which file and which arguments is used.
JenkinsConfiguration.DescriptorImpl - Class in com.piketec.jenkins.plugins.tpt.Configuration
Inline class for jenkins.

M

major - Variable in class com.piketec.jenkins.plugins.tpt.TptVersion
The main TPT version

O

onAttached(Run<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
onLoad(Run<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
 
OpenReportForFailedTestAction - Class in com.piketec.jenkins.plugins.tpt.publisher
Action to open a TPT report of a failed test case
OpenReportForFailedTestAction(Run<?, ?>, String, String, String, String, String, String) - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
This class is made for generating the failed html on the TPTReportPage.

P

parseCommandLine(String) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Translates a command line String to seperate arguments using Commandline.translateCommandline(String).
parseXml(FilePath) - Static method in class com.piketec.jenkins.plugins.tpt.TestcaseParser
Parse an XML file to retrieve a testcase info instance (non null)
parseXml(FilePath) - Static method in class com.piketec.jenkins.plugins.tpt.TestcaseSummaryParser
Parse an XML file to retrieve a testcase info instance (non null)
passed - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
The number of passed TPT test cases
perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher
Creates the directories on the build directory, loops over all JenkinsConfigurations and extract from each one the data from the "test_summary.xml".
perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
It collects the necesary data (tpt exe path, tpt Port, tpt bindingname and tpt expandedTptStartupWaitTime) from the environment.
performAsMaster(Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars, ArrayList<JenkinsConfiguration>) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
Get the required data to create a TptPluginMasterJobExecutor and excecutes it.
performWithoutSlaves(Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars, ArrayList<JenkinsConfiguration>) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
Get the required data to create a TptPluginSingleJobExecutor and excecutes it.
pollWorkload(String) - Static method in class com.piketec.jenkins.plugins.tpt.WorkLoad
Pops the workload from the static HashMap.
Publish - Class in com.piketec.jenkins.plugins.tpt
Class for helper methods to collect and tranform TPT test result.
Publish() - Constructor for class com.piketec.jenkins.plugins.tpt.Publish
 
publishJUnitResults(JenkinsConfiguration, FilePath, FilePath, TptLogger, TptLog.LogLevel) - Static method in class com.piketec.jenkins.plugins.tpt.Publish
Publish the Junits results, it creates an XML file and write the results on it.
putWorkLoad(String, WorkLoad) - Static method in class com.piketec.jenkins.plugins.tpt.WorkLoad
Adds a workload to the static HashMap.

R

readResolve() - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
readResolve() - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
This method is used to persist the data format when upgrading the plugin.
replaceAndNormalize(EnvVars) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
This method resolves all variables that are used for the definition of the test set and the execution configuration, but not for the directories.
ResultData() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
 
RUN_BUILD - Static variable in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
runOverviewReport(FilePath, String, String, FilePath, FilePath) - Method in class com.piketec.jenkins.plugins.tpt.TptApiAccess
Creates an overview report for already available test data.
RunOverviewReportCallable - Class in com.piketec.jenkins.plugins.tpt.api.callables
This class creates the tpt overview report.
RunOverviewReportCallable(TaskListener, int, String, FilePath[], List<String>, long, FilePath, String, String, FilePath, FilePath) - Constructor for class com.piketec.jenkins.plugins.tpt.api.callables.RunOverviewReportCallable
 

S

setArguments(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setArguments(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
setBuild(AbstractBuild<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the Jenkins build
setBuild(Run<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
Set the Jenkins build for this action
setEnableJunit(boolean) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setEnableTest(boolean) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
setError(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
Set the number of tests with execution error of the last build of the jenkins project this trend graph belongs to.
setErrorCount(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the number of test cases with execution error
setExe(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
Deprecated.
setExecutionConfigName(String) - Method in class com.piketec.jenkins.plugins.tpt.Testcase
 
setExecutionConfiguration(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
set the name of the TPT execution configuration
setExecutionConfiguration(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the name of the executed execution configuration
setExecutionDate(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the date of the TPT test execution
setFailed(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
Set the number of failed tests of the last build of the jenkins project this trend graph belongs to.
setFailedBuilds(ArrayList<Integer>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
Set the number of failed builds of the jenkins project this trend graph belongs to
setFailedCount(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the number of failed test cases
setFailedSince(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the number of builds this test failed
setFailedTests(ArrayList<TPTTestCase>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the list of failed test cases
setFileName(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the name of the TPT file
setId(String) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
setId(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the test case id
setInconclusive(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
Set the number of inconclusive tests of the last build of the jenkins project this trend graph belongs to.
setInconclusiveCount(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the number of inconclusive test cases
setIsTptMaster(boolean) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
Should testcase execution be delegated to a sub job or is this run as a single job.
setJenkinsConfigId(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the unique id of the jenkins configuartion that test case ran on.
setjUnitLogLevel(TptLog.LogLevel) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setjUnitreport(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setPassed(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
Set the number of passed tests of the last build of the jenkins project this trend graph belongs to.
setPassedCount(int) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the number of passed test cases
setPlatform(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the name of the executed platform
setPlatformName(String) - Method in class com.piketec.jenkins.plugins.tpt.Testcase
 
setReportDir(String) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
setReportFile(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the path to the report file In the test_summary.xml file are the relative paths to the report listed for each test case.
setResult(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the result represented as a String
setSlaveJob(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setSlaveJobCount(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setSlaveJobTries(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setTestCaseName(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Set the name of the test case
setTestdataDir(String) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
setTestSet(String) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
setTimeout(long) - Method in class com.piketec.jenkins.plugins.tpt.Configuration.JenkinsConfiguration
 
setTptBindingName(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setTptBindingName(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
setTptFiles(List<TPTFile>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Set the list of executed TPT files
setTptPort(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setTptPort(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
setTptStartUpWaitTime(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPlugin
 
setTptStartUpWaitTime(String) - Method in class com.piketec.jenkins.plugins.tpt.TptPluginSlave
 
startElement(String, String, String, Attributes) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseParser
 
startElement(String, String, String, Attributes) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseSummaryParser
 
supportsTestCaseConditionAccess() - Method in class com.piketec.jenkins.plugins.tpt.TptVersion
To read and set test set conditions via API is available since 16u1.
supportsTestCaseConditions() - Method in class com.piketec.jenkins.plugins.tpt.TptVersion
Test set condtions can be configured in TPT file since TPT 9.

T

Testcase - Class in com.piketec.jenkins.plugins.tpt
The result of a parsed TPT test case execution result
testCaseConditionsPresent - Variable in class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallableResult
true if any of the test sets had an test set condition AND tpt version supported cecking for test set condtions via API, false otherwise.
testCaseCount - Variable in class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallableResult
The total number of test cases including duplicates.
TestcaseParser - Class in com.piketec.jenkins.plugins.tpt
Parser for TPT test case execution result (testcase_information.xml) files.
testCases - Variable in class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallableResult
The names of all test cases.
TestcaseSummaryParser - Class in com.piketec.jenkins.plugins.tpt
This class is similar to the TestcaseParser.
toString() - Method in class com.piketec.jenkins.plugins.tpt.TptVersion
 
toString(Collection<T>, String) - Static method in class com.piketec.jenkins.plugins.tpt.Utils
Transforms the list into a String by calling toString() on every item, seperating them by the given delimeter
total - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
The total number of TPT test cases
TptApiAccess - Class in com.piketec.jenkins.plugins.tpt
Since the TPT API should be used only on the localshost and not via a remote connection, all API calls are done within Callables.
TptApiAccess(Launcher, TptLogger, FilePath[], List<String>, int, String, long) - Constructor for class com.piketec.jenkins.plugins.tpt.TptApiAccess
Provide all information that is needed to establish an TPT API connection.
TptApiCallable<S> - Class in com.piketec.jenkins.plugins.tpt.api.callables
This class can open a TPT API connection.
TptApiCallable(TaskListener, int, String, FilePath[], List<String>, long) - Constructor for class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
 
TptApiHelper - Class in com.piketec.jenkins.plugins.tpt
Provides some Methods to generalize access to the TPT API.
TptApiHelper() - Constructor for class com.piketec.jenkins.plugins.tpt.TptApiHelper
 
TPTFile - Class in com.piketec.jenkins.plugins.tpt.publisher
Metainformation of a executed TPT file.
TPTFile(String, String, String) - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTFile
Data container for each TPT File in order to organize all the TPT Files.
TptLogger - Class in com.piketec.jenkins.plugins.tpt
Just a wrapper to add prefixes like "[ERROR" + " date" + "] " to the messages.
TptLogger(PrintStream) - Constructor for class com.piketec.jenkins.plugins.tpt.TptLogger
Wraps the given PrintStream into the TptLogger.
TptPlugin - Class in com.piketec.jenkins.plugins.tpt
This class is just a data container for the TPTPlugin configuration in Jenkins.
TptPlugin(String, ArrayList<JenkinsConfiguration>) - Constructor for class com.piketec.jenkins.plugins.tpt.TptPlugin
All the parameter are processed and then they are passed to TptPluginSingleJobExecutor or to TptPluginMasterJobExecutor
TptPlugin.DescriptorImpl - Class in com.piketec.jenkins.plugins.tpt
The descriptor of TptPlugin
TptPluginSlave - Class in com.piketec.jenkins.plugins.tpt
Plugin executes a single given TPT test case.
TptPluginSlave(String) - Constructor for class com.piketec.jenkins.plugins.tpt.TptPluginSlave
Those arguments are processed and then passed to the TptPluginSlaveExecutor.
TptPluginSlave.DescriptorImpl - Class in com.piketec.jenkins.plugins.tpt
The Descriptor of TptPluginSlave
TPTReportPage - Class in com.piketec.jenkins.plugins.tpt.publisher
A Page with a table of all executed TPT files and their configuration on top and a table with all failed test cases.
TPTReportPage(Run<?, ?>, ArrayList<TPTTestCase>, ArrayList<TPTFile>) - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
Creates a new TPTRportPage
TPTReportPublisher - Class in com.piketec.jenkins.plugins.tpt.publisher
The post build action to publish the TPT test results in Jenkins
TPTReportPublisher() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPublisher
 
TPTReportPublisher.DescriptorImpl - Class in com.piketec.jenkins.plugins.tpt.publisher
The descriptor for the publisher
TPTReportUtils - Class in com.piketec.jenkins.plugins.tpt.publisher
 
TPTReportUtils() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTReportUtils
 
TPTTestCase - Class in com.piketec.jenkins.plugins.tpt.publisher
This class is for the failed test.
TPTTestCase() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTTestCase
Creates a new TPTTestCase data container
tptVersion - Variable in class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallableResult
The TPT version the test cases were collected with
TptVersion - Class in com.piketec.jenkins.plugins.tpt
TPT versions are named like "15" or "15u1" meaning release version 15, update release 1.
TrendGraph - Class in com.piketec.jenkins.plugins.tpt.publisher
Generates the trend graph on the main page.
TrendGraph(Job<?, ?>) - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
Creates a new TrendGraph
TrendGraph.ResultData - Class in com.piketec.jenkins.plugins.tpt.publisher
Data container to collect numbers of test results of TPT test execuiton for build previous builds.

U

updateLevel - Variable in class com.piketec.jenkins.plugins.tpt.TptVersion
The update level
Utils - Class in com.piketec.jenkins.plugins.tpt
Collection of some utility methods and constants
Utils() - Constructor for class com.piketec.jenkins.plugins.tpt.Utils
 

W

warn(String) - Method in class com.piketec.jenkins.plugins.tpt.TptLogger
Report an warning message
WorkLoad - Class in com.piketec.jenkins.plugins.tpt
Through this class is how the data from master to slave is passed.
WorkLoad(JenkinsConfiguration, List<String>, FilePath, Run<?, ?>, FilePath, FilePath) - Constructor for class com.piketec.jenkins.plugins.tpt.WorkLoad
 
A B C D E F G I J M O P R S T U W 
All Classes All Packages