Package

im.mange.shoreditch.engine

hipster

Permalink

package hipster

Visibility
  1. Public
  2. All

Type Members

  1. case class Action(id: Long, description: String) extends Step with Product with Serializable

    Permalink
  2. case class AvailableServices(system: System, services: Seq[Service]) extends Product with Serializable

    Permalink
  3. case class AvailableSystems(alias: String, systems: Seq[System]) extends Product with Serializable

    Permalink
  4. case class Check(id: Long, uncleanDescription: String, failedAttempts: Int = 0) extends Step with Product with Serializable

    Permalink
  5. case class Script(engineEventListener: ScriptEventListener, services: Services, steps: Seq[Step] = Nil, name: String, debug: Boolean)(implicit clock: Clock) extends Product with Serializable

    Permalink
  6. case class ServiceOffering(env: String, version: String, validated: Boolean) extends Product with Serializable

    Permalink
  7. trait Step extends AnyRef

    Permalink
  8. case class StepFactory() extends Product with Serializable

    Permalink
  9. case class VersionedService(alias: String, env: Option[String], offering: Option[ServiceOffering]) extends Product with Serializable

    Permalink

Value Members

  1. object Script extends Serializable

    Permalink

Ungrouped