Uses of Class
com.chutneytesting.component.dataset.domain.DataSet
-
Packages that use DataSet Package Description com.chutneytesting.component.dataset.api com.chutneytesting.component.dataset.domain com.chutneytesting.component.dataset.infra -
-
Uses of DataSet in com.chutneytesting.component.dataset.api
Methods in com.chutneytesting.component.dataset.api that return DataSet Modifier and Type Method Description static DataSetDataSetMapper. fromDto(DataSetDto dto)Methods in com.chutneytesting.component.dataset.api with parameters of type DataSet Modifier and Type Method Description static DataSetDtoDataSetMapper. toDto(DataSet dataSet, Integer version) -
Uses of DataSet in com.chutneytesting.component.dataset.domain
Methods in com.chutneytesting.component.dataset.domain that return DataSet Modifier and Type Method Description DataSetDataSet.DataSetBuilder. build()DataSetDataSetRepository. findById(String dataSetId)DataSetDataSetRepository. removeById(String dataSetId)DataSetDataSetHistoryRepository. version(String externalDataSetId, Integer version)Retrieve a specific dataset versionMethods in com.chutneytesting.component.dataset.domain that return types with arguments of type DataSet Modifier and Type Method Description Map<Integer,DataSet>DataSetHistoryRepository. allVersions(String externalDataSetId)Retrieve all versions of a dataset with given idList<DataSet>DataSetRepository. findAll()Methods in com.chutneytesting.component.dataset.domain with parameters of type DataSet Modifier and Type Method Description Optional<org.apache.commons.lang3.tuple.Pair<String,Integer>>DataSetHistoryRepository. addVersion(DataSet newDataSet)Add a given dataset versionDataSet.DataSetBuilderDataSet.DataSetBuilder. fromDataSet(DataSet dataset)StringDataSetRepository. save(DataSet dataSet) -
Uses of DataSet in com.chutneytesting.component.dataset.infra
Methods in com.chutneytesting.component.dataset.infra that return DataSet Modifier and Type Method Description DataSetOrientDataSetRepository. findById(String dataSetId)DataSetOrientDataSetRepository. removeById(String dataSetId)DataSetOrientDataSetHistoryRepository. version(String externalDataSetId, Integer version)Methods in com.chutneytesting.component.dataset.infra that return types with arguments of type DataSet Modifier and Type Method Description Map<Integer,DataSet>OrientDataSetHistoryRepository. allVersions(String externalDataSetId)List<DataSet>OrientDataSetRepository. findAll()Methods in com.chutneytesting.component.dataset.infra with parameters of type DataSet Modifier and Type Method Description Optional<org.apache.commons.lang3.tuple.Pair<String,Integer>>OrientDataSetHistoryRepository. addVersion(DataSet newDataSet)static StringDataSetPatchUtils. dataSetValues(DataSet dataSet, boolean pretty)DataSetPatch.DataSetPatchBuilderDataSetPatch.DataSetPatchBuilder. fromDataSets(DataSet newDataSet, DataSet previousDataSet)StringOrientDataSetRepository. save(DataSet dataSet)
-