Package com.redwood.scheduler.api.model
Interface AppUpgradeInfo
-
public interface AppUpgradeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application
getRootApplication(SchedulerSession session)
String
getRootApplicationName()
String
getTargetPartitionName()
String
getVersion()
-
-
-
Method Detail
-
getVersion
String getVersion()
-
getRootApplicationName
String getRootApplicationName()
-
getTargetPartitionName
String getTargetPartitionName()
-
getRootApplication
Application getRootApplication(SchedulerSession session)
-
-