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
- All
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 witht he correct one.
-
abstract
def
title: String
Title of the explanation
-
abstract
def
toHtml(html: HtmlBuilder, allTargetsInfo: Seq[DoctorTargetInfo]): Unit
Takes in a builder and returns a builder with the explanations attatched.
Takes in a builder and returns a builder with the explanations attatched.
- html
The builder your're working with.
-
abstract
def
toJson(allTargetsInfo: Seq[DoctorTargetInfo]): Obj
Take the results and return them in Json
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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.
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- 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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()