package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class DeploymentWithJarData(processVersion: ProcessVersion, canonicalProcess: CanonicalProcess, inputConfigDuringExecutionJson: String, jarFileName: String) extends Product with Serializable
- case class PeriodicProcess(id: PeriodicProcessId, deploymentData: DeploymentWithJarData, scheduleProperty: ScheduleProperty, active: Boolean, createdAt: LocalDateTime) extends Product with Serializable
- case class PeriodicProcessDeployment(id: PeriodicProcessDeploymentId, periodicProcess: PeriodicProcess, runAt: LocalDateTime, scheduleName: Option[String], retriesLeft: Int, nextRetryAt: Option[LocalDateTime], state: PeriodicProcessDeploymentState) extends Product with Serializable
- final case class PeriodicProcessDeploymentId(value: Long) extends AnyVal with MappedTo[Long] with Product with Serializable
- case class PeriodicProcessDeploymentState(deployedAt: Option[LocalDateTime], completedAt: Option[LocalDateTime], status: PeriodicProcessDeploymentStatus) extends Product with Serializable
- case class PeriodicProcessId(value: Long) extends MappedTo[Long] with Product with Serializable
Value Members
- object PeriodicProcessDeploymentStatus extends Enumeration