Show / Hide Table of Contents

Class BitbucketCloudFilterExclusionAttributes

Attributes to filter Bitbucket Cloud events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.

Inheritance
object
BitbucketCloudFilterExclusionAttributes
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 BitbucketCloudFilterExclusionAttributes

Properties

FileFilter

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