Uses of Class
com.piketec.jenkins.plugins.tpt.TptVersion
Packages that use TptVersion
-
Uses of TptVersion in com.piketec.jenkins.plugins.tpt
Methods in com.piketec.jenkins.plugins.tpt that return TptVersionModifier and TypeMethodDescriptionstatic TptVersion
TptVersion.getVersion
(com.piketec.tpt.api.TptApi api) Read and parses the TPT version behind anTptApi
object.Methods in com.piketec.jenkins.plugins.tpt with parameters of type TptVersionModifier and TypeMethodDescriptionstatic void
TptApiHelper.addTestCase
(TptVersion tptVersion, com.piketec.tpt.api.TestSet testSet, com.piketec.tpt.api.Scenario testCase) Adds a test case to the test set.static Collection<com.piketec.tpt.api.Scenario>
TptApiHelper.getTestCasesFromTestSet
(TptVersion tptVersion, com.piketec.tpt.api.TestSet testSet) Get the test cases that are part of the given test set. -
Uses of TptVersion in com.piketec.jenkins.plugins.tpt.api.callables
Fields in com.piketec.jenkins.plugins.tpt.api.callables declared as TptVersionModifier and TypeFieldDescriptionfinal TptVersion
GetTestCasesCallableResult.tptVersion
The TPT version the test cases were collected with