Package org.azd.git.types
Class GitCommitsBatch
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.git.types.GitCommitsBatch
Represents a request body object for Get Commits Batch API.
-
Field Summary
Modifier and TypeFieldDescriptionAlias or display name of the authorOnly applicable when ItemVersion specified.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 underIf provided, identifies the commit or branch to searchIf 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 retrieveAlias or display name of the committer -
Constructor Summary
-
Method Summary
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Field Details
-
skip
Number of entries to skip -
top
Maximum number of entries to retrieve -
author
Alias or display name of the author -
compareVersion
Only applicable when ItemVersion specified. If provided, start walking history starting at this commit. -
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
If provided, identifies the commit or branch to search -
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
-
GitCommitsBatch
public GitCommitsBatch()
-