Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.JobProgress
-
Packages that use JobProgress Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of JobProgress in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return JobProgress Modifier and Type Method Description JobProgress
JobProgress.Builder. build()
JobProgress
FsuJobSummary. getProgress()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type JobProgress Modifier and Type Method Description JobProgress.Builder
JobProgress.Builder. copy(JobProgress model)
ApplyFsuJobSummary.Builder
ApplyFsuJobSummary.Builder. progress(JobProgress progress)
CleanupFsuJobSummary.Builder
CleanupFsuJobSummary.Builder. progress(JobProgress progress)
PrecheckFsuJobSummary.Builder
PrecheckFsuJobSummary.Builder. progress(JobProgress progress)
RollbackCycleFsuJobSummary.Builder
RollbackCycleFsuJobSummary.Builder. progress(JobProgress progress)
RollbackFsuJobSummary.Builder
RollbackFsuJobSummary.Builder. progress(JobProgress progress)
StageFsuJobSummary.Builder
StageFsuJobSummary.Builder. progress(JobProgress progress)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type JobProgress Constructor Description ApplyFsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String fsuCollectionId, String fsuCycleId, String targetId, ScheduleDetails schedule)
Deprecated.CleanupFsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String fsuCollectionId, String fsuCycleId, String targetId, ScheduleDetails schedule)
Deprecated.FsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PrecheckFsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String fsuCollectionId, String fsuCycleId, String targetId, ScheduleDetails schedule)
Deprecated.RollbackCycleFsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String fsuCollectionId, String fsuCycleId, String targetId)
Deprecated.RollbackFsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String fsuCollectionId, String fsuCycleId, String targetId, ScheduleDetails schedule)
Deprecated.StageFsuJobSummary(String id, String displayName, String compartmentId, String fsuActionId, JobProgress progress, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeFinished, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String fsuCollectionId, String fsuCycleId, String targetId, ScheduleDetails schedule)
Deprecated.
-