Uses of Class
com.chutneytesting.server.core.domain.dataset.DataSet
Packages that use DataSet
Package
Description
-
Uses of DataSet in com.chutneytesting.server.core.domain.dataset
Fields in com.chutneytesting.server.core.domain.dataset declared as DataSetFields in com.chutneytesting.server.core.domain.dataset with type parameters of type DataSetMethods in com.chutneytesting.server.core.domain.dataset that return DataSetModifier and TypeMethodDescriptionDataSet.DataSetBuilder.build()Retrieve a specific dataset versionMethods in com.chutneytesting.server.core.domain.dataset that return types with arguments of type DataSetModifier and TypeMethodDescriptionDataSetHistoryRepository.allVersions(String externalDataSetId) Retrieve all versions of a dataset with given idMethods in com.chutneytesting.server.core.domain.dataset with parameters of type DataSetModifier and TypeMethodDescriptionDataSetHistoryRepository.addVersion(DataSet newDataSet) Add a given dataset versionDataSet.DataSetBuilder.fromDataSet(DataSet dataset) -
Uses of DataSet in com.chutneytesting.server.core.domain.execution
Fields in com.chutneytesting.server.core.domain.execution declared as DataSetConstructors in com.chutneytesting.server.core.domain.execution with parameters of type DataSetModifierConstructorDescriptionExecutionRequest(TestCase testCase, String environment, String userId, DataSet dataset) ExecutionRequest(TestCase testCase, String environment, String userId, DataSet dataset, CampaignExecution campaignExecution)