Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Class and Description |
---|---|
class |
ObjectStorageBucketContentDetails
Details about Object Storage Bucket source.
|
Modifier and Type | Method and Description |
---|---|
ContentDetails |
PlatformSpecificArtifact.getContent() |
ContentDetails |
ScriptBasedExecutionDetails.getContent() |
ContentDetails |
GenericArtifact.getContent() |
Modifier and Type | Method and Description |
---|---|
PlatformSpecificArtifact.Builder |
PlatformSpecificArtifact.Builder.content(ContentDetails content) |
ScriptBasedExecutionDetails.Builder |
ScriptBasedExecutionDetails.Builder.content(ContentDetails content) |
GenericArtifact.Builder |
GenericArtifact.Builder.content(ContentDetails content) |
Constructor and Description |
---|
GenericArtifact(ContentDetails content)
Deprecated.
|
PlatformSpecificArtifact(ContentDetails content,
PlatformSpecificArtifact.OsType osType,
PlatformSpecificArtifact.Architecture architecture)
Deprecated.
|
ScriptBasedExecutionDetails(TaskVariable variables,
ContentDetails content,
String command,
List<ConfigAssociationDetails> credentials)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.