case class ConfigGitStats(dateFrom: Option[github.nscala_time.time.Imports.DateTime] = None, dateTo: Option[github.nscala_time.time.Imports.DateTime] = None, directoryName: String = sys.props("user.dir"), excelFileName: Option[String] = None, verbose: Boolean = false, ignoredFileTypes: List[String] = ..., ignoredSubDirectories: List[String] = List("node_modules").sorted, onlyKnown: Boolean = false, output: Boolean = false, subtotals: Boolean = false) extends Product with Serializable

Configuration value object for this app.

dateFrom

If specified, earliest date to process commits, otherwise there is no lower limit

dateTo

If specified, latest date to process commits, otherwise there is no upper limit

directoryName

Top of git directory tree

excelFileName

output to an Excel file with the given name instead of an UTF-8 table

ignoredFileTypes

List of file types to ignore when processing the git commit log

ignoredSubDirectories

List of subdirectories to ignore when processing the git commit log

onlyKnown

If a file type is not hard-coded in the filetype match statement, do not process it.

output

Show output of OS commands

subtotals

Set to see per-repo statistics as well as the grand totals

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigGitStats
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigGitStats(dateFrom: Option[github.nscala_time.time.Imports.DateTime] = None, dateTo: Option[github.nscala_time.time.Imports.DateTime] = None, directoryName: String = sys.props("user.dir"), excelFileName: Option[String] = None, verbose: Boolean = false, ignoredFileTypes: List[String] = ..., ignoredSubDirectories: List[String] = List("node_modules").sorted, onlyKnown: Boolean = false, output: Boolean = false, subtotals: Boolean = false)

    dateFrom

    If specified, earliest date to process commits, otherwise there is no lower limit

    dateTo

    If specified, latest date to process commits, otherwise there is no upper limit

    directoryName

    Top of git directory tree

    excelFileName

    output to an Excel file with the given name instead of an UTF-8 table

    ignoredFileTypes

    List of file types to ignore when processing the git commit log

    ignoredSubDirectories

    List of subdirectories to ignore when processing the git commit log

    onlyKnown

    If a file type is not hard-coded in the filetype match statement, do not process it.

    output

    Show output of OS commands

    subtotals

    Set to see per-repo statistics as well as the grand totals

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val dateFrom: Option[github.nscala_time.time.Imports.DateTime]
  7. val dateTo: Option[github.nscala_time.time.Imports.DateTime]
  8. lazy val directory: File
  9. val directoryName: String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val excelFileName: Option[String]
  12. lazy val excelWorkbook: Option[ExcelOutput]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. lazy val fromFormatted: Option[String]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. lazy val gitRepoName: String

    This only works if the current directory is the root of a git directory tree

  17. val ignoredFileTypes: List[String]
  18. val ignoredSubDirectories: List[String]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. val onlyKnown: Boolean
  24. val output: Boolean
  25. val subtotals: Boolean
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. lazy val toFormatted: Option[String]
  28. val verbose: Boolean
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped