Show / Hide Table of Contents

Class BitbucketCloudFilter

The filter for Bitbucket Cloud events.

Inheritance
object
Filter
BitbucketCloudFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BitbucketCloudFilter : Filter

Properties

Events

Declaration
[JsonProperty(PropertyName = "events", ItemConverterType = typeof(ResponseEnumConverter))]
public List<BitbucketCloudFilter.EventsEnum> Events { get; set; }
Property Value
Type Description
List<BitbucketCloudFilter.EventsEnum>

The events, for example, PUSH, PULL_REQUEST_MERGE.

Exclude

Declaration
[JsonProperty(PropertyName = "exclude")]
public BitbucketCloudFilterExclusionAttributes Exclude { get; set; }
Property Value
Type Description
BitbucketCloudFilterExclusionAttributes

Include

Declaration
[JsonProperty(PropertyName = "include")]
public BitbucketCloudFilterAttributes Include { get; set; }
Property Value
Type Description
BitbucketCloudFilterAttributes
In this article
Back to top