Uses of Class
com.piketec.jenkins.plugins.tpt.TptVersion
-
Packages that use TptVersion Package Description com.piketec.jenkins.plugins.tpt com.piketec.jenkins.plugins.tpt.api.callables -
-
Uses of TptVersion in com.piketec.jenkins.plugins.tpt
Methods in com.piketec.jenkins.plugins.tpt that return TptVersion Modifier and Type Method Description static 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 TptVersion Modifier and Type Method Description static 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 TptVersion Modifier and Type Field Description TptVersion
GetTestCasesCallableResult. tptVersion
The TPT version the test cases were collected with
-