object CommitState

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommitState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(name: String): CommitState
  2. def combine(statuses: Set[CommitState]): CommitState

    failure if any of the contexts report as error or failure pending if there are no statuses or a context is pending success if the latest status for all contexts is success

  3. def valueOf(name: String): Option[CommitState]
  4. val values: Vector[CommitState]
  5. object ERROR extends CommitState
  6. object FAILURE extends CommitState
  7. object PENDING extends CommitState
  8. object SUCCESS extends CommitState