Packages

class DeploymentRepository extends NuTables

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeploymentRepository
  2. NuTables
  3. DeploymentEntityFactory
  4. AttachmentEntityFactory
  5. TagsEntityFactory
  6. ProcessActionEntityFactory
  7. EnvironmentsEntityFactory
  8. ProcessVersionEntityFactory
  9. CommentEntityFactory
  10. ProcessEntityFactory
  11. BaseEntityFactory
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeploymentRepository(dbRef: DbRef)(implicit ec: ExecutionContext)

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
    Definition Classes
    AttachmentEntityFactory
  2. class CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]
    Definition Classes
    CommentEntityFactory
  3. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
    Definition Classes
    EnvironmentsEntityFactory
  4. class ProcessActionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessActionEntityData]
    Definition Classes
    ProcessActionEntityFactory
  5. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
    Definition Classes
    ProcessEntityFactory
  6. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
    Definition Classes
    ProcessVersionEntityFactory
  7. class ProcessVersionEntity extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  10. class ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  11. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
    Definition Classes
    TagsEntityFactory
  12. class DeploymentsEntity extends slick.jdbc.JdbcProfile.API.Table[DeploymentEntityData]
    Definition Classes
    DeploymentEntityFactory

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val commentsTable: TableQuery[CommentEntity]
    Definition Classes
    CommentEntityFactory
  8. implicit def deploymentIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentId]
    Attributes
    protected
    Definition Classes
    DeploymentEntityFactory
  9. lazy val deploymentsTable: TableQuery[DeploymentsEntity]
    Definition Classes
    DeploymentEntityFactory
  10. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getDeploymentById(id: DeploymentId): DB[Option[DeploymentWithScenarioMetadata]]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  21. implicit def processActionState: JdbcType[ProcessActionState] with BaseTypedType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  22. val processActionsTable: TableQuery[ProcessActionEntity]
    Definition Classes
    ProcessActionEntityFactory
  23. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  24. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  25. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  26. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  27. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  28. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  29. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  30. val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    DeploymentRepositoryNuTablesEnvironmentsEntityFactoryBaseEntityFactory
  31. def saveDeployment(deployment: DeploymentEntityData): DB[Either[ConflictingDeploymentIdError, Unit]]
  32. implicit def scenarioActionName: JdbcType[ScenarioActionName] with BaseTypedType[ScenarioActionName]
    Definition Classes
    BaseEntityFactory
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val tagsTable: TableQuery[TagsEntity]
    Definition Classes
    TagsEntityFactory
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NuTables

Inherited from DeploymentEntityFactory

Inherited from AttachmentEntityFactory

Inherited from TagsEntityFactory

Inherited from EnvironmentsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from AnyRef

Inherited from Any

Ungrouped