Uses of Class
com.oracle.bmc.resourcemanager.model.ConfigSourceRecord
-
Packages that use ConfigSourceRecord Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of ConfigSourceRecord in com.oracle.bmc.resourcemanager.model
Subclasses of ConfigSourceRecord in com.oracle.bmc.resourcemanager.model Modifier and Type Class 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.Methods in com.oracle.bmc.resourcemanager.model that return ConfigSourceRecord Modifier and Type Method Description ConfigSourceRecord
Job. getConfigSource()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type ConfigSourceRecord Modifier and Type Method Description Job.Builder
Job.Builder. configSource(ConfigSourceRecord configSource)
Constructors in com.oracle.bmc.resourcemanager.model with parameters of type ConfigSourceRecord Constructor 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.
-