Uses of Class
com.chutneytesting.server.core.domain.dataset.DataSet
Packages that use DataSet
-
Uses of DataSet in com.chutneytesting.server.core.domain.dataset
Methods 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)