Packages

o

isabelle

Isabelle_Cronjob

object Isabelle_Cronjob

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

Type Members

  1. sealed case class Item(known: Boolean, isabelle_version: String, pull_date: Date) extends Product with Serializable
  2. class Log_Service extends AnyRef
  3. class Logger extends AnyRef
  4. sealed case class Logger_Task(name: String = "", body: (Logger) ⇒ Unit) extends Product with Serializable

    task logging *

  5. sealed case class Remote_Build(description: String, host: String, user: String = "", port: Int = 0, shared_home: Boolean = true, historic: Boolean = false, history: Int = 0, history_base: String = "build_history_base", options: String = "", args: String = "", detect: Source = "") extends Product with Serializable
  6. class Task extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val afp_repos: Path
  5. val afp_source: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val build_status_profiles: List[Profile]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def cronjob(progress: Progress, exclude_task: Set[String]): Unit

    cronjob *

  10. val cumulative_log: Path
  11. val current_log: Path
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val isabelle_repos: Path
  19. val isabelle_repos_test: Path
  20. val jenkins_jobs: List[String]
  21. def main(args: Array[String]): Unit

    command line entry point *

  22. val main_dir: Path
  23. val main_state_file: Path
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def recent_items(db: Database, days: Int, rev: String, sql: Source): List[Item]
  28. val remote_builds: List[List[Remote_Build]]
  29. val remote_builds_old: List[Remote_Build]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def unknown_runs(items: List[Item]): List[List[Item]]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped