Uses of Class
com.gentics.contentnode.rest.model.response.migration.MigrationJobEntry
Packages that use MigrationJobEntry
-
Uses of MigrationJobEntry in com.gentics.contentnode.rest.model.response.migration
Methods in com.gentics.contentnode.rest.model.response.migration that return MigrationJobEntryModifier and TypeMethodDescriptionMigrationStatusResponse.getLatestJob()Returns the lastest job informationMethods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type MigrationJobEntryModifier and TypeMethodDescriptionMigrationGetLogsResponse.getJobEntries()Returns the list of job migration job entriesMethods in com.gentics.contentnode.rest.model.response.migration with parameters of type MigrationJobEntryModifier and TypeMethodDescriptionvoidMigrationStatusResponse.setLatestJob(MigrationJobEntry latestJob) Sets the lastest job information for this response.Method parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type MigrationJobEntryModifier and TypeMethodDescriptionvoidMigrationGetLogsResponse.setJobEntries(List<MigrationJobEntry> jobEntries) Sets the list of migration job entries fot his reponse.