Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Class and Description |
---|---|
class |
ApiBasedExecutionDetails
Details for API-based execution.
|
class |
ScriptBasedExecutionDetails
Details for script-based execution.
|
Modifier and Type | Method and Description |
---|---|
ExecutionDetails |
Details.getExecutionDetails() |
ExecutionDetails |
AssociatedLocalTaskDetails.getExecutionDetails() |
Modifier and Type | Method and Description |
---|---|
Details.Builder |
Details.Builder.executionDetails(ExecutionDetails executionDetails) |
AssociatedLocalTaskDetails.Builder |
AssociatedLocalTaskDetails.Builder.executionDetails(ExecutionDetails executionDetails) |
Constructor and Description |
---|
AssociatedLocalTaskDetails(ExecutionDetails executionDetails,
String description,
String platform,
Boolean isCopyToLibraryEnabled,
OsType osType,
Properties properties,
Boolean isDiscoveryOutputTask,
Boolean isApplySubjectTask,
String name)
Deprecated.
|
Details(ExecutionDetails executionDetails,
String platform,
OsType osType,
TaskScope scope,
Properties properties,
Boolean isDiscoveryOutputTask,
Boolean isApplySubjectTask)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.