Package

com.beamly.playse4

healthchecks

Permalink

package healthchecks

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait GTGStatus extends AnyRef

    Permalink
  2. abstract class HealthCheck extends AnyRef

    Permalink
  3. case class HealthcheckResponse(report_as_of: DateTime, report_duration: String, tests: Iterable[TestResultResponse]) extends Product with Serializable

    Permalink
  4. final case class TestCancelled(description: String) extends TestStatus with Product with Serializable

    Permalink
  5. final case class TestFailed(description: String, exception: Option[Throwable] = None) extends TestStatus with Product with Serializable

    Permalink
  6. final case class TestResult(name: String, timestamp: DateTime, duration: FiniteDuration, status: TestStatus) extends Product with Serializable

    Permalink
  7. case class TestResultResponse(test_name: String, tested_at: DateTime, duration_millis: Double, test_result: String, description: Option[String]) extends Product with Serializable

    Permalink
  8. sealed abstract class TestStatus extends AnyRef

    Permalink
  9. final case class TestWarning(description: String) extends TestStatus with Product with Serializable

    Permalink

Value Members

  1. object GTGFailed extends GTGStatus with Product with Serializable

    Permalink
  2. object GTGOkay extends GTGStatus with Product with Serializable

    Permalink
  3. object HealthcheckResponse extends Serializable

    Permalink
  4. object TestInProgress extends TestStatus with Product with Serializable

    Permalink
  5. object TestPassed extends TestStatus with Product with Serializable

    Permalink
  6. object TestResultResponse extends Serializable

    Permalink

Ungrouped