Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudConfigSourceRecord
Metadata about the Bitbucket Cloud configuration source.
|
class |
BitbucketServerConfigSourceRecord
Metadata about the Bitbucket Server configuration source.
|
class |
DevOpsConfigSourceRecord
Metadata about the DevOps
configuration source.
|
class |
GitConfigSourceRecord
Metadata about the Git configuration source.
|
class |
ObjectStorageConfigSourceRecord
Metadata about the Object Storage configuration source.
|
class |
ZipUploadConfigSourceRecord
Information about the user-provided Terraform configuration zip file.
|
Modifier and Type | Method and Description |
---|---|
ConfigSourceRecord |
Job.getConfigSource() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.configSource(ConfigSourceRecord configSource) |
Constructor and Description |
---|
Job(String id,
String stackId,
String compartmentId,
String displayName,
Job.Operation operation,
Boolean isThirdPartyProviderExperienceEnabled,
Boolean isProviderUpgradeRequired,
JobOperationDetails jobOperationDetails,
ApplyJobPlanResolution applyJobPlanResolution,
String resolvedPlanJobId,
Date timeCreated,
Date timeFinished,
Job.LifecycleState lifecycleState,
FailureDetails failureDetails,
CancellationDetails cancellationDetails,
String workingDirectory,
Map<String,String> variables,
ConfigSourceRecord configSource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.