abstract class DbProcessActionRepository[F[_]] extends Repository[F] with EspTables with CommentActions with ProcessActionRepository[F] with LazyLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DbProcessActionRepository
  2. LazyLogging
  3. ProcessActionRepository
  4. CommentActions
  5. EspTables
  6. AttachmentEntityFactory
  7. TagsEntityFactory
  8. ProcessActionEntityFactory
  9. EnvironmentsEntityFactory
  10. ProcessVersionEntityFactory
  11. CommentEntityFactory
  12. ProcessEntityFactory
  13. BaseEntityFactory
  14. Repository
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DbProcessActionRepository(dbConfig: DbConfig, buildInfos: ProcessingTypeDataProvider[Map[String, String], _])(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

Abstract Value Members

  1. abstract def run[R]: (DB[R]) => F[R]
    Definition Classes
    Repository

Concrete 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. def addInProgressAction(processId: ProcessId, actionType: ProcessActionType, processVersion: Option[VersionId], buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): F[ProcessActionId]
  5. def addInstantAction(processId: ProcessId, processVersion: VersionId, actionType: ProcessActionType, comment: Option[Comment], buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): F[ProcessAction]
  6. lazy val api: API
    Attributes
    protected
    Definition Classes
    Repository
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val commentsTable: TableQuery[CommentEntity]
    Definition Classes
    CommentEntityFactory
  11. val dbConfig: DbConfig
  12. def deleteInProgressActions(): F[Unit]
  13. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getFinishedProcessAction(actionId: ProcessActionId)(implicit ec: ExecutionContext): F[Option[ProcessAction]]
  18. def getFinishedProcessActions(processId: ProcessId, actionTypesOpt: Option[Set[ProcessActionType]])(implicit ec: ExecutionContext): F[List[ProcessAction]]
  19. def getInProgressActionTypes(processId: ProcessId): F[Set[ProcessActionType]]
  20. def getLastActionPerProcess(actionState: Set[ProcessActionState], actionTypesOpt: Option[Set[ProcessActionType]]): F[Map[ProcessId, ProcessAction]]
  21. def getUserActionsAfter(user: LoggedUser, possibleActionTypes: Set[ProcessActionType], possibleStates: Set[ProcessActionState], limit: Instant): F[Seq[(ProcessActionEntityData, ProcessName)]]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lockActionsTable: F[Unit]
  25. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  26. def markActionAsFailed(actionId: ProcessActionId, processId: ProcessId, actionType: ProcessActionType, processVersion: Option[VersionId], performedAt: Instant, failureMessage: String, buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): F[Unit]
  27. def markActionAsFinished(actionId: ProcessActionId, processId: ProcessId, actionType: ProcessActionType, processVersion: VersionId, performedAt: Instant, comment: Option[Comment], buildInfoProcessingType: Option[ProcessingType])(implicit user: LoggedUser): F[Unit]
  28. def markFinishedActionAsExecutionFinished(actionId: ProcessActionId): F[Boolean]
  29. def markProcessAsArchived(processId: ProcessId, processVersion: VersionId)(implicit user: LoggedUser): F[ProcessAction]
  30. def markProcessAsUnArchived(processId: ProcessId, processVersion: VersionId)(implicit user: LoggedUser): F[ProcessAction]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def newCommentAction(processId: ProcessId, processVersionId: => VersionId, comment: Option[Comment])(implicit ec: ExecutionContext, loggedUser: LoggedUser): DB[Option[CommentEntityData]]
    Definition Classes
    CommentActions
  33. def nextIdAction[T <: JdbcProfile](implicit jdbcProfile: T): slick.jdbc.JdbcProfile.API.DBIO[Long]
    Definition Classes
    CommentActions
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  37. implicit def processActionState: JdbcType[ProcessActionState] with BaseTypedType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  38. implicit def processActionType: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]
    Definition Classes
    BaseEntityFactory
  39. val processActionsTable: TableQuery[ProcessActionEntity]
    Definition Classes
    ProcessActionEntityFactory
  40. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  41. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  42. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  43. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  44. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  45. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  46. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  47. lazy val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    Repository
  48. def removeAction(actionId: ProcessActionId): F[Unit]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. val tagsTable: TableQuery[TagsEntity]
    Definition Classes
    TagsEntityFactory
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from LazyLogging

Inherited from ProcessActionRepository[F]

Inherited from CommentActions

Inherited from EspTables

Inherited from TagsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from Repository[F]

Inherited from AnyRef

Inherited from Any

Ungrouped