Class Project
java.lang.Object
org.squashtest.squash.automation.tm.testplan.library.model.Project
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProject(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) -
Method Summary
-
Field Details
-
testRepository
-
testRepositoryCredentials
-
toolCategory
-
-
Constructor Details
-
Project
public Project(SourceVersion testRepository, List<TestExecution> tests, String toolCategory, Credentials testRepositoryCredentials) -
Project
public Project(SourceVersion testRepository, Credentials testRepositoryCredentials, String toolCategory, List<TestExecution> tests, Collection<String> environmentTags, Map<String, Object> environmentVariables)
-
-
Method Details
-
getTests
-
getEnvironmentTags
-
getEnvironmentVariables
-