package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
case class
DependencyScope(scope: String) extends Product with Serializable
- Annotations
- @JSExportAll()
-
case class
Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
- Annotations
- @JSExportAll()
- trait GavAware extends AnyRef
- case class MetadataElement(branchId: Option[String], commitId: Option[String], projectId: Option[String]) extends Product with Serializable
-
case class
ProjectDependency(scope: DependencyScope, gav: Gav, hasExplicitScope: Boolean, shouldBeProvided: Boolean, parentClassifier: Option[String]) extends GavAware with Product with Serializable
- Annotations
- @JSExportAll()
- case class ProjectDescriptor(main: String, name: String, descriptorVersion: String, gav: Gav, classifier: Option[String], tags: Seq[String], apiVersion: Option[String], organizationId: Option[String], originalFormatVersion: Option[String], metadata: Option[MetadataElement], backwardsCompatible: Option[Boolean], publishWithRefFiles: Option[Boolean], description: Option[String], projectId: Option[String], dependencies: Seq[ProjectDependency]) extends GavAware with Product with Serializable
Value Members
-
object
DependencyScope extends Serializable
- Annotations
- @JSExportAll() @JSExportTopLevel( "DependencyScope" )
-
object
DesignScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "DesignScope" )
-
object
ExtensionScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ExtensionScope" )
- object Gav extends Serializable
-
object
ValidationScope extends DependencyScope
- Annotations
- @JSExportAll() @JSExportTopLevel( "ValidationScope" )