public interface ParametersBuilder
build() method is invoked.
Map params = builder.testCase()
.addEntity(testCase)
.addCustomFields(testCaseFields)
.iteration()
.addCustomFields(iterationFields)
.build();
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
build()
builds the parameter map
|
ScopedParametersBuilder<org.squashtest.tm.domain.campaign.Campaign> |
campaign()
opens the campaign scope
|
ScopedParametersBuilder<org.squashtest.tm.domain.campaign.Iteration> |
iteration()
opens the iteration scope
|
ScopedParametersBuilder<org.squashtest.tm.domain.testcase.TestCase> |
testCase()
opens the test case scope
|
ScopedParametersBuilder<org.squashtest.tm.domain.testcase.TestCase> testCase()
ScopedParametersBuilder<org.squashtest.tm.domain.campaign.Iteration> iteration()
ScopedParametersBuilder<org.squashtest.tm.domain.campaign.Campaign> campaign()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.