GitHubDocumentCrawlProperties

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

TRUE to index all issues within a repository.

Link copied to clipboard

TRUE to index all comments on issues.

Link copied to clipboard

TRUE to include all comment attachments for issues.

Link copied to clipboard

TRUE to index all pull requests within a repository.

Link copied to clipboard

TRUE to index all comments on pull requests.

Link copied to clipboard

TRUE to include all comment attachments for pull requests.

Link copied to clipboard

TRUE to index all files with a repository.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String