case class DiffRoutes()(implicit log: Logger) extends Routes with PageBasic with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffRoutes
- Serializable
- Product
- Equals
- PageBasic
- Routes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DiffRoutes()(implicit log: Logger)
Type Members
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
- def anchor(anchor: Anchor): TypedTag[String]
- Definition Classes
- PageBasic
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blankLink(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
- Definition Classes
- PageBasic
- def caskMetadata: RoutesEndpointsMetadata[DiffRoutes.this.type]
- Definition Classes
- Routes
- def categorySeparator: String
- Definition Classes
- PageBasic
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cypherValueRecordsFrag(values: CypherValueRecords): TypedTag[String]
- Definition Classes
- PageBasic
- def decorators: Seq[Decorator[_, _, _]]
- Definition Classes
- Routes
- def diffPages(beforePath: String, afterPath: String): DiffPages
- def diffReport(beforePathEnc: String, afterPathEnc: String): scalatags.Text.all.doctype
- Annotations
- @get("/diff/:beforePathEnc/:afterPathEnc", endpoints.this.get.<init>$default$2)
- def diffReportURL(diffPages: DiffPages): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def error(msg: scalatags.Text.all.Frag*): scalatags.Text.all.doctype
- Definition Classes
- PageBasic
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initialize()(implicit routes: RoutesEndpointsMetadata[DiffRoutes.this.type]): Unit
- Attributes
- protected[this]
- Definition Classes
- Routes
- def inlineSpacer(): TypedTag[String]
- Definition Classes
- PageBasic
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def link(url: String, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
- Definition Classes
- PageBasic
- def link2LocalAnchor(anchor: Anchor, linkContent: scalatags.Text.all.Frag*): TypedTag[String]
- Definition Classes
- PageBasic
- 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)
- def listAddedScenariosURL(diffPages: DiffPages, group: Group): String
- 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)
- def listAfterScenariosURL(diffPages: DiffPages, group: Group): String
- 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)
- def listBeforeScenariosURL(diffPages: DiffPages, group: Group): String
- 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)
- def listChangedScenariosURL(diffPages: DiffPages, group: Group): String
- 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)
- def listMovedScenariosURL(diffPages: DiffPages, group: Group): String
- 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)
- def listRemovedScenariosURL(diffPages: DiffPages, group: Group): String
- 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
- 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)
- def listUnchangedScenariosURL(diffPages: DiffPages, group: Group): String
- implicit val log: Logger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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)
- def openScenarioInEditorURL(diffPages: DiffPages, scenario: Scenario): String
- implicit def optionToFragOption[T](option: Option[T]): FragOption[T]
- Definition Classes
- PageBasic
- def page(content: scalatags.Text.all.Frag*): scalatags.Text.all.doctype
- Definition Classes
- PageBasic
- def pageTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
- Definition Classes
- PageBasic
- val paths2DiffPages: HashMap[(String, String), DiffPages]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def scenarioLocationFrag(scenario: Scenario, collection: Option[String] = None, showUrl: Option[String] = None, sourceUrl: Option[String] = None): Frag[Builder, String]
- Definition Classes
- PageBasic
- def scenarioTitle(scenario: Scenario): String
- Definition Classes
- PageBasic
- def sectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
- Definition Classes
- PageBasic
- def secureDiffPage(beforePathEnc: String, afterPathEnc: String, pageFrag: (DiffPages) => scalatags.Text.all.doctype, refresh: Boolean = false): scalatags.Text.all.doctype
- 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)
- def showDetailedScenarioDiffURL(diffPages: DiffPages, before: Scenario, after: Scenario): String
- 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)
- def showSingleScenarioURL(diffPages: DiffPages, scenario: Scenario): String
- def stepFrag(step: Step): TypedTag[String]
- Definition Classes
- PageBasic
- def subSectionTitle(title: scalatags.Text.all.Frag*): TypedTag[String]
- Definition Classes
- PageBasic
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated