Object

isabelle

Isabelle_Cronjob

Related Doc: package isabelle

Permalink

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, afp_version: Option[String], pull_date: Date) extends Product with Serializable

    Permalink
  2. class Log_Service extends AnyRef

    Permalink
  3. class Logger extends AnyRef

    Permalink
  4. sealed case class Logger_Task(name: String = "", body: (Logger) ⇒ Unit) extends Product with Serializable

    Permalink

    logger tasks *

  5. sealed case class Remote_Build(description: String, host: String, user: String = "", port: Int = 0, ssh_host: String = "", ssh_permissive: Boolean = false, proxy_host: String = "", proxy_user: String = "", proxy_port: Int = 0, self_update: Boolean = false, historic: Boolean = false, history: Int = 0, history_base: String = "build_history_base", options: String = "", args: String = "", afp: Boolean = false, slow: Boolean = false, more_hosts: List[String] = Nil, detect: Source = "", active: Boolean = true) extends Product with Serializable

    Permalink
  6. class Task extends AnyRef

    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. object Log_Service

    Permalink

    task logging *

  5. val afp_repos: Path

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val backup: String

    Permalink
  8. val build_history_base: Logger_Task

    Permalink
  9. val build_log_dirs: List[Path]

    Permalink
  10. val build_release: Logger_Task

    Permalink
  11. val build_status_profiles: List[Profile]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cronjob(progress: Progress, exclude_task: Set[String]): Unit

    Permalink

    cronjob *

  14. val cumulative_log: Path

    Permalink
  15. val current_log: Path

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. val exit: Logger_Task

    Permalink
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def get_afp_rev(): String

    Permalink
  22. def get_rev(): String

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. val init: Logger_Task

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val isabelle_repos: Path

    Permalink
  27. val isabelle_repos_source: String

    Permalink
  28. def main(args: Array[String]): Unit

    Permalink

    command line entry point *

  29. val main_dir: Path

    Permalink
  30. val main_state_file: Path

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def recent_items(db: Database, days: Int, rev: String, afp_rev: Option[String], sql: Source): List[Item]

    Permalink
  35. def remote_build_history(rev: String, afp_rev: Option[String], i: Int, r: Remote_Build): Logger_Task

    Permalink
  36. val remote_builds1: List[List[Remote_Build]]

    Permalink
  37. val remote_builds2: List[List[Remote_Build]]

    Permalink
  38. val remote_builds_old: List[Remote_Build]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def unknown_runs(items: List[Item]): List[List[Item]]

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped