Object

isabelle

Build_Status

Related Doc: package isabelle

Permalink

object Build_Status

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

Type Members

  1. sealed case class Data(date: Date, entries: List[Data_Entry]) extends Product with Serializable

    Permalink
  2. sealed case class Data_Entry(name: String, hosts: List[String], stretch: Double, sessions: List[Session]) extends Product with Serializable

    Permalink
  3. sealed case class Entry(chapter: String, pull_date: Date, afp_pull_date: Option[Date], isabelle_version: String, afp_version: String, timing: Timing, ml_timing: Timing, maximum_heap: Long, average_heap: Long, stored_heap: Long, status: Build_Log.Session_Status.Value, errors: List[String]) extends Product with Serializable

    Permalink
  4. sealed case class Image(name: String, width: Int, height: Int) extends Product with Serializable

    Permalink
  5. sealed case class Profile(description: String, history: Int = 0, afp: Boolean = false, slow: Boolean = false, sql: String) extends Product with Serializable

    Permalink
  6. sealed case class Session(name: String, threads: Int, entries: List[Entry], ml_statistics: ML_Statistics, ml_statistics_date: Long) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def build_status(options: Options, progress: Progress = No_Progress, profiles: List[Profile] = default_profiles, only_sessions: Set[String] = Set.empty, verbose: Boolean = false, target_dir: Path = default_target_dir, ml_statistics: Boolean = false, image_size: (Int, Int) = default_image_size): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val default_history: Int

    Permalink
  8. val default_image_size: (Int, Int)

    Permalink
  9. def default_profiles: List[Profile]

    Permalink
  10. val default_target_dir: Path

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val isabelle_tool: Isabelle_Tool

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def present_data(data: Data, progress: Progress = No_Progress, target_dir: Path = default_target_dir, image_size: (Int, Int) = default_image_size): Unit

    Permalink
  22. def print_version(isabelle_version: String, afp_version: String = "", chapter: String = "AFP"): String

    Permalink
  23. def read_data(options: Options, progress: Progress = No_Progress, profiles: List[Profile] = default_profiles, only_sessions: Set[String] = Set.empty, ml_statistics: Boolean = false, ml_statistics_domain: (String) ⇒ Boolean = (key: String) => true, verbose: Boolean = false): Data

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped