GitQueryRefsCriteria interface
Properties
commit |
List of commit Ids to be searched |
ref |
List of complete or partial names for refs to be searched |
search |
Type of search on refNames, if provided |
Property Details
commitIds
List of commit Ids to be searched
commitIds: string[]
Property Value
string[]
refNames
List of complete or partial names for refs to be searched
refNames: string[]
Property Value
string[]
searchType
Type of search on refNames, if provided
searchType: GitRefSearchType