BuildPipelineCollection¶
-
class
oci.devops.models.
BuildPipelineCollection
(**kwargs)¶ Bases:
object
Results of a pipeline search.
Methods
__init__
(**kwargs)Initializes a new BuildPipelineCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this BuildPipelineCollection. -
__init__
(**kwargs)¶ Initializes a new BuildPipelineCollection 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.BuildPipelineSummary]) – The value to assign to the items property of this BuildPipelineCollection.
-
items
¶ [Required] Gets the items of this BuildPipelineCollection. Array of build pipeline summary items.
Returns: The items of this BuildPipelineCollection. Return type: list[oci.devops.models.BuildPipelineSummary]
-