Class GitHubDocumentCrawlProperties

    • Method Detail

      • crawlRepositoryDocuments

        public final Boolean crawlRepositoryDocuments()

        TRUE to index all files with a repository.

        Returns:
        TRUE to index all files with a repository.
      • crawlIssue

        public final Boolean crawlIssue()

        TRUE to index all issues within a repository.

        Returns:
        TRUE to index all issues within a repository.
      • crawlIssueComment

        public final Boolean crawlIssueComment()

        TRUE to index all comments on issues.

        Returns:
        TRUE to index all comments on issues.
      • crawlIssueCommentAttachment

        public final Boolean crawlIssueCommentAttachment()

        TRUE to include all comment attachments for issues.

        Returns:
        TRUE to include all comment attachments for issues.
      • crawlPullRequest

        public final Boolean crawlPullRequest()

        TRUE to index all pull requests within a repository.

        Returns:
        TRUE to index all pull requests within a repository.
      • crawlPullRequestComment

        public final Boolean crawlPullRequestComment()

        TRUE to index all comments on pull requests.

        Returns:
        TRUE to index all comments on pull requests.
      • crawlPullRequestCommentAttachment

        public final Boolean crawlPullRequestCommentAttachment()

        TRUE to include all comment attachments for pull requests.

        Returns:
        TRUE to include all comment attachments for pull requests.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)