Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class DependencyScope(scope: String) extends Product with Serializable
    Annotations
    @JSExportAll()
  2. case class Gav(groupId: String, assetId: String, version: String) extends Product with Serializable
    Annotations
    @JSExportAll()
  3. trait GavAware extends AnyRef
  4. case class MetadataElement(branchId: Option[String], commitId: Option[String], projectId: Option[String]) extends Product with Serializable
  5. case class ProjectDependency(scope: DependencyScope, gav: Gav, hasExplicitScope: Boolean, shouldBeProvided: Boolean, parentClassifier: Option[String]) extends GavAware with Product with Serializable
    Annotations
    @JSExportAll()
  6. 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

  1. object DependencyScope extends Serializable
    Annotations
    @JSExportAll() @JSExportTopLevel( "DependencyScope" )
  2. object DesignScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "DesignScope" )
  3. object ExtensionScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ExtensionScope" )
  4. object Gav extends Serializable
  5. object ValidationScope extends DependencyScope
    Annotations
    @JSExportAll() @JSExportTopLevel( "ValidationScope" )

Ungrouped