Packages

case class DiffRoutes()(implicit log: Logger) extends Routes with PageBasic with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, PageBasic, Routes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffRoutes
  2. Serializable
  3. Product
  4. Equals
  5. PageBasic
  6. Routes
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DiffRoutes()(implicit log: Logger)

Type Members

  1. trait Anchor extends AnyRef
    Definition Classes
    PageBasic
  2. class FragOption[T] extends AnyRef
    Definition Classes
    PageBasic

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. def anchor(anchor: Anchor): TypedTag[String]
    Definition Classes
    PageBasic
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def blankLink(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
    Definition Classes
    PageBasic
  7. def caskMetadata: RoutesEndpointsMetadata[DiffRoutes.this.type]
    Definition Classes
    Routes
  8. def categorySeparator: String
    Definition Classes
    PageBasic
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def cypherValueRecordsFrag(values: CypherValueRecords): TypedTag[String]
    Definition Classes
    PageBasic
  11. def decorators: Seq[Decorator[_, _, _]]
    Definition Classes
    Routes
  12. def diffPages(beforePath: String, afterPath: String): DiffPages
  13. def diffReport(beforePathEnc: String, afterPathEnc: String): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc", endpoints.this.get.<init>$default$2)
  14. def diffReportURL(diffPages: DiffPages): String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def error(msg: scalatags.Text.all.Frag*): scalatags.Text.all.doctype
    Definition Classes
    PageBasic
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def initialize()(implicit routes: RoutesEndpointsMetadata[DiffRoutes.this.type]): Unit
    Attributes
    protected[this]
    Definition Classes
    Routes
  19. def inlineSpacer(): TypedTag[String]
    Definition Classes
    PageBasic
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def link(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
    Definition Classes
    PageBasic
  22. def link2LocalAnchor(anchor: Anchor, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
    Definition Classes
    PageBasic
  23. def listAddedScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/added/:groupId", endpoints.this.get.<init>$default$2)
  24. def listAddedScenariosURL(diffPages: DiffPages, group: Group): String
  25. def listAfterScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/after/:groupId", endpoints.this.get.<init>$default$2)
  26. def listAfterScenariosURL(diffPages: DiffPages, group: Group): String
  27. def listBeforeScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/before/:groupId", endpoints.this.get.<init>$default$2)
  28. def listBeforeScenariosURL(diffPages: DiffPages, group: Group): String
  29. def listChangedScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/changed/:groupId", endpoints.this.get.<init>$default$2)
  30. def listChangedScenariosURL(diffPages: DiffPages, group: Group): String
  31. def listMovedScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/moved/:groupId", endpoints.this.get.<init>$default$2)
  32. def listMovedScenariosURL(diffPages: DiffPages, group: Group): String
  33. def listRemovedScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/removed/:groupId", endpoints.this.get.<init>$default$2)
  34. def listRemovedScenariosURL(diffPages: DiffPages, group: Group): String
  35. def listScenariosPage(scenarios: (Group) => Option[Set[Scenario]], group: Group, kind: Option[scalatags.Text.all.Frag], showSingleScenarioURL: (Scenario) => String, openScenarioInEditorURL: (Scenario) => String): scalatags.Text.all.doctype
    Definition Classes
    PageBasic
  36. def listUnchangedScenarios(beforePathEnc: String, afterPathEnc: String, groupId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/unchanged/:groupId", endpoints.this.get.<init>$default$2)
  37. def listUnchangedScenariosURL(diffPages: DiffPages, group: Group): String
  38. implicit val log: Logger
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def openScenarioInEditor(beforePathEnc: String, afterPathEnc: String, scenarioId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/open/:scenarioId", endpoints.this.get.<init>$default$2)
  43. def openScenarioInEditorURL(diffPages: DiffPages, scenario: Scenario): String
  44. implicit def optionToFragOption[T](option: Option[T]): FragOption[T]
    Definition Classes
    PageBasic
  45. def page(content: scalatags.Text.all.Frag*): scalatags.Text.all.doctype
    Definition Classes
    PageBasic
  46. def pageTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
    Definition Classes
    PageBasic
  47. val paths2DiffPages: HashMap[(String, String), DiffPages]
  48. def productElementNames: Iterator[String]
    Definition Classes
    Product
  49. def scenarioLocationFrag(scenario: Scenario, collection: Option[String] = None, showUrl: Option[String] = None, sourceUrl: Option[String] = None): Frag[Builder, String]
    Definition Classes
    PageBasic
  50. def scenarioTitle(scenario: Scenario): String
    Definition Classes
    PageBasic
  51. def sectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
    Definition Classes
    PageBasic
  52. def secureDiffPage(beforePathEnc: String, afterPathEnc: String, pageFrag: (DiffPages) => scalatags.Text.all.doctype, refresh: Boolean = false): scalatags.Text.all.doctype
  53. def showDetailedScenarioDiff(beforePathEnc: String, afterPathEnc: String, beforeId: Int, afterId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/scenarioDiff/:beforeId/:afterId", endpoints.this.get.<init>$default$2)
  54. def showDetailedScenarioDiffURL(diffPages: DiffPages, before: Scenario, after: Scenario): String
  55. def showSingleScenario(beforePathEnc: String, afterPathEnc: String, scenarioId: Int): scalatags.Text.all.doctype
    Annotations
    @get("/diff/:beforePathEnc/:afterPathEnc/scenario/:scenarioId", endpoints.this.get.<init>$default$2)
  56. def showSingleScenarioURL(diffPages: DiffPages, scenario: Scenario): String
  57. def stepFrag(step: Step): TypedTag[String]
    Definition Classes
    PageBasic
  58. def subSectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
    Definition Classes
    PageBasic
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PageBasic

Inherited from Routes

Inherited from AnyRef

Inherited from Any

Ungrouped