Uses of Class
com.gentics.contentnode.rest.model.response.migration.MigrationJobEntry
-
Uses of MigrationJobEntry in com.gentics.contentnode.rest.model.response.migration
Modifier and TypeMethodDescriptionMigrationStatusResponse.getLatestJob()
Returns the lastest job informationModifier and TypeMethodDescriptionMigrationGetLogsResponse.getJobEntries()
Returns the list of job migration job entriesModifier and TypeMethodDescriptionvoid
MigrationStatusResponse.setLatestJob
(MigrationJobEntry latestJob) Sets the lastest job information for this response.Modifier and TypeMethodDescriptionvoid
MigrationGetLogsResponse.setJobEntries
(List<MigrationJobEntry> jobEntries) Sets the list of migration job entries fot his reponse.