sealed trait DoctorExplanation extends AnyRef
Various explanations to help explain the various sections of a Build Target in the Doctor.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoctorExplanation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def correctMessage: String
Message explaining what support for this means.
- abstract def incorrectMessage: String
Message explaining what you'll be missing if this is incorrect.
- abstract def show(allTargetsInfo: Seq[DoctorTargetInfo]): Boolean
Whether or not the incorrect message needs to be shown along with he correct one.
- abstract def title: String
Title of the explanation
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def explanation(title: String, correctMessage: String, incorrectMessage: String, show: Boolean): Obj
Take the values and creates a json explanation.
- def explanation(html: HtmlBuilder, title: String, correctMessage: String, incorrectMessage: String, show: Boolean): HtmlBuilder
Take the values and creates an html explanation for them.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toHtml(html: HtmlBuilder, allTargetsInfo: Seq[DoctorTargetInfo]): HtmlBuilder
Takes in a builder and returns a builder with the explanations attached.
Takes in a builder and returns a builder with the explanations attached.
- html
The builder your're working with.
- def toJson(allTargetsInfo: Seq[DoctorTargetInfo]): Obj
Take the results and return them in Json
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated