|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigrationJobEntry | |
---|---|
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 | |
---|---|
MigrationJobEntry |
MigrationStatusResponse.getLatestJob()
Returns the lastest job information |
Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type MigrationJobEntry | |
---|---|
java.util.List<MigrationJobEntry> |
MigrationGetLogsResponse.getJobEntries()
Returns the list of job migration job entries |
Methods in com.gentics.contentnode.rest.model.response.migration with parameters of type MigrationJobEntry | |
---|---|
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 | |
---|---|
void |
MigrationGetLogsResponse.setJobEntries(java.util.List<MigrationJobEntry> jobEntries)
Sets the list of migration job entries fot his reponse. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |