Uses of Class
com.oracle.bmc.devops.model.ExportedVariable
-
Packages that use ExportedVariable Package Description com.oracle.bmc.devops.model -
-
Uses of ExportedVariable in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ExportedVariable Modifier and Type Method Description ExportedVariable
ExportedVariable.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type ExportedVariable Modifier and Type Method Description List<ExportedVariable>
ExportedVariableCollection. getItems()
List of exported variables.Methods in com.oracle.bmc.devops.model with parameters of type ExportedVariable Modifier and Type Method Description ExportedVariable.Builder
ExportedVariable.Builder. copy(ExportedVariable model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type ExportedVariable Modifier and Type Method Description ExportedVariableCollection.Builder
ExportedVariableCollection.Builder. items(List<ExportedVariable> items)
List of exported variables.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ExportedVariable Constructor Description ExportedVariableCollection(List<ExportedVariable> items)
Deprecated.
-