Aggregate

izumi.sbtgen.model.Aggregate
case class Aggregate(name: ArtifactId, artifacts: Seq[Artifact], pathPrefix: Seq[String], groups: Set[Group], defaultPlatforms: Seq[PlatformEnv], settings: Seq[SettingDef], enableProjectSharedAggSettings: Boolean, dontIncludeInSuperAgg: Boolean, sharedDeps: Seq[ScopedDependency], sharedLibs: Seq[ScopedLibrary], sharedPlugins: Plugins, sharedSettings: Seq[SettingDef])

Attributes

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

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product