Packages

p

com.gu.facia.api.models

faciapress

package faciapress

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class FrontPath(get: String) extends AnyVal with Product with Serializable
  2. case class PressJob(path: FrontPath, pressType: PressType, creationTime: DateTime = DateTime.now, forceConfigUpdate: Option[Boolean] = Option(false)) extends Product with Serializable
  3. sealed trait PressType extends AnyRef

Value Members

  1. case object Draft extends PressType with Product with Serializable
  2. object FrontPath extends Serializable
  3. case object Live extends PressType with Product with Serializable
  4. object PressJob extends Serializable
  5. object PressType

    Strictly speaking, these models aren't part of the facia API - they are specific to communication between the fronts tool and facia-press in the frontend project.

    Strictly speaking, these models aren't part of the facia API - they are specific to communication between the fronts tool and facia-press in the frontend project. It's useful to enforce consistency between the two apps though to avoid messages failing to parse, and this seems the most obvious place to put them, so here they are.

Ungrouped