camundala.api.docs

Members list

Type members

Classlikes

case class ApiProjectConf(org: String, name: String, version: String, dependencies: Seq[DependencyConf], changelog: Seq[String], isNew: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

the idea is use Camundala to create Company's Process documentation.

the idea is use Camundala to create Company's Process documentation.

For a Start you can create a Catalog.

Attributes

Supertypes
class Object
trait Matchable
class Any
case class DependencyConf(org: String, name: String, version: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class DependencyGraphCreator()(implicit apiConfig: ApiConfig, configs: Seq[ApiProjectConf]) extends DependencyCreator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DependencyLinkCreator()(implicit apiConfig: ApiConfig, configs: Seq[ApiProjectConf]) extends DependencyCreator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DependencyValidator()(implicit apiConfig: ApiConfig, configs: Seq[ApiProjectConf]) extends DependencyCreator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ReleaseConfig(releaseTag: String, jiraReleaseUrl: Option[String], releaseNotes: String, released: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ReleaseConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type