Uses of Class
com.chutneytesting.admin.domain.Backup
-
Packages that use Backup Package Description com.chutneytesting.admin.api.dto com.chutneytesting.admin.domain com.chutneytesting.admin.infra -
-
Uses of Backup in com.chutneytesting.admin.api.dto
Methods in com.chutneytesting.admin.api.dto that return Backup Modifier and Type Method Description static BackupBackupMapper. fromDto(BackupDto dto)Methods in com.chutneytesting.admin.api.dto with parameters of type Backup Modifier and Type Method Description static BackupDtoBackupMapper. toDto(Backup backup) -
Uses of Backup in com.chutneytesting.admin.domain
Methods in com.chutneytesting.admin.domain that return Backup Modifier and Type Method Description BackupBackupRepository. read(String backupId)Methods in com.chutneytesting.admin.domain that return types with arguments of type Backup Modifier and Type Method Description List<Backup>BackupRepository. list()Methods in com.chutneytesting.admin.domain with parameters of type Backup Modifier and Type Method Description StringBackupRepository. save(Backup backup) -
Uses of Backup in com.chutneytesting.admin.infra
Methods in com.chutneytesting.admin.infra that return Backup Modifier and Type Method Description BackupFileSystemBackupRepository. read(String backupId)Methods in com.chutneytesting.admin.infra that return types with arguments of type Backup Modifier and Type Method Description List<Backup>FileSystemBackupRepository. list()Methods in com.chutneytesting.admin.infra with parameters of type Backup Modifier and Type Method Description StringFileSystemBackupRepository. save(Backup backup)
-