Uses of Class
com.gentics.contentnode.rest.model.response.migration.MigrationJobEntry
-
Packages that use MigrationJobEntry Package Description com.gentics.contentnode.rest.model.response.migration -
-
Uses of MigrationJobEntry in com.gentics.contentnode.rest.model.response.migration
Methods in com.gentics.contentnode.rest.model.response.migration that return MigrationJobEntry Modifier and Type Method Description MigrationJobEntry
MigrationStatusResponse. getLatestJob()
Returns the lastest job informationMethods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type MigrationJobEntry Modifier and Type Method Description List<MigrationJobEntry>
MigrationGetLogsResponse. getJobEntries()
Returns the list of job migration job entriesMethods in com.gentics.contentnode.rest.model.response.migration with parameters of type MigrationJobEntry Modifier and Type Method Description void
MigrationStatusResponse. 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 MigrationJobEntry Modifier and Type Method Description void
MigrationGetLogsResponse. setJobEntries(List<MigrationJobEntry> jobEntries)
Sets the list of migration job entries fot his reponse.
-