GitConfigs

camundala.api.GitConfigs
case class GitConfigs(gitDir: Path, gitConfigs: Seq[GitConfig])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hasProjectGroup(projectName: String, projectGroup: ProjectGroup): Boolean
def projectCloneUrl(projectName: String): Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val colors: Seq[(String, String)]
lazy val init: Unit
lazy val isConfigured: Boolean
lazy val projectConfigs: Seq[ProjectConfig]