Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
ExportedVariableCollection |
ExportedVariableCollection.Builder.build() |
ExportedVariableCollection |
BuildStageRunProgress.getExportedVariables() |
ExportedVariableCollection |
BuildOutputs.getExportedVariables() |
ExportedVariableCollection |
TriggerDeploymentPipelineStageRunProgress.getExportedVariables() |
Modifier and Type | Method and Description |
---|---|
ExportedVariableCollection.Builder |
ExportedVariableCollection.Builder.copy(ExportedVariableCollection model) |
BuildStageRunProgress.Builder |
BuildStageRunProgress.Builder.exportedVariables(ExportedVariableCollection exportedVariables) |
BuildOutputs.Builder |
BuildOutputs.Builder.exportedVariables(ExportedVariableCollection exportedVariables) |
TriggerDeploymentPipelineStageRunProgress.Builder |
TriggerDeploymentPipelineStageRunProgress.Builder.exportedVariables(ExportedVariableCollection exportedVariables) |
Constructor and Description |
---|
BuildOutputs(ExportedVariableCollection exportedVariables,
DeliveredArtifactCollection deliveredArtifacts,
DeployArtifactOverrideArgumentCollection artifactOverrideParameters,
VulnerabilityAuditSummaryCollection vulnerabilityAuditSummaryCollection)
Deprecated.
|
BuildStageRunProgress(String stageDisplayName,
String buildPipelineStageId,
Date timeStarted,
Date timeFinished,
BuildPipelineStageRunProgress.Status status,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessors,
String actualBuildRunnerShape,
ActualBuildRunnerShapeConfig actualBuildRunnerShapeConfig,
BuildStageRunProgress.Image image,
String buildSpecFile,
Integer stageExecutionTimeoutInSeconds,
BuildSourceCollection buildSourceCollection,
String primaryBuildSource,
List<BuildStageRunStep> steps,
ExportedVariableCollection exportedVariables,
NetworkChannel privateAccessConfig)
Deprecated.
|
TriggerDeploymentPipelineStageRunProgress(String stageDisplayName,
String buildPipelineStageId,
Date timeStarted,
Date timeFinished,
BuildPipelineStageRunProgress.Status status,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessors,
ExportedVariableCollection exportedVariables,
DeployArtifactOverrideArgumentCollection artifactOverrideParameters,
String deploymentId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.