/AWS1/CL_KNDGITHUBDOCCRAWLPRPS¶
Provides the configuration information to include certain types of GitHub content. You can configure to index repository files only, or also include issues and pull requests, comments, and comment attachments.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_crawlrepositorydocuments TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto index all files with a repository.
iv_crawlissue TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto index all issues within a repository.
iv_crawlissuecomment TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto index all comments on issues.
iv_crawlissuecommentattach00 TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto include all comment attachments for issues.
iv_crawlpullrequest TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto index all pull requests within a repository.
iv_crawlpullrequestcomment TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto index all comments on pull requests.
iv_crawlpullreqcommentatta00 TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN¶
TRUEto include all comment attachments for pull requests.
Queryable Attributes¶
CrawlRepositoryDocuments¶
TRUEto index all files with a repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLREPOSITORYDOCUMENTS() |
Getter for CRAWLREPOSITORYDOCUMENTS |
CrawlIssue¶
TRUEto index all issues within a repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLISSUE() |
Getter for CRAWLISSUE |
CrawlIssueComment¶
TRUEto index all comments on issues.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLISSUECOMMENT() |
Getter for CRAWLISSUECOMMENT |
CrawlIssueCommentAttachment¶
TRUEto include all comment attachments for issues.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLISSUECOMMENTATTAC00() |
Getter for CRAWLISSUECOMMENTATTACHMENT |
CrawlPullRequest¶
TRUEto index all pull requests within a repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLPULLREQUEST() |
Getter for CRAWLPULLREQUEST |
CrawlPullRequestComment¶
TRUEto index all comments on pull requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLPULLREQUESTCOMMENT() |
Getter for CRAWLPULLREQUESTCOMMENT |
CrawlPullRequestCommentAttachment¶
TRUEto include all comment attachments for pull requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLPULLREQCOMMENTATT00() |
Getter for CRAWLPULLREQCOMMENTATTACHM00 |