BuildPipelineStageCollection

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

Bases: object

Result of a stage search.

Methods

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

Attributes

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

Initializes a new BuildPipelineStageCollection 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.BuildPipelineStageSummary]) – The value to assign to the items property of this BuildPipelineStageCollection.
items

[Required] Gets the items of this BuildPipelineStageCollection. Summary of the list of stages found for the search.

Returns:The items of this BuildPipelineStageCollection.
Return type:list[oci.devops.models.BuildPipelineStageSummary]