Show / Hide Table of Contents

Class DevopsCodeRepositoryFilterExclusionAttributes

Attributes to filter DevopsCodeRepository 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
DevopsCodeRepositoryFilterExclusionAttributes
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 DevopsCodeRepositoryFilterExclusionAttributes

Properties

FileFilter

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