Project

izumi.sbtgen.model.Project
case class Project(name: ArtifactId, aggregates: Seq[Aggregate], topLevelSettings: Seq[SettingDef], sharedSettings: Seq[SettingDef], sharedAggSettings: Seq[SettingDef], rootSettings: Seq[SettingDef], imports: Seq[Import], globalLibs: Seq[ScopedLibrary], rootPlugins: Plugins, globalPlugins: Plugins, pluginConflictRules: Map[String, Boolean], appendPlugins: Seq[SbtPlugin])

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product