Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
M
P
R
S
T
U
_
A
AbstractJUnitResultSeeker
- Class in
hudson.plugins.testlink.result
AbstractJUnitResultSeeker(String, String, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
AbstractJUnitResultSeeker
AbstractTestLinkBuilder
- Class in
hudson.plugins.testlink
Contains basic logic for a Builder for TestLink plug-in.
AbstractTestLinkBuilder(String, String, String, String, String, List<BuildStep>, List<BuildStep>, List<BuildStep>, List<BuildStep>, Boolean, Boolean, List<ResultSeeker>)
- Constructor for class hudson.plugins.testlink.
AbstractTestLinkBuilder
This constructor is bound to a stapler request.
AbstractTestLinkProjectAction
- Class in
hudson.plugins.testlink
AbstractTestLinkProjectAction()
- Constructor for class hudson.plugins.testlink.
AbstractTestLinkProjectAction
AbstractTestNGResultSeeker
- Class in
hudson.plugins.testlink.result
AbstractTestNGResultSeeker(String, String, boolean, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
addAttachment(Attachment)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
Adds an attachment to this test case.
addClass(Class)
- Method in class hudson.plugins.testlink.testng.
Test
Adds a class into the list of
tags.
addCustomFieldAndStatus(String, ExecutionStatus)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
Add a custom field name and its execution status.
addCustomFieldEnvironmentVariableName(CustomField, Map<String, String>)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Formats a custom field into an environment variable.
addTest(Test)
- Method in class hudson.plugins.testlink.testng.
Suite
Adds a test into the list of
tags.
addTestCase(TestCaseWrapper)
- Method in class hudson.plugins.testlink.
Report
addTestMethod(TestMethod)
- Method in class hudson.plugins.testlink.testng.
Class
Adds a test method into the list of
tags.
afterIteratingAllTestCasesBuildSteps
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
List of build steps that are executed after iterating all test cases.
all()
- Static method in class hudson.plugins.testlink.result.
ResultSeeker
allExcept(Node)
- Static method in class hudson.plugins.testlink.result.
ResultSeeker
api
- Variable in class hudson.plugins.testlink.
TestLinkSite
appendNotes(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
B
beforeIteratingAllTestCasesBuildSteps
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
List of build steps that are executed before iterating all test cases.
build
- Variable in class hudson.plugins.testlink.
TestLinkSite
buildName
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
The name of the Build.
buildTestCaseEnvVars(TestCaseWrapper, TestProject, TestPlan, Build, BuildListener)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Creates EnvVars for a TestLink Test Case.
C
Class
- Class in
hudson.plugins.testlink.testng
Represents the
tag.
Class()
- Constructor for class hudson.plugins.testlink.testng.
Class
Default constructor.
compare(TestCaseWrapper, TestCaseWrapper)
- Method in class hudson.plugins.testlink.util.
ExecutionOrderComparator
compareTo(ResultSeeker)
- Method in class hudson.plugins.testlink.result.
ResultSeeker
configure(StaplerRequest, JSONObject)
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
createArrayOfCustomFieldsNames(VariableResolver<String>, EnvVars)
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
Creates array of custom fields names using the Job configuration data.
createChart(StaplerRequest, CategoryDataset)
- Static method in class hudson.plugins.testlink.
GraphHelper
createReportSummary(Report, Report)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Creates Report Summary.
createReportSummaryDetails(Report, Report)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Creates detailed Report Summary.
createTestLinkEnvironmentVariables(TestCaseWrapper, TestProject, TestPlan, Build)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Creates a Map (name, value) of environment variables for a TestLink Test Case.
customFields
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
Comma separated list of custom fields to download from TestLink.
D
DESCRIPTOR
- Static variable in class hudson.plugins.testlink.
TestLinkBuilder
The Descriptor of this Builder.
DISPLAY_NAME
- Static variable in class hudson.plugins.testlink.
TestLinkBuildAction
doCheckMandatory(String)
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
doGraph(StaplerRequest, StaplerResponse)
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
doGraphMap(StaplerRequest, StaplerResponse)
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
doIndex(StaplerRequest, StaplerResponse)
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
Show CCM html report f the latest build.
E
endElement(String, String, String)
- Method in class hudson.plugins.testlink.testng.
TestNGXmlHandler
executeIterativeBuildSteps(TestCaseWrapper[], TestLinkSite, AbstractBuild<?, ?>, Launcher, BuildListener)
- Method in class hudson.plugins.testlink.
TestLinkBuilder
Executes iterative build steps.
executeSingleBuildSteps(AbstractBuild<?, ?>, Launcher, BuildListener)
- Method in class hudson.plugins.testlink.
TestLinkBuilder
Executes the list of single build steps.
executionOrderComparator
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
Used to sort test cases marked as automated.
ExecutionOrderComparator
- Class in
hudson.plugins.testlink.util
Compares Test Cases by its execution order.
ExecutionOrderComparator()
- Constructor for class hudson.plugins.testlink.util.
ExecutionOrderComparator
expandVariable(VariableResolver<String>, EnvVars, String)
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
Expands a text variable like BUILD-$VAR replacing the $VAR part with a environment variable that matches its name, minus $.
F
FAIL
- Static variable in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
failedTestsMarkBuildAsFailure
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
If the plug-in should mark the Build in Jenkins as failure if it contains failed tests.
failure
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
Flag to check if any failure happened.
G
getAfterIteratingAllTestCasesBuildSteps()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getApi()
- Method in class hudson.plugins.testlink.
TestLinkSite
getApplicableBuildSteps(AbstractProject<?, ?>)
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
getApplicableResultSeekers(AbstractProject<?, ?>)
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
getAttachments()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getAuthorLogin()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getAutomatedTestCases(String[])
- Method in class hudson.plugins.testlink.
TestLinkSite
getBase64FileContent(File)
- Method in class hudson.plugins.testlink.result.
ResultSeeker
Retrieves the file content encoded in Base64.
getBeforeIteratingAllTestCasesBuildSteps()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getBlocked()
- Method in class hudson.plugins.testlink.
Report
getBuild()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getBuild()
- Method in class hudson.plugins.testlink.
TestLinkSite
getBuildActionClass()
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
getBuildId()
- Method in class hudson.plugins.testlink.
Report
getBuildName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getBuildName()
- Method in class hudson.plugins.testlink.
Report
getBuildSteps()
- Static method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
getClasses()
- Method in class hudson.plugins.testlink.testng.
Test
Retrieves the list of
tags.
getCustomFieldAndStatus()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getCustomFields()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getCustomFields()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getDataProvider()
- Method in class hudson.plugins.testlink.testng.
TestMethod
getDataProviderNameKeyCustomField()
- Method in class hudson.plugins.testlink.result.
TestNGMethodNameDataProviderNameResultSeeker
getDescriptor()
- Method in class hudson.plugins.testlink.result.
ResultSeeker
getDetails()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getDevKey()
- Method in class hudson.plugins.testlink.
TestLinkInstallation
getDisplayName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkProjectAction
getDisplayName()
- Method in class hudson.plugins.testlink.result.
JUnitCaseClassNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
JUnitCaseNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
JUnitMethodNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
JUnitSuiteNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
TestNGClassNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
TestNGMethodNameDataProviderNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
TestNGMethodNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.result.
TestNGSuiteNameResultSeeker.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getDisplayName()
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
getDurationMs()
- Method in class hudson.plugins.testlink.testng.
Suite
Retrieves the duration in ms.
getDurationMs()
- Method in class hudson.plugins.testlink.testng.
Test
Retrieves the duration in ms.
getDurationMs()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the duration in ms.
getExecutionOrder()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getExecutionStatus()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getExecutionStatus(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
Calculates the new value of this wrapped test case execution status, given a number of custom fields.
getExecutionStatusTextColored(ExecutionStatus)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Retrieves the text for an execution status wrapped in html tags that add color to the text.
getFailed()
- Method in class hudson.plugins.testlink.
Report
getFailedTestsMarkBuildAsUnstable()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getFile()
- Method in class hudson.plugins.testlink.testng.
Suite
getFinishedAt()
- Method in class hudson.plugins.testlink.testng.
Suite
Retrieves the finished at.
getFinishedAt()
- Method in class hudson.plugins.testlink.testng.
Test
Retrieves the finishedAt.
getFinishedAt()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the finishedAt.
getGraphHeight()
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
Getter for property 'graphHeight'.
getGraphWidth()
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
Getter for property 'graphWidth'.
getIconFileName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkProjectAction
getIconFileName()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getId()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getIncludePattern()
- Method in class hudson.plugins.testlink.result.
ResultSeeker
getInstallationByTestLinkName(String)
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
getInstallations()
- Method in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
getInternalId()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getIsConfig()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the isConfig.
getIterativeBuildSteps()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getKeyCustomField()
- Method in class hudson.plugins.testlink.result.
ResultSeeker
getKeyCustomField(List<CustomField>, String)
- Method in class hudson.plugins.testlink.result.
ResultSeeker
Gets the key custom field out of a list using the key custom field name.
getKeyCustomFieldValue(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getKeyCustomFieldValues(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getLastBuildAction()
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
Returns the last build action.
getName()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getName()
- Method in class hudson.plugins.testlink.
TestLinkInstallation
getName()
- Method in class hudson.plugins.testlink.testng.
Class
Retrieves the name.
getName()
- Method in class hudson.plugins.testlink.testng.
Suite
Retrieves the name.
getName()
- Method in class hudson.plugins.testlink.testng.
Test
Retrieves the name.
getName()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the name.
getNotes()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getNotRun()
- Method in class hudson.plugins.testlink.
Report
getOwner()
- Method in class hudson.plugins.testlink.
TestLinkResult
getPassed()
- Method in class hudson.plugins.testlink.
Report
getPlatform()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getPlusSignal(int, int)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Prints the difference between two int values, showing a plus sign if the current number is greater than the previous.
getPreviousAction()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getPreviousResult()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getProject()
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
getProjectAction(AbstractProject<?, ?>)
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getReport()
- Method in class hudson.plugins.testlink.
TestLinkResult
getReport()
- Method in class hudson.plugins.testlink.
TestLinkSite
getResult()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getResultSeekers()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getSearchUrl()
- Method in class hudson.plugins.testlink.
AbstractTestLinkProjectAction
getSignature()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the signature.
getSingleBuildSteps()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getStartedAt()
- Method in class hudson.plugins.testlink.testng.
Suite
Retrieves the started at.
getStartedAt()
- Method in class hudson.plugins.testlink.testng.
Test
Retrieves the startedAt.
getStartedAt()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the startedAt.
getStatus()
- Method in class hudson.plugins.testlink.testng.
TestMethod
Retrieves the status.
getSteps()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getSuite()
- Method in class hudson.plugins.testlink.testng.
TestNGXmlHandler
Retrieves the parsed Suite.
getSummary()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getSummary()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getTarget()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getTestCases()
- Method in class hudson.plugins.testlink.
Report
getTestLinkJavaAPIProperties()
- Method in class hudson.plugins.testlink.
TestLinkInstallation
getTestLinkName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getTestLinkSite(String, String, String, String, String, String)
- Method in class hudson.plugins.testlink.
TestLinkBuilder
Gets object to interact with TestLink site.
getTestMethods()
- Method in class hudson.plugins.testlink.testng.
Class
Retrieves the list of
tags.
getTestPlan()
- Method in class hudson.plugins.testlink.
TestLinkSite
getTestPlanName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getTestProject()
- Method in class hudson.plugins.testlink.
TestLinkSite
getTestProjectId()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getTestProjectName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
getTests()
- Method in class hudson.plugins.testlink.testng.
Suite
Retrieves the list of
tags.
getTestsTotal()
- Method in class hudson.plugins.testlink.
Report
getTestSuiteId()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
getTransactional()
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
Returns whether it is a transactional build or not.
getUrl()
- Method in class hudson.plugins.testlink.
TestLinkInstallation
getUrlName()
- Method in class hudson.plugins.testlink.
AbstractTestLinkProjectAction
getUrlName()
- Method in class hudson.plugins.testlink.
TestLinkBuildAction
getVersion()
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
GraphHelper
- Class in
hudson.plugins.testlink
Helper class for trend graph generation.
H
handleResult(TestCaseWrapper, AbstractBuild<?, ?>, BuildListener, TestLinkSite, SuiteResult)
- Method in class hudson.plugins.testlink.result.
AbstractJUnitResultSeeker
handleResult(TestCaseWrapper, AbstractBuild<?, ?>, BuildListener, TestLinkSite, ExecutionStatus, Suite)
- Method in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
hudson.plugins.testlink
- package hudson.plugins.testlink
hudson.plugins.testlink.result
- package hudson.plugins.testlink.result
hudson.plugins.testlink.testng
- package hudson.plugins.testlink.testng
hudson.plugins.testlink.util
- package hudson.plugins.testlink.util
I
ICON_FILE_NAME
- Static variable in class hudson.plugins.testlink.
AbstractTestLinkProjectAction
ICON_FILE_NAME
- Static variable in class hudson.plugins.testlink.
TestLinkBuildAction
includeNotes
- Variable in class hudson.plugins.testlink.result.
ResultSeeker
Whether the plug-in must include notes when updating test cases.
includePattern
- Variable in class hudson.plugins.testlink.result.
ResultSeeker
Include pattern used when looking for results.
isAttachJUnitXML()
- Method in class hudson.plugins.testlink.result.
AbstractJUnitResultSeeker
isAttachTAPStream()
- Method in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
isAttachTestNGXML()
- Method in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
isAttachYAMLishAttachments()
- Method in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
isDisplayGraph()
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
Checks if it should display graph.
isIncludeNotes()
- Method in class hudson.plugins.testlink.result.
ResultSeeker
isMarkSkippedTestAsBlocked()
- Method in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
iterativeBuildSteps
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
List of build steps that are executed for each test case.
J
JUnitCaseClassNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each JUnit Case Result class name with the key custom field.
JUnitCaseClassNameResultSeeker(String, String, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
JUnitCaseClassNameResultSeeker
JUnitCaseClassNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
JUnitCaseClassNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
JUnitCaseClassNameResultSeeker.DescriptorImpl
JUnitCaseNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each JUnit Case Result name with the key custom field.
JUnitCaseNameResultSeeker(String, String, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
JUnitCaseNameResultSeeker
JUnitCaseNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
JUnitCaseNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
JUnitCaseNameResultSeeker.DescriptorImpl
JUnitMethodNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each JUnit Case Result class name and method name with the key custom field.
JUnitMethodNameResultSeeker(String, String, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
JUnitMethodNameResultSeeker
JUnitMethodNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
JUnitMethodNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
JUnitMethodNameResultSeeker.DescriptorImpl
JUnitSuiteNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each JUnit Suite Result name with the key custom field.
JUnitSuiteNameResultSeeker(String, String, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
JUnitSuiteNameResultSeeker
JUnitSuiteNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
JUnitSuiteNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
JUnitSuiteNameResultSeeker.DescriptorImpl
K
keyCustomField
- Variable in class hudson.plugins.testlink.result.
ResultSeeker
Key custom field.
M
maybeAddSystemProperty(String, BuildListener)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Maybe adds a system property if it is in format
=
.
Messages
- Class in
hudson.plugins.testlink.util
Messages()
- Constructor for class hudson.plugins.testlink.util.
Messages
P
parse(File)
- Method in class hudson.plugins.testlink.testng.
TestNGParser
Parses the content of an input stream and returns a Suite.
parser
- Variable in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
Parser_Error(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Error while parsing file {0}: {1}
Parser_JUnit_InvalidNumberOfErrors(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid number of errors found in JUnit suite.
Parser_JUnit_InvalidNumberOfFailures(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid number of failures found in JUnit suite.
Parser_TAP_ParsingFail(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to parse TAP file [{0}]: {1}.
ParserException
- Exception in
hudson.plugins.testlink.testng
ParserException()
- Constructor for exception hudson.plugins.testlink.testng.
ParserException
ParserException(String)
- Constructor for exception hudson.plugins.testlink.testng.
ParserException
ParserException(Throwable)
- Constructor for exception hudson.plugins.testlink.testng.
ParserException
ParserException(String, Throwable)
- Constructor for exception hudson.plugins.testlink.testng.
ParserException
PASS
- Static variable in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
perform(AbstractBuild<?, ?>, Launcher, BuildListener)
- Method in class hudson.plugins.testlink.
TestLinkBuilder
Called when the job is executed.
populateDataSetBuilder(DataSetBuilder<String, ChartUtil.NumberOnlyBuildLabel>)
- Method in class hudson.plugins.testlink.
TestLinkProjectAction
R
redirectWhenGraphUnsupported(StaplerResponse, StaplerRequest)
- Static method in class hudson.plugins.testlink.
GraphHelper
removeClass(Class)
- Method in class hudson.plugins.testlink.testng.
Test
Removes a class from the list of
tags.
removeTest(Test)
- Method in class hudson.plugins.testlink.testng.
Suite
Removes a test from the list of
tags.
removeTestMethod(TestMethod)
- Method in class hudson.plugins.testlink.testng.
Class
Removes a test method from the list of
tags.
Report
- Class in
hudson.plugins.testlink
Build Report.
report
- Variable in class hudson.plugins.testlink.
TestLinkSite
ReportSummary_Details_ExecutionStatus()
- Static method in class hudson.plugins.testlink.util.
Messages
Execution status
ReportSummary_Details_Header()
- Static method in class hudson.plugins.testlink.util.
Messages
List of test cases and execution result status
ReportSummary_Details_Name()
- Static method in class hudson.plugins.testlink.util.
Messages
Name
ReportSummary_Details_TestCaseId()
- Static method in class hudson.plugins.testlink.util.
Messages
Test case ID
ReportSummary_Details_TestProjectId()
- Static method in class hudson.plugins.testlink.util.
Messages
Test project ID
ReportSummary_Details_Version()
- Static method in class hudson.plugins.testlink.util.
Messages
Version
ReportSummary_Summary_BuildID(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
TestLink build ID: {0}
ReportSummary_Summary_BuildName(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
TestLink build name: {0}
ReportSummary_Summary_Text(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Total of {0} tests</a>.
Results_ErrorToLookForTestResults(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
An error occured while trying to retrieve the test results: {0}
Results_JUnit_AddAttachmentsFail(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to add JUnit attachments to this test case execution.
Results_JUnit_IOException(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
IO error scanning for include pattern [{0}]: {1}.
Results_JUnit_LookingForTestClasses()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in JUnit classes.
Results_JUnit_LookingForTestSuites()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in JUnit suites.
Results_JUnit_NoPattern()
- Static method in class hudson.plugins.testlink.util.
Messages
Empty JUnit include pattern.
Results_JUnit_NotesForTestCase(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} classname: {1} errors: {2} failures: {3} time: {4}
Results_JUnit_NotesForTestClass(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
classname: {0} time: {1}
Results_JUnit_NotesForTestMethod(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} classname: {1} errors: {2} failures: {3} time: {4}
Results_JUnit_NotesForTestSuite(Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} system err: {1} system out: {2} tests: {3} time: {4} timestamp: {5}
Results_JUnit_NumberOfReportsFound(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found [{0}] JUnit XML(s).
Results_JUnit_UnkownInternalError()
- Static method in class hudson.plugins.testlink.util.
Messages
Unkown internal error.
Results_LookingForTestResults()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for the test results of TestLink test cases.
Results_TAP_AddAttachmentsFail(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to add TAP attachments to this test case execution.
Results_TAP_IOException(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
IO error scanning for include pattern [{0}]: {1}.
Results_TAP_LookingForTestSets()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in TAP test sets.
Results_TAP_NoPattern()
- Static method in class hudson.plugins.testlink.util.
Messages
Empty TAP include pattern.
Results_TAP_NumberOfReportsFound(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found [{0}] TAP file(s).
Results_TAP_UnkownInternalError()
- Static method in class hudson.plugins.testlink.util.
Messages
Unkown internal error.
Results_TestNG_AddAttachmentsFail(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to add TestNG attachments to this test case execution.
Results_TestNG_IOException(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
IO error scanning for include pattern [{0}]: {1}.
Results_TestNG_LookingForTestClasses()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in TestNG classes.
Results_TestNG_LookingForTestSuites()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in TestNG suites.
Results_TestNG_NoPattern()
- Static method in class hudson.plugins.testlink.util.
Messages
Empty TestNG include pattern.
Results_TestNG_NotesForMethods(Object, Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} config?: {1} signature: {2} status: {3} duration in ms: {4} started at: {5} finished at: {6}
Results_TestNG_NotesForMethodsWithDataProviders(Object, Object, Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} config?: {1} signature: {2} status: {3} duration in ms: {4} started at: {5} finished at: {6} data provider: {7}
Results_TestNG_NotesForSuite(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} duration in ms: {1} started at: {2} finished at: {3} number of tests: {4}
Results_TestNG_NotesForSuiteAndClass(Object, Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} duration in ms: {1} started at: {2} finished at: {3} number of tests: {4} --------------- class name: {5} number of methods: {6}
Results_TestNG_NumberOfReportsFound(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found [{0}] TestNG XML(s).
Results_TestNG_UnkownInternalError()
- Static method in class hudson.plugins.testlink.util.
Messages
Unkown internal error.
ResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for Results.
ResultSeeker(String, String, boolean)
- Constructor for class hudson.plugins.testlink.result.
ResultSeeker
Creates a result seeker passing a ant-like pattern to look for results.
ResultSeekerDescriptor
- Class in
hudson.plugins.testlink.result
Descriptor for TestResultSeeker.
ResultSeekerDescriptor()
- Constructor for class hudson.plugins.testlink.result.
ResultSeekerDescriptor
ResultSeekerException
- Exception in
hudson.plugins.testlink.result
ResultSeekerException()
- Constructor for exception hudson.plugins.testlink.result.
ResultSeekerException
Default constructor.
ResultSeekerException(String, Throwable)
- Constructor for exception hudson.plugins.testlink.result.
ResultSeekerException
ResultSeekerException(String)
- Constructor for exception hudson.plugins.testlink.result.
ResultSeekerException
ResultSeekerException(Throwable)
- Constructor for exception hudson.plugins.testlink.result.
ResultSeekerException
S
scan(File, String, BuildListener)
- Method in class hudson.plugins.testlink.result.
ResultSeeker
Scans a directory for files matching the includes pattern.
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
JUnitCaseClassNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
JUnitCaseNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
JUnitMethodNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
JUnitSuiteNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
ResultSeeker
Seeks for Test Results in a directory.
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
TestNGClassNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
TestNGMethodNameDataProviderNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
TestNGMethodNameResultSeeker
seek(TestCaseWrapper[], AbstractBuild<?, ?>, Launcher, BuildListener, TestLinkSite)
- Method in class hudson.plugins.testlink.result.
TestNGSuiteNameResultSeeker
setAttachJUnitXML(boolean)
- Method in class hudson.plugins.testlink.result.
AbstractJUnitResultSeeker
setAttachTAPStream(boolean)
- Method in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
setAttachTestNGXML(boolean)
- Method in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
setAttachYAMLishAttachments(boolean)
- Method in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
setAuthorLogin(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setBlocked(int)
- Method in class hudson.plugins.testlink.
Report
setCustomFields(List<CustomField>)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setDataProvider(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
setDurationMs(String)
- Method in class hudson.plugins.testlink.testng.
Suite
Sets the duration in ms.
setDurationMs(String)
- Method in class hudson.plugins.testlink.testng.
Test
Sets the duration in ms.
setDurationMs(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the duration in ms.
setExecutionOrder(Integer)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setExecutionStatus(ExecutionStatus)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setFailed(int)
- Method in class hudson.plugins.testlink.
Report
setFile(String)
- Method in class hudson.plugins.testlink.testng.
Suite
setFinishedAt(String)
- Method in class hudson.plugins.testlink.testng.
Suite
Sets the finished at.
setFinishedAt(String)
- Method in class hudson.plugins.testlink.testng.
Test
Sets the finishedAt.
setFinishedAt(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the finishedAt.
setId(Integer)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setInternalId(Integer)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setIsConfig(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the isConfig.
setMarkSkippedTestAsBlocked(boolean)
- Method in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
setName(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setName(String)
- Method in class hudson.plugins.testlink.testng.
Class
Sets the name.
setName(String)
- Method in class hudson.plugins.testlink.testng.
Suite
Sets the name.
setName(String)
- Method in class hudson.plugins.testlink.testng.
Test
Sets the name.
setName(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the name.
setNotRun(int)
- Method in class hudson.plugins.testlink.
Report
setPassed(int)
- Method in class hudson.plugins.testlink.
Report
setPlatform(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setResultSeekers(List<ResultSeeker>)
- Method in class hudson.plugins.testlink.
AbstractTestLinkBuilder
setSignature(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the signature.
setStartedAt(String)
- Method in class hudson.plugins.testlink.testng.
Suite
Sets the started at.
setStartedAt(String)
- Method in class hudson.plugins.testlink.testng.
Test
Sets the startedAt.
setStartedAt(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the startedAt.
setStatus(String)
- Method in class hudson.plugins.testlink.testng.
TestMethod
Sets the status.
setSteps(List<TestCaseStep>)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setSummary(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setTestLinkJavaAPIProperties(String, BuildListener)
- Static method in class hudson.plugins.testlink.util.
TestLinkHelper
Defines TestLink Java API Properties.
setTestProjectId(Integer)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
setTestSuiteId(Integer)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
singleBuildSteps
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
List of build steps that are executed only once per job execution.
SKIP
- Static variable in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
split(String)
- Method in class hudson.plugins.testlink.result.
TestCaseWrapper
Splits a String by comma and gets an array of Strings.
startElement(String, String, String, Attributes)
- Method in class hudson.plugins.testlink.testng.
TestNGXmlHandler
Suite
- Class in
hudson.plugins.testlink.testng
Represents the
tag.
Suite()
- Constructor for class hudson.plugins.testlink.testng.
Suite
Default constructor.
T
TAPFileNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each TAP file name with the key custom field.
TAPFileNameResultSeeker(String, String, boolean, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
TAPFileNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
TAPFileNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
TAPFileNameResultSeeker.DescriptorImpl
Test
- Class in
hudson.plugins.testlink.testng
Represents the
tag.
Test()
- Constructor for class hudson.plugins.testlink.testng.
Test
Default constructor.
TestCaseWrapper
- Class in
hudson.plugins.testlink.result
TestCaseWrapper()
- Constructor for class hudson.plugins.testlink.result.
TestCaseWrapper
TestCaseWrapper(TestCase)
- Constructor for class hudson.plugins.testlink.result.
TestCaseWrapper
TestLinkBuildAction
- Class in
hudson.plugins.testlink
TestLinkBuildAction(AbstractBuild<?, ?>, TestLinkResult)
- Constructor for class hudson.plugins.testlink.
TestLinkBuildAction
TestLinkBuilder
- Class in
hudson.plugins.testlink
A builder to add a TestLink build step.
TestLinkBuilder(String, String, String, String, String, List<BuildStep>, List<BuildStep>, List<BuildStep>, List<BuildStep>, Boolean, Boolean, List<ResultSeeker>)
- Constructor for class hudson.plugins.testlink.
TestLinkBuilder
TestLinkBuilder_Build_Notes()
- Static method in class hudson.plugins.testlink.util.
Messages
Build created automatically with TestLink Jenkins Plug-in.
TestLinkBuilder_ExecutingIterativeBuildSteps()
- Static method in class hudson.plugins.testlink.util.
Messages
Executing iterative Build Steps.
TestLinkBuilder_ExecutingSingleBuildSteps()
- Static method in class hudson.plugins.testlink.util.
Messages
Executing single Build Steps.
TestLinkBuilder_FailedToUpdateTL(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to update TestLink test results: {0}.
TestLinkBuilder_InvalidTLAPI()
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid TestLink installation.
TestLinkBuilder_InvalidTLURL(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid TestLink URL: {0}
TestLinkBuilder_MandatoryProperty()
- Static method in class hudson.plugins.testlink.util.
Messages
This property is mandatory.
TestLinkBuilder_MergingEnvVars()
- Static method in class hudson.plugins.testlink.util.
Messages
Merging build environment variables with data retrieved from TestLink.
TestLinkBuilder_PreparingTLAPI()
- Static method in class hudson.plugins.testlink.util.
Messages
Preparing TestLink client API.
TestLinkBuilder_SettingSystemProperty(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Setting system property {0}, value {1}.
TestLinkBuilder_ShowFoundAutomatedTestCases(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found {0} automated test cases in TestLink.
TestLinkBuilder_ShowFoundTestResults(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found {0} test result(s).
TestLinkBuilder_SortingTestCases()
- Static method in class hudson.plugins.testlink.util.
Messages
Sorting automated test cases by TestLink test plan execution order.
TestLinkBuilder_TestLinkCommunicationError()
- Static method in class hudson.plugins.testlink.util.
Messages
Error communicating with TestLink.
TestLinkBuilder_Update_AutomatedTestCases()
- Static method in class hudson.plugins.testlink.util.
Messages
Updating TestLink test cases.
TestLinkBuilder_UsedTLURL(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Using TestLink URL: {0}
TestLinkBuilderDescriptor
- Class in
hudson.plugins.testlink
TestLinkBuilderDescriptor()
- Constructor for class hudson.plugins.testlink.
TestLinkBuilderDescriptor
testLinkBuildType
- Variable in class hudson.plugins.testlink.
TestLinkBuilderDescriptor
TestLinkHelper
- Class in
hudson.plugins.testlink.util
Helper methods for TestLink.
TestLinkInstallation
- Class in
hudson.plugins.testlink
Represents the TestLink installation in Hudson global configuration.
TestLinkInstallation(String, String, String, String)
- Constructor for class hudson.plugins.testlink.
TestLinkInstallation
testLinkName
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
The name of the TestLink installation.
TestLinkProjectAction
- Class in
hudson.plugins.testlink
TestLinkProjectAction(AbstractProject<?, ?>)
- Constructor for class hudson.plugins.testlink.
TestLinkProjectAction
TestLinkProjectAction_DisplayName()
- Static method in class hudson.plugins.testlink.util.
Messages
TestLink results
TestLinkResult
- Class in
hudson.plugins.testlink
TestLinkResult(Report, AbstractBuild<?, ?>)
- Constructor for class hudson.plugins.testlink.
TestLinkResult
TestLinkSite
- Class in
hudson.plugins.testlink
Immutable object that represents the TestLink site with a Test Project, a Test Plan and a Build.
TestLinkSite(TestLinkAPI, TestProject, TestPlan, Build)
- Constructor for class hudson.plugins.testlink.
TestLinkSite
TestMethod
- Class in
hudson.plugins.testlink.testng
Represents the
tag.
TestMethod()
- Constructor for class hudson.plugins.testlink.testng.
TestMethod
Default constructor.
TestNGClassNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each TestNG Class name with the key custom field.
TestNGClassNameResultSeeker(String, String, boolean, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
TestNGClassNameResultSeeker
TestNGClassNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
TestNGClassNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
TestNGClassNameResultSeeker.DescriptorImpl
TestNGMethodNameDataProviderNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each TestNG Method name and its Data Provider name with key custom fields.
TestNGMethodNameDataProviderNameResultSeeker(String, String, boolean, boolean, String, boolean)
- Constructor for class hudson.plugins.testlink.result.
TestNGMethodNameDataProviderNameResultSeeker
TestNGMethodNameDataProviderNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
TestNGMethodNameDataProviderNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
TestNGMethodNameDataProviderNameResultSeeker.DescriptorImpl
TestNGMethodNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each TestNG Method name with the key custom field.
TestNGMethodNameResultSeeker(String, String, boolean, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
TestNGMethodNameResultSeeker
TestNGMethodNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
TestNGMethodNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
TestNGMethodNameResultSeeker.DescriptorImpl
TestNGParser
- Class in
hudson.plugins.testlink.testng
TestNGParser()
- Constructor for class hudson.plugins.testlink.testng.
TestNGParser
TestNGSuiteNameResultSeeker
- Class in
hudson.plugins.testlink.result
Seeks for test results matching each TestNG Suite name with the key custom field.
TestNGSuiteNameResultSeeker(String, String, boolean, boolean, boolean)
- Constructor for class hudson.plugins.testlink.result.
TestNGSuiteNameResultSeeker
TestNGSuiteNameResultSeeker.DescriptorImpl
- Class in
hudson.plugins.testlink.result
TestNGSuiteNameResultSeeker.DescriptorImpl()
- Constructor for class hudson.plugins.testlink.result.
TestNGSuiteNameResultSeeker.DescriptorImpl
TestNGXmlHandler
- Class in
hudson.plugins.testlink.testng
The TestNG XML Handler.
TestNGXmlHandler()
- Constructor for class hudson.plugins.testlink.testng.
TestNGXmlHandler
Default constructor.
testPlan
- Variable in class hudson.plugins.testlink.
TestLinkSite
testPlanName
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
The name of the Test Plan.
testProject
- Variable in class hudson.plugins.testlink.
TestLinkSite
testProjectName
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
The name of the Test Project.
TEXT_PLAIN_CONTENT_TYPE
- Static variable in class hudson.plugins.testlink.result.
TAPFileNameResultSeeker
TEXT_XML_CONTENT_TYPE
- Static variable in class hudson.plugins.testlink.result.
AbstractTestNGResultSeeker
transactional
- Variable in class hudson.plugins.testlink.
AbstractTestLinkBuilder
If this property is true, not more build steps are executed for this Build.
U
updateTestCase(TestCaseWrapper)
- Method in class hudson.plugins.testlink.
TestLinkSite
Updates the test cases status in TestLink (note and status) and uploads any existing attachments.
uploadAttachment(int, Attachment)
- Method in class hudson.plugins.testlink.
TestLinkSite
URL_NAME
- Static variable in class hudson.plugins.testlink.
AbstractTestLinkProjectAction
URL_NAME
- Static variable in class hudson.plugins.testlink.
TestLinkBuildAction
_
_Parser_Error(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Error while parsing file {0}: {1}
_Parser_JUnit_InvalidNumberOfErrors(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid number of errors found in JUnit suite.
_Parser_JUnit_InvalidNumberOfFailures(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid number of failures found in JUnit suite.
_Parser_TAP_ParsingFail(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to parse TAP file [{0}]: {1}.
_ReportSummary_Details_ExecutionStatus()
- Static method in class hudson.plugins.testlink.util.
Messages
Execution status
_ReportSummary_Details_Header()
- Static method in class hudson.plugins.testlink.util.
Messages
List of test cases and execution result status
_ReportSummary_Details_Name()
- Static method in class hudson.plugins.testlink.util.
Messages
Name
_ReportSummary_Details_TestCaseId()
- Static method in class hudson.plugins.testlink.util.
Messages
Test case ID
_ReportSummary_Details_TestProjectId()
- Static method in class hudson.plugins.testlink.util.
Messages
Test project ID
_ReportSummary_Details_Version()
- Static method in class hudson.plugins.testlink.util.
Messages
Version
_ReportSummary_Summary_BuildID(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
TestLink build ID: {0}
_ReportSummary_Summary_BuildName(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
TestLink build name: {0}
_ReportSummary_Summary_Text(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Total of {0} tests</a>.
_Results_ErrorToLookForTestResults(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
An error occured while trying to retrieve the test results: {0}
_Results_JUnit_AddAttachmentsFail(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to add JUnit attachments to this test case execution.
_Results_JUnit_IOException(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
IO error scanning for include pattern [{0}]: {1}.
_Results_JUnit_LookingForTestClasses()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in JUnit classes.
_Results_JUnit_LookingForTestSuites()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in JUnit suites.
_Results_JUnit_NoPattern()
- Static method in class hudson.plugins.testlink.util.
Messages
Empty JUnit include pattern.
_Results_JUnit_NotesForTestCase(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} classname: {1} errors: {2} failures: {3} time: {4}
_Results_JUnit_NotesForTestClass(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
classname: {0} time: {1}
_Results_JUnit_NotesForTestMethod(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} classname: {1} errors: {2} failures: {3} time: {4}
_Results_JUnit_NotesForTestSuite(Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} system err: {1} system out: {2} tests: {3} time: {4} timestamp: {5}
_Results_JUnit_NumberOfReportsFound(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found [{0}] JUnit XML(s).
_Results_JUnit_UnkownInternalError()
- Static method in class hudson.plugins.testlink.util.
Messages
Unkown internal error.
_Results_LookingForTestResults()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for the test results of TestLink test cases.
_Results_TAP_AddAttachmentsFail(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to add TAP attachments to this test case execution.
_Results_TAP_IOException(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
IO error scanning for include pattern [{0}]: {1}.
_Results_TAP_LookingForTestSets()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in TAP test sets.
_Results_TAP_NoPattern()
- Static method in class hudson.plugins.testlink.util.
Messages
Empty TAP include pattern.
_Results_TAP_NumberOfReportsFound(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found [{0}] TAP file(s).
_Results_TAP_UnkownInternalError()
- Static method in class hudson.plugins.testlink.util.
Messages
Unkown internal error.
_Results_TestNG_AddAttachmentsFail(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to add TestNG attachments to this test case execution.
_Results_TestNG_IOException(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
IO error scanning for include pattern [{0}]: {1}.
_Results_TestNG_LookingForTestClasses()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in TestNG classes.
_Results_TestNG_LookingForTestSuites()
- Static method in class hudson.plugins.testlink.util.
Messages
Looking for test results in TestNG suites.
_Results_TestNG_NoPattern()
- Static method in class hudson.plugins.testlink.util.
Messages
Empty TestNG include pattern.
_Results_TestNG_NotesForMethods(Object, Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} config?: {1} signature: {2} status: {3} duration in ms: {4} started at: {5} finished at: {6}
_Results_TestNG_NotesForMethodsWithDataProviders(Object, Object, Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} config?: {1} signature: {2} status: {3} duration in ms: {4} started at: {5} finished at: {6} data provider: {7}
_Results_TestNG_NotesForSuite(Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} duration in ms: {1} started at: {2} finished at: {3} number of tests: {4}
_Results_TestNG_NotesForSuiteAndClass(Object, Object, Object, Object, Object, Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
name: {0} duration in ms: {1} started at: {2} finished at: {3} number of tests: {4} --------------- class name: {5} number of methods: {6}
_Results_TestNG_NumberOfReportsFound(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found [{0}] TestNG XML(s).
_Results_TestNG_UnkownInternalError()
- Static method in class hudson.plugins.testlink.util.
Messages
Unkown internal error.
_TestLinkBuilder_Build_Notes()
- Static method in class hudson.plugins.testlink.util.
Messages
Build created automatically with TestLink Jenkins Plug-in.
_TestLinkBuilder_ExecutingIterativeBuildSteps()
- Static method in class hudson.plugins.testlink.util.
Messages
Executing iterative Build Steps.
_TestLinkBuilder_ExecutingSingleBuildSteps()
- Static method in class hudson.plugins.testlink.util.
Messages
Executing single Build Steps.
_TestLinkBuilder_FailedToUpdateTL(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Failed to update TestLink test results: {0}.
_TestLinkBuilder_InvalidTLAPI()
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid TestLink installation.
_TestLinkBuilder_InvalidTLURL(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Invalid TestLink URL: {0}
_TestLinkBuilder_MandatoryProperty()
- Static method in class hudson.plugins.testlink.util.
Messages
This property is mandatory.
_TestLinkBuilder_MergingEnvVars()
- Static method in class hudson.plugins.testlink.util.
Messages
Merging build environment variables with data retrieved from TestLink.
_TestLinkBuilder_PreparingTLAPI()
- Static method in class hudson.plugins.testlink.util.
Messages
Preparing TestLink client API.
_TestLinkBuilder_SettingSystemProperty(Object, Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Setting system property {0}, value {1}.
_TestLinkBuilder_ShowFoundAutomatedTestCases(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found {0} automated test cases in TestLink.
_TestLinkBuilder_ShowFoundTestResults(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Found {0} test result(s).
_TestLinkBuilder_SortingTestCases()
- Static method in class hudson.plugins.testlink.util.
Messages
Sorting automated test cases by TestLink test plan execution order.
_TestLinkBuilder_TestLinkCommunicationError()
- Static method in class hudson.plugins.testlink.util.
Messages
Error communicating with TestLink.
_TestLinkBuilder_Update_AutomatedTestCases()
- Static method in class hudson.plugins.testlink.util.
Messages
Updating TestLink test cases.
_TestLinkBuilder_UsedTLURL(Object)
- Static method in class hudson.plugins.testlink.util.
Messages
Using TestLink URL: {0}
_TestLinkProjectAction_DisplayName()
- Static method in class hudson.plugins.testlink.util.
Messages
TestLink results
A
B
C
D
E
F
G
H
I
J
K
M
P
R
S
T
U
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012
Jenkins
. All Rights Reserved.