Author

data class Author(    val tag: String,     val name: String,     val email: String)

An author member of the development team

This class represents the structure for the data in the configuration file regarding one author

Constructors

Link copied to clipboard
fun Author(    tag: String,     name: String,     email: String)

Properties

Link copied to clipboard
val email: String

the email adopted in the Code Repository platform

Link copied to clipboard
val name: String

the name to be displayed in the commit message

Link copied to clipboard
val tag: String

the identification to reference this author