Serialized Form
-
Package com.piketec.jenkins.plugins.tpt
-
Class com.piketec.jenkins.plugins.tpt.TptVersion extends Object implements Serializable
-
Serialized Fields
-
major
int major
The main TPT version -
updateLevel
int updateLevel
The update level
-
-
-
-
Package com.piketec.jenkins.plugins.tpt.api.callables
-
Class com.piketec.jenkins.plugins.tpt.api.callables.CleanUpCallable extends TptApiCallable<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tptFilePath
FilePath tptFilePath
-
-
Class com.piketec.jenkins.plugins.tpt.api.callables.ExecuteTestsWorkerJobCallable extends TptApiCallable<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallable extends TptApiCallable<GetTestCasesCallableResult> implements Serializable
- serialVersionUID:
- 1L
-
Class com.piketec.jenkins.plugins.tpt.api.callables.GetTestCasesCallableResult extends Object implements Serializable
-
Serialized Fields
-
testCaseConditionsPresent
boolean testCaseConditionsPresent
true
if any of the test sets had an test set condition AND tpt version supported cecking for test set condtions via API,false
otherwise. -
testCaseCount
int testCaseCount
The total number of test cases including duplicates. -
testCases
Set<String> testCases
The names of all test cases. -
tptVersion
TptVersion tptVersion
The TPT version the test cases were collected with
-
-
-
Class com.piketec.jenkins.plugins.tpt.api.callables.RunOverviewReportCallable extends TptApiCallable<Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable extends Object implements Serializable
- serialVersionUID:
- 1L
-