Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
MediaWorkflowTaskState |
MediaWorkflowTaskState.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MediaWorkflowTaskState> |
MediaWorkflowJob.getTaskLifecycleState()
Status of each task.
|
Modifier and Type | Method and Description |
---|---|
MediaWorkflowTaskState.Builder |
MediaWorkflowTaskState.Builder.copy(MediaWorkflowTaskState model) |
Modifier and Type | Method and Description |
---|---|
MediaWorkflowJob.Builder |
MediaWorkflowJob.Builder.taskLifecycleState(List<MediaWorkflowTaskState> taskLifecycleState)
Status of each task.
|
Constructor and Description |
---|
MediaWorkflowJob(List<String> mediaWorkflowConfigurationIds,
String mediaWorkflowId,
String id,
String compartmentId,
String displayName,
MediaWorkflowJob.LifecycleState lifecycleState,
String lifecycleDetails,
List<MediaWorkflowTaskState> taskLifecycleState,
Map<String,Object> parameters,
Date timeCreated,
Date timeUpdated,
Map<String,Object> runnable,
List<JobOutput> outputs,
Date timeStarted,
Date timeEnded,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.