Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
EntityExecutionDetails |
EntityExecutionDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EntityExecutionDetails> |
JobActivity.getResourceLevelExecutions()
List of Resource executions associated with the Action Group.
|
Modifier and Type | Method and Description |
---|---|
EntityExecutionDetails.Builder |
EntityExecutionDetails.Builder.copy(EntityExecutionDetails model) |
Modifier and Type | Method and Description |
---|---|
JobActivity.Builder |
JobActivity.Builder.resourceLevelExecutions(List<EntityExecutionDetails> resourceLevelExecutions)
List of Resource executions associated with the Action Group.
|
Constructor and Description |
---|
JobActivity(String id,
JobStatus status,
Date timeStarted,
Date timeEnded,
String runbookId,
String runbookName,
String description,
List<EntityExecutionDetails> resourceLevelExecutions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.