Uses of Class
org.squashtest.squash.automation.tm.testplan.library.model.SourceVersion
Packages that use SourceVersion
Package
Description
-
Uses of SourceVersion in org.squashtest.squash.automation.tm.testplan.library.application
Constructors in org.squashtest.squash.automation.tm.testplan.library.application with parameters of type SourceVersionModifierConstructorDescriptionTestCodeCheckoutStep(SourceVersion sourceVersion, Credentials credentials, String stepName) -
Uses of SourceVersion in org.squashtest.squash.automation.tm.testplan.library.model
Fields in org.squashtest.squash.automation.tm.testplan.library.model declared as SourceVersionMethods in org.squashtest.squash.automation.tm.testplan.library.model that return SourceVersionConstructors in org.squashtest.squash.automation.tm.testplan.library.model with parameters of type SourceVersionModifierConstructorDescriptionProject(SourceVersion testRepository, List<TestExecution> tests, String toolCategory, Credentials testRepositoryCredentials) Project(SourceVersion testRepository, Credentials testRepositoryCredentials, String toolCategory, List<TestExecution> tests, Collection<String> environmentTags, Map<String, Object> environmentVariables) ProjectIdAndSourceVersion(Long tmProjectId, SourceVersion scmRepository)