extractOnly property

List<GithubExtract> extractOnly
final

This parameter is optional. GithubExtract enum allows you to specify what do you want to extract from the shared github repo.

  • GithubExtract.code - Instructs only extracting code from the repo.
  • GithubExtract.issue - Instructs only extrating issues from the repo.

By default GithubExtract.code is added to the list. Therefore, it only extracts code from the repo

Implementation

final List<GithubExtract> extractOnly;