- SecurityErrorAction - Class in com.piketec.jenkins.plugins.tpt.publisher
-
If the security setting "trust slaves and users to modify the Jenkins workspace" has not be set ,
it will appear an action telling the user that this setting should be set.
- SecurityErrorAction() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.SecurityErrorAction
-
- setBuild(AbstractBuild<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.InvisibleActionHostingImages
-
Set the Jenkins build for this action
- setBuild(AbstractBuild<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
-
Set the Jenkins build
- 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
- setExecutionConfiguration(String) - Method in class com.piketec.jenkins.plugins.tpt.publisher.OpenReportForFailedTestAction
-
set the name of the TPT execution configuration
- 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
- setFailedTests(ArrayList<TPTTestCase>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
-
Set the list of failed test cases
- 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
- 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.OpenReportForFailedTestAction
-
Set the name of the TPT platform configuration
- setProject(AbstractProject<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
-
Set the Jenkins project this Trendgraph belongs to
- setRun(Run<?, ?>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph
-
Set the concrete run this trend graph belongs to
- setSecurity() - Static method in class com.piketec.jenkins.plugins.tpt.publisher.TPTGlobalConfiguration
-
Checks if the security has been set.
- setTptFiles(List<TPTFile>) - Method in class com.piketec.jenkins.plugins.tpt.publisher.TPTReportPage
-
Set the list of executed TPT files
- setTrustSlavesAndUsers(boolean) - Static method in class com.piketec.jenkins.plugins.tpt.publisher.TPTGlobalConfiguration.DescriptorImpl
-
Set if the user hase activated the "trust slaves and users" check box in the global Jenkins
configurations
- startElement(String, String, String, Attributes) - Method in class com.piketec.jenkins.plugins.tpt.TestcaseParser
-
- Testcase - Class in com.piketec.jenkins.plugins.tpt
-
The result of a parsed TPT test case execution result
- TestcaseParser - Class in com.piketec.jenkins.plugins.tpt
-
Parser for TPT test case execution result (testcase_information.xml) files.
- total - Variable in class com.piketec.jenkins.plugins.tpt.publisher.TrendGraph.ResultData
-
The total number of TPT test cases
- TPTGlobalConfiguration - Class in com.piketec.jenkins.plugins.tpt.publisher
-
Allows the user to set the security in order to allow javascript on Jenkins.
- TPTGlobalConfiguration() - Constructor for class com.piketec.jenkins.plugins.tpt.publisher.TPTGlobalConfiguration
-
Creates a new TPTGlobalConfiguration
- TPTGlobalConfiguration.DescriptorImpl - Class in com.piketec.jenkins.plugins.tpt.publisher
-
The descriptor for TPTGlobalConfiguration
- 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, String, String, boolean, String, String, String, String, String, ArrayList<JenkinsConfiguration>, String, Boolean, String, TptLog.LogLevel) - 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, String, String, 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(AbstractBuild<?, ?>, 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
-
Creates a TPTReportPublisher
- TPTReportPublisher.DescriptorImpl - Class in com.piketec.jenkins.plugins.tpt.publisher
-
The descriptor for the publisher
- TrendGraph - Class in com.piketec.jenkins.plugins.tpt.publisher
-
Generates the trend graph on the main page.
- TrendGraph(AbstractProject<?, ?>) - 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.