Uses of Class
com.oracle.bmc.devops.model.ExportedVariableCollection
-
Packages that use ExportedVariableCollection Package Description com.oracle.bmc.devops.model -
-
Uses of ExportedVariableCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ExportedVariableCollection Modifier and Type Method Description ExportedVariableCollection
ExportedVariableCollection.Builder. build()
ExportedVariableCollection
BuildOutputs. getExportedVariables()
ExportedVariableCollection
BuildStageRunProgress. getExportedVariables()
ExportedVariableCollection
TriggerDeploymentPipelineStageRunProgress. getExportedVariables()
Methods in com.oracle.bmc.devops.model with parameters of type ExportedVariableCollection Modifier and Type Method Description ExportedVariableCollection.Builder
ExportedVariableCollection.Builder. copy(ExportedVariableCollection model)
BuildOutputs.Builder
BuildOutputs.Builder. exportedVariables(ExportedVariableCollection exportedVariables)
BuildStageRunProgress.Builder
BuildStageRunProgress.Builder. exportedVariables(ExportedVariableCollection exportedVariables)
TriggerDeploymentPipelineStageRunProgress.Builder
TriggerDeploymentPipelineStageRunProgress.Builder. exportedVariables(ExportedVariableCollection exportedVariables)
Constructors in com.oracle.bmc.devops.model with parameters of type ExportedVariableCollection Constructor 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.
-