Package org.azd.git.commits
Class CommitsRequestBuilder.GetCommitsQueryParameters
java.lang.Object
org.azd.git.commits.CommitsRequestBuilder.GetCommitsQueryParameters
- Enclosing class:
CommitsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionAlias or display name of the authorVersion String identifier (name of tag/branch, SHA1 of commit)Version options - Specify additional modifiers to version (e.g Previous)Version type (branch, tag, or commit).Only applies when an itemPath is specified.If provided, a lower bound for filtering commits alphabeticallyIf provided, only include history entries created after this date (String)What Git history mode should be used.If provided, specifies the exact commit ids of the commits to fetch.Whether to include the _links field on the shallow referencesWhether to include the push informationWhether to include the image Url for committers and authorsWhether to include linked work itemsPath of item to search underVersion String identifier (name of tag/branch, SHA1 of commit)Version options - Specify additional modifiers to version (e.g Previous)Version type (branch, tag, or commit).If enabled, this option will ignore the itemVersion and compareVersion parametersNumber of entries to skipIf provided, an upper bound for filtering commits alphabeticallyIf provided, only include history entries created before this date (String)Maximum number of entries to retrieve.Alias or display name of the committer -
Constructor Summary
-
Method Summary
-
Field Details
-
top
Maximum number of entries to retrieve. -
skip
Number of entries to skip -
author
Alias or display name of the author -
compareVersion
Version String identifier (name of tag/branch, SHA1 of commit) -
compareVersionOptions
Version options - Specify additional modifiers to version (e.g Previous) -
compareVersionType
Version type (branch, tag, or commit). Determines how Id is interpreted -
excludeDeletes
Only applies when an itemPath is specified. This determines whether to exclude delete entries of the specified path. -
fromCommitId
If provided, a lower bound for filtering commits alphabetically -
fromDate
If provided, only include history entries created after this date (String) -
historyMode
What Git history mode should be used. This only applies to the search criteria when Ids = null and an itemPath is specified. -
ids
If provided, specifies the exact commit ids of the commits to fetch. May not be combined with other parameters. -
includeLinks
Whether to include the _links field on the shallow references -
includePushData
Whether to include the push information -
includeUserImageUrl
Whether to include the image Url for committers and authors -
includeWorkItems
Whether to include linked work items -
itemPath
Path of item to search under -
itemVersion
Version String identifier (name of tag/branch, SHA1 of commit) -
itemVersionOptions
Version options - Specify additional modifiers to version (e.g Previous) -
itemVersionType
Version type (branch, tag, or commit). Determines how Id is interpreted -
showOldestCommitsFirst
If enabled, this option will ignore the itemVersion and compareVersion parameters -
toCommitId
If provided, an upper bound for filtering commits alphabetically -
toDate
If provided, only include history entries created before this date (String) -
user
Alias or display name of the committer
-
-
Constructor Details
-
GetCommitsQueryParameters
public GetCommitsQueryParameters()
-