Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TfvcChangesetSearchCriteria

Criteria used in a search for change lists

Hierarchy

  • TfvcChangesetSearchCriteria

Index

Properties

Optional author

author: string

Alias or display name of user who made the changes

Optional followRenames

followRenames: boolean

Whether or not to follow renames for the given item being queried

Optional fromDate

fromDate: string

If provided, only include changesets created after this date (string) Think of a better name for this.

Optional fromId

fromId: number

If provided, only include changesets after this changesetID

Optional includeLinks

includeLinks: boolean

Whether to include the _links field on the shallow references

Optional itemPath

itemPath: string

Path of item to search under

Optional mappings

mappings: Array<TfvcMappingFilter>

Optional toDate

toDate: string

If provided, only include changesets created before this date (string) Think of a better name for this.

Optional toId

toId: number

If provided, a version descriptor for the latest change list to include

Generated using TypeDoc