Uses of Class
com.oracle.bmc.jms.model.TaskDetails
-
Packages that use TaskDetails Package Description com.oracle.bmc.jms.model -
-
Uses of TaskDetails in com.oracle.bmc.jms.model
Subclasses of TaskDetails in com.oracle.bmc.jms.model Modifier and Type Class Description class
AddInstallationSiteTaskDetails
The task details with adding installation site related information.class
CryptoTaskDetails
The task details with JFR crypto event analysis related information.class
DeployedApplicationMigrationTaskDetails
The task details with deployed application migration related information.class
JavaMigrationTaskDetails
The task details with Java migration related information.class
JfrTaskDetails
The task details with JFR recording related information.class
PerformanceTuningTaskDetails
The task details with performance tuning related information.class
RemoveInstallationSiteTaskDetails
The task details with removing installation site related information.class
ScanJavaServerTaskDetails
The task details with Java server scan related information.class
ScanLibraryTaskDetails
The task details with library scan related information.Methods in com.oracle.bmc.jms.model that return TaskDetails Modifier and Type Method Description TaskDetails
CreateTaskScheduleDetails. getTaskDetails()
TaskDetails
TaskSchedule. getTaskDetails()
TaskDetails
TaskScheduleSummary. getTaskDetails()
TaskDetails
UpdateTaskScheduleDetails. getTaskDetails()
Methods in com.oracle.bmc.jms.model with parameters of type TaskDetails Modifier and Type Method Description CreateTaskScheduleDetails.Builder
CreateTaskScheduleDetails.Builder. taskDetails(TaskDetails taskDetails)
TaskSchedule.Builder
TaskSchedule.Builder. taskDetails(TaskDetails taskDetails)
TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. taskDetails(TaskDetails taskDetails)
UpdateTaskScheduleDetails.Builder
UpdateTaskScheduleDetails.Builder. taskDetails(TaskDetails taskDetails)
Constructors in com.oracle.bmc.jms.model with parameters of type TaskDetails Constructor Description CreateTaskScheduleDetails(String fleetId, String executionRecurrences, TaskDetails taskDetails)
Deprecated.TaskSchedule(String id, String fleetId, String name, TaskSchedule.LifecycleState lifecycleState, String createdBy, String executionRecurrences, TaskDetails taskDetails, Date timeCreated, Date timeLastRun, Date timeNextRun, Date timeLastUpdated)
Deprecated.TaskScheduleSummary(String id, String fleetId, String name, TaskSchedule.LifecycleState lifecycleState, String createdBy, String executionRecurrences, TaskDetails taskDetails, Date timeCreated, Date timeLastRun, Date timeNextRun, Date timeLastUpdated)
Deprecated.UpdateTaskScheduleDetails(String fleetId, String executionRecurrences, TaskDetails taskDetails)
Deprecated.
-