CreateBuildPipelineDetails¶
-
class
oci.devops.models.
CreateBuildPipelineDetails
(**kwargs)¶ Bases:
object
Information about the new build pipeline to be created.
Methods
__init__
(**kwargs)Initializes a new CreateBuildPipelineDetails object with values from keyword arguments. Attributes
build_pipeline_parameters
Gets the build_pipeline_parameters of this CreateBuildPipelineDetails. defined_tags
Gets the defined_tags of this CreateBuildPipelineDetails. description
Gets the description of this CreateBuildPipelineDetails. display_name
Gets the display_name of this CreateBuildPipelineDetails. freeform_tags
Gets the freeform_tags of this CreateBuildPipelineDetails. project_id
[Required] Gets the project_id of this CreateBuildPipelineDetails. -
__init__
(**kwargs)¶ Initializes a new CreateBuildPipelineDetails 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 CreateBuildPipelineDetails.
- display_name (str) – The value to assign to the display_name property of this CreateBuildPipelineDetails.
- project_id (str) – The value to assign to the project_id property of this CreateBuildPipelineDetails.
- build_pipeline_parameters (oci.devops.models.BuildPipelineParameterCollection) – The value to assign to the build_pipeline_parameters property of this CreateBuildPipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateBuildPipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateBuildPipelineDetails.
-
build_pipeline_parameters
¶ Gets the build_pipeline_parameters of this CreateBuildPipelineDetails.
Returns: The build_pipeline_parameters of this CreateBuildPipelineDetails. Return type: oci.devops.models.BuildPipelineParameterCollection
Gets the defined_tags of this CreateBuildPipelineDetails. 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 CreateBuildPipelineDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateBuildPipelineDetails. Optional description about the build pipeline.
Returns: The description of this CreateBuildPipelineDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateBuildPipelineDetails. Build pipeline display name. Avoid entering confidential information.
Returns: The display_name of this CreateBuildPipelineDetails. Return type: str
Gets the freeform_tags of this CreateBuildPipelineDetails. 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 CreateBuildPipelineDetails. Return type: dict(str, str)
-
project_id
¶ [Required] Gets the project_id of this CreateBuildPipelineDetails. The OCID of the DevOps project.
Returns: The project_id of this CreateBuildPipelineDetails. Return type: str
-