Uses of Class
com.oracle.bmc.databasemigration.model.JobPhaseStatus
-
Packages that use JobPhaseStatus Package Description com.oracle.bmc.databasemigration.model -
-
Uses of JobPhaseStatus in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return JobPhaseStatus Modifier and Type Method Description static JobPhaseStatus
JobPhaseStatus. create(String key)
JobPhaseStatus
MigrationJobProgressResource. getCurrentStatus()
Current status of the job.JobPhaseStatus
MigrationJobProgressSummary. getCurrentStatus()
Current status of the job.JobPhaseStatus
PhaseStatus. getStatus()
Phase statusstatic JobPhaseStatus
JobPhaseStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobPhaseStatus[]
JobPhaseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type JobPhaseStatus Modifier and Type Method Description MigrationJobProgressResource.Builder
MigrationJobProgressResource.Builder. currentStatus(JobPhaseStatus currentStatus)
Current status of the job.MigrationJobProgressSummary.Builder
MigrationJobProgressSummary.Builder. currentStatus(JobPhaseStatus currentStatus)
Current status of the job.PhaseStatus.Builder
PhaseStatus.Builder. status(JobPhaseStatus status)
Phase statusConstructors in com.oracle.bmc.databasemigration.model with parameters of type JobPhaseStatus Constructor Description MigrationJobProgressResource(JobPhaseStatus currentStatus, OdmsJobPhases currentPhase, List<PhaseStatus> phases)
Deprecated.MigrationJobProgressSummary(OdmsJobPhases currentPhase, JobPhaseStatus currentStatus, Integer jobProgress)
Deprecated.PhaseStatus(OdmsJobPhases name, JobPhaseStatus status, Integer durationInMs, Boolean isAdvisorReportAvailable, String issue, String action, List<PhaseExtractEntry> extract, LogLocationBucketDetails logLocation, Integer progress, Boolean isSuspendAvailable, List<JobParameterFileVersionKind> editableParameterFiles)
Deprecated.
-