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 TptVersionTptVersion.getVersion(com.piketec.tpt.api.TptApi api) Read and parses the TPT version behind anTptApiobject.Methods in com.piketec.jenkins.plugins.tpt with parameters of type TptVersionModifier and TypeMethodDescriptionstatic voidTptApiHelper.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 TptVersionGetTestCasesCallableResult.tptVersionThe TPT version the test cases were collected with