public static interface GitHubDocumentCrawlProperties.Builder extends SdkPojo, CopyableBuilder<GitHubDocumentCrawlProperties.Builder,GitHubDocumentCrawlProperties>
| Modifier and Type | Method and Description |
|---|---|
GitHubDocumentCrawlProperties.Builder |
crawlIssue(Boolean crawlIssue)
TRUE to index all issues within a repository. |
GitHubDocumentCrawlProperties.Builder |
crawlIssueComment(Boolean crawlIssueComment)
TRUE to index all comments on issues. |
GitHubDocumentCrawlProperties.Builder |
crawlIssueCommentAttachment(Boolean crawlIssueCommentAttachment)
TRUE to include all comment attachments for issues. |
GitHubDocumentCrawlProperties.Builder |
crawlPullRequest(Boolean crawlPullRequest)
TRUE to index all pull requests within a repository. |
GitHubDocumentCrawlProperties.Builder |
crawlPullRequestComment(Boolean crawlPullRequestComment)
TRUE to index all comments on pull requests. |
GitHubDocumentCrawlProperties.Builder |
crawlPullRequestCommentAttachment(Boolean crawlPullRequestCommentAttachment)
TRUE to include all comment attachments for pull requests. |
GitHubDocumentCrawlProperties.Builder |
crawlRepositoryDocuments(Boolean crawlRepositoryDocuments)
TRUE to index all files with a repository. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGitHubDocumentCrawlProperties.Builder crawlRepositoryDocuments(Boolean crawlRepositoryDocuments)
TRUE to index all files with a repository.
crawlRepositoryDocuments - TRUE to index all files with a repository.GitHubDocumentCrawlProperties.Builder crawlIssue(Boolean crawlIssue)
TRUE to index all issues within a repository.
crawlIssue - TRUE to index all issues within a repository.GitHubDocumentCrawlProperties.Builder crawlIssueComment(Boolean crawlIssueComment)
TRUE to index all comments on issues.
crawlIssueComment - TRUE to index all comments on issues.GitHubDocumentCrawlProperties.Builder crawlIssueCommentAttachment(Boolean crawlIssueCommentAttachment)
TRUE to include all comment attachments for issues.
crawlIssueCommentAttachment - TRUE to include all comment attachments for issues.GitHubDocumentCrawlProperties.Builder crawlPullRequest(Boolean crawlPullRequest)
TRUE to index all pull requests within a repository.
crawlPullRequest - TRUE to index all pull requests within a repository.GitHubDocumentCrawlProperties.Builder crawlPullRequestComment(Boolean crawlPullRequestComment)
TRUE to index all comments on pull requests.
crawlPullRequestComment - TRUE to index all comments on pull requests.GitHubDocumentCrawlProperties.Builder crawlPullRequestCommentAttachment(Boolean crawlPullRequestCommentAttachment)
TRUE to include all comment attachments for pull requests.
crawlPullRequestCommentAttachment - TRUE to include all comment attachments for pull requests.Copyright © 2023. All rights reserved.