Method: DatadogAPIClient::V2::CIAppPipelineEventInProgressPipeline#git
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_pipeline.rb
#git ⇒ Object
If pipelines are triggered due to actions to a Git repository, then all payloads must contain this. Note that either ‘tag` or `branch` has to be provided, but not both.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_pipeline.rb', line 29 def git @git end |