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