class DeploymentService extends ActionService with ProcessStateProvider with LazyLogging

Linear Supertypes
LazyLogging, ProcessStateProvider, ActionService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeploymentService
  2. LazyLogging
  3. ProcessStateProvider
  4. ActionService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DeploymentService(dispatcher: DeploymentManagerDispatcher, processRepository: FetchingProcessRepository[DB], actionRepository: ScenarioActionRepository, dbioRunner: DBIOActionRunner, processValidator: ProcessingTypeDataProvider[UIProcessValidator, _], scenarioResolver: ProcessingTypeDataProvider[ScenarioResolver, _], processChangeListener: ProcessChangeListener, scenarioStateTimeout: Option[FiniteDuration], deploymentCommentSettings: Option[DeploymentCommentSettings], clock: Clock = Clock.systemUTC())(implicit system: ActorSystem)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def enrichDetailsWithProcessState[F[_]](processTraverse: F[ScenarioWithDetails])(implicit arg0: Traverse[F], user: LoggedUser, freshnessPolicy: DataFreshnessPolicy): Future[F[ScenarioWithDetails]]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. def getLastStateAction(expectedProcessingType: ProcessingType, processId: ProcessId): Future[Option[ProcessAction]]
    Definition Classes
    DeploymentServiceActionService
  11. def getProcessState(processDetails: ScenarioWithDetailsEntity[_])(implicit user: LoggedUser, freshnessPolicy: DataFreshnessPolicy): Future[ProcessState]
  12. def getProcessState(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser, freshnessPolicy: DataFreshnessPolicy): Future[ProcessState]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def invalidateInProgressActions(): Unit
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  17. def markActionExecutionFinished(processingType: ProcessingType, actionId: ProcessActionId): Future[Boolean]
    Definition Classes
    DeploymentServiceActionService
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def prepareDeployedScenarioData(processDetails: ScenarioWithDetailsEntity[CanonicalProcess], actionId: ProcessActionId, nodesDeploymentData: NodesDeploymentData, additionalDeploymentData: Map[String, String] = Map.empty)(implicit user: LoggedUser): Future[DeployedScenarioData]
    Attributes
    protected
  22. def processCommand[Result](command: ScenarioCommand[Result]): Future[Result]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def validateBeforeDeploy(processDetails: ScenarioWithDetailsEntity[CanonicalProcess], deployedScenarioData: DeployedScenarioData, updateStrategy: DeploymentUpdateStrategy)(implicit user: LoggedUser): Future[Unit]
    Attributes
    protected
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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

    (Since version 9)

Inherited from LazyLogging

Inherited from ProcessStateProvider

Inherited from ActionService

Inherited from AnyRef

Inherited from Any

Ungrouped