Uses of Class
com.oracle.bmc.devops.model.DeploymentArgument
-
Packages that use DeploymentArgument Package Description com.oracle.bmc.devops.model -
-
Uses of DeploymentArgument in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeploymentArgument Modifier and Type Method Description DeploymentArgument
DeploymentArgument.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DeploymentArgument Modifier and Type Method Description List<DeploymentArgument>
DeploymentArgumentCollection. getItems()
List of arguments provided at the time of deployment.Methods in com.oracle.bmc.devops.model with parameters of type DeploymentArgument Modifier and Type Method Description DeploymentArgument.Builder
DeploymentArgument.Builder. copy(DeploymentArgument model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DeploymentArgument Modifier and Type Method Description DeploymentArgumentCollection.Builder
DeploymentArgumentCollection.Builder. items(List<DeploymentArgument> items)
List of arguments provided at the time of deployment.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeploymentArgument Constructor Description DeploymentArgumentCollection(List<DeploymentArgument> items)
Deprecated.
-