UpdateBuildPipelineDetails¶
- 
class oci.devops.models.UpdateBuildPipelineDetails(**kwargs)¶
- Bases: - object- The information to be updated for the given build pipeline. - Methods - __init__(**kwargs)- Initializes a new UpdateBuildPipelineDetails object with values from keyword arguments. - Attributes - build_pipeline_parameters- Gets the build_pipeline_parameters of this UpdateBuildPipelineDetails. - defined_tags- Gets the defined_tags of this UpdateBuildPipelineDetails. - description- Gets the description of this UpdateBuildPipelineDetails. - display_name- Gets the display_name of this UpdateBuildPipelineDetails. - freeform_tags- Gets the freeform_tags of this UpdateBuildPipelineDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateBuildPipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - description (str) – The value to assign to the description property of this UpdateBuildPipelineDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateBuildPipelineDetails.
- build_pipeline_parameters (oci.devops.models.BuildPipelineParameterCollection) – The value to assign to the build_pipeline_parameters property of this UpdateBuildPipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBuildPipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBuildPipelineDetails.
 
 - 
build_pipeline_parameters¶
- Gets the build_pipeline_parameters of this UpdateBuildPipelineDetails. - Returns: - The build_pipeline_parameters of this UpdateBuildPipelineDetails. - Return type: - oci.devops.models.BuildPipelineParameterCollection 
 - Gets the defined_tags of this UpdateBuildPipelineDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns: - The defined_tags of this UpdateBuildPipelineDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this UpdateBuildPipelineDetails. Optional description about the build pipeline. - Returns: - The description of this UpdateBuildPipelineDetails. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this UpdateBuildPipelineDetails. Build pipeline display name. Avoid entering confidential information. - Returns: - The display_name of this UpdateBuildPipelineDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateBuildPipelineDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {“bar-key”: “value”} - Returns: - The freeform_tags of this UpdateBuildPipelineDetails. - Return type: - dict(str, str) 
 
-