class DeploymentService extends ActionService with ProcessStateProvider with LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentService
- LazyLogging
- ProcessStateProvider
- ActionService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def enrichDetailsWithProcessState[F[_]](processTraverse: F[ScenarioWithDetails])(implicit arg0: Traverse[F], user: LoggedUser, freshnessPolicy: DataFreshnessPolicy): Future[F[ScenarioWithDetails]]
- Definition Classes
- DeploymentService → ProcessStateProvider
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getLastStateAction(expectedProcessingType: ProcessingType, processId: ProcessId): Future[Option[ProcessAction]]
- Definition Classes
- DeploymentService → ActionService
- def getProcessState(processDetails: ScenarioWithDetailsEntity[_])(implicit user: LoggedUser, freshnessPolicy: DataFreshnessPolicy): Future[ProcessState]
- Definition Classes
- DeploymentService → ProcessStateProvider
- def getProcessState(processIdWithName: ProcessIdWithName)(implicit user: LoggedUser, freshnessPolicy: DataFreshnessPolicy): Future[ProcessState]
- Definition Classes
- DeploymentService → ProcessStateProvider
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def invalidateInProgressActions(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- def markActionExecutionFinished(processingType: ProcessingType, actionId: ProcessActionId): Future[Boolean]
- Definition Classes
- DeploymentService → ActionService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def prepareDeployedScenarioData(processDetails: ScenarioWithDetailsEntity[CanonicalProcess], actionId: ProcessActionId, nodesDeploymentData: NodesDeploymentData, additionalDeploymentData: Map[String, String] = Map.empty)(implicit user: LoggedUser): Future[DeployedScenarioData]
- Attributes
- protected
- def processCommand[Result](command: ScenarioCommand[Result]): Future[Result]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validateBeforeDeploy(processDetails: ScenarioWithDetailsEntity[CanonicalProcess], deployedScenarioData: DeployedScenarioData, updateStrategy: DeploymentUpdateStrategy)(implicit user: LoggedUser): Future[Unit]
- Attributes
- protected
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)