Package com.redwood.scheduler.api.model
Interface AppPostImportContext
-
- All Superinterfaces:
AppImportContext
public interface AppPostImportContext extends AppImportContext
Data available at Post import only
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SchedulerEntity>
getImportedObjects()
Objects imported from car file-
Methods inherited from interface com.redwood.scheduler.api.model.AppImportContext
getAppUpgradeInfo, getDynamicObjects, getStdOutLog
-
-
-
-
Method Detail
-
getImportedObjects
List<SchedulerEntity> getImportedObjects()
Objects imported from car file- Returns:
- List
-
-