static GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.builder() |
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlIssue(Boolean crawlIssue)
TRUE to index all issues within a repository.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlIssueComment(Boolean crawlIssueComment)
TRUE to index all comments on issues.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlIssueCommentAttachment(Boolean crawlIssueCommentAttachment)
TRUE to include all comment attachments for issues.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlPullRequest(Boolean crawlPullRequest)
TRUE to index all pull requests within a repository.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlPullRequestComment(Boolean crawlPullRequestComment)
TRUE to index all comments on pull requests.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlPullRequestCommentAttachment(Boolean crawlPullRequestCommentAttachment)
TRUE to include all comment attachments for pull requests.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.Builder.crawlRepositoryDocuments(Boolean crawlRepositoryDocuments)
TRUE to index all files with a repository.
|
GitHubDocumentCrawlProperties.Builder |
GitHubDocumentCrawlProperties.toBuilder() |