Package

com.github.agourlay.cornichon.steps

wrapped

Permalink

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. case class AttachAsStep(title: String, nested: Vector[Step]) extends WrapperStep with Product with Serializable

    Permalink
  2. case class AttachStep(title: String = "", nested: Vector[Step]) extends WrapperStep with Product with Serializable

    Permalink
  3. case class ConcurrentlyStep(nested: Vector[Step], factor: Int, maxTime: Duration) extends WrapperStep with Product with Serializable

    Permalink
  4. case class EventuallyConf(maxTime: Duration, interval: Duration) extends Product with Serializable

    Permalink
  5. case class EventuallyStep(nested: Vector[Step], conf: EventuallyConf) extends WrapperStep with Product with Serializable

    Permalink
  6. case class LogDurationStep(nested: Vector[Step], label: String) extends WrapperStep with Product with Serializable

    Permalink
  7. case class RepeatDuringStep(nested: Vector[Step], duration: Duration) extends WrapperStep with Product with Serializable

    Permalink
  8. case class RepeatStep(nested: Vector[Step], occurence: Int) extends WrapperStep with Product with Serializable

    Permalink
  9. case class RetryMaxStep(nested: Vector[Step], limit: Int) extends WrapperStep with Product with Serializable

    Permalink
  10. case class WithDataInputStep(nested: Vector[Step], where: String) extends WrapperStep with Product with Serializable

    Permalink
  11. case class WithinStep(nested: Vector[Step], maxDuration: Duration) extends WrapperStep with Product with Serializable

    Permalink

Value Members

  1. object EventuallyConf extends Serializable

    Permalink

Ungrouped