BuildRunArgumentCollection

class oci.devops.models.BuildRunArgumentCollection(**kwargs)

Bases: object

Specifies list of arguments passed along with the build run.

Methods

__init__(**kwargs) Initializes a new BuildRunArgumentCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this BuildRunArgumentCollection.
__init__(**kwargs)

Initializes a new BuildRunArgumentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.devops.models.BuildRunArgument]) – The value to assign to the items property of this BuildRunArgumentCollection.
items

[Required] Gets the items of this BuildRunArgumentCollection. List of arguments provided at the time of running the build.

Returns:The items of this BuildRunArgumentCollection.
Return type:list[oci.devops.models.BuildRunArgument]