final case class JobStatus(conditions: Option[Seq[JobCondition]] = None, uncountedTerminatedPods: Option[UncountedTerminatedPods] = None, completedIndexes: Option[String] = None, startTime: Option[Time] = None, ready: Option[Int] = None, failed: Option[Int] = None, succeeded: Option[Int] = None, completionTime: Option[Time] = None, active: Option[Int] = None) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- JobStatus
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JobStatus(conditions: Option[Seq[JobCondition]] = None, uncountedTerminatedPods: Option[UncountedTerminatedPods] = None, completedIndexes: Option[String] = None, startTime: Option[Time] = None, ready: Option[Int] = None, failed: Option[Int] = None, succeeded: Option[Int] = None, completionTime: Option[Time] = None, active: Option[Int] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: Option[Int]
- def addConditions(newValues: JobCondition*): JobStatus
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val completedIndexes: Option[String]
- val completionTime: Option[Time]
- val conditions: Option[Seq[JobCondition]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val failed: Option[Int]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val ready: Option[Int]
- val startTime: Option[Time]
- val succeeded: Option[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val uncountedTerminatedPods: Option[UncountedTerminatedPods]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withActive(value: Int): JobStatus
- def withCompletedIndexes(value: String): JobStatus
- def withCompletionTime(value: Time): JobStatus
- def withConditions(value: Seq[JobCondition]): JobStatus
- def withFailed(value: Int): JobStatus
- def withReady(value: Int): JobStatus
- def withStartTime(value: Time): JobStatus
- def withSucceeded(value: Int): JobStatus
- def withUncountedTerminatedPods(value: UncountedTerminatedPods): JobStatus