Package

com.gu.facia.api.models

faciapress

Permalink

package faciapress

Visibility
  1. Public
  2. All

Type Members

  1. final case class FrontPath(get: String) extends AnyVal with Product with Serializable

    Permalink
  2. case class PressJob(path: FrontPath, pressType: PressType, creationTime: DateTime = DateTime.now, forceConfigUpdate: Option[Boolean] = Option(false)) extends Product with Serializable

    Permalink
  3. sealed trait PressType extends AnyRef

    Permalink

Value Members

  1. object Draft extends PressType with Product with Serializable

    Permalink
  2. object FrontPath extends Serializable

    Permalink
  3. object Live extends PressType with Product with Serializable

    Permalink
  4. object PressJob extends Serializable

    Permalink
  5. object PressType

    Permalink

    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