Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DeploymentWithJarData(processVersion: ProcessVersion, canonicalProcess: CanonicalProcess, inputConfigDuringExecutionJson: String, jarFileName: String) extends Product with Serializable
  2. case class PeriodicProcess(id: PeriodicProcessId, deploymentData: DeploymentWithJarData, scheduleProperty: ScheduleProperty, active: Boolean, createdAt: LocalDateTime) extends Product with Serializable
  3. case class PeriodicProcessDeployment(id: PeriodicProcessDeploymentId, periodicProcess: PeriodicProcess, runAt: LocalDateTime, scheduleName: Option[String], retriesLeft: Int, nextRetryAt: Option[LocalDateTime], state: PeriodicProcessDeploymentState) extends Product with Serializable
  4. final case class PeriodicProcessDeploymentId(value: Long) extends AnyVal with MappedTo[Long] with Product with Serializable
  5. case class PeriodicProcessDeploymentState(deployedAt: Option[LocalDateTime], completedAt: Option[LocalDateTime], status: PeriodicProcessDeploymentStatus) extends Product with Serializable
  6. case class PeriodicProcessId(value: Long) extends MappedTo[Long] with Product with Serializable

Value Members

  1. object PeriodicProcessDeploymentStatus extends Enumeration

Ungrouped