codacy.docker

api

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class AlternativeConfiguration(enabled: Boolean, include_paths: Option[Set[File]]) extends Product with Serializable

  2. case class Configuration(tools: Set[Tool.Configuration], files: Option[Set[File]], options: Option[Map[Key, Value]]) extends Product with Serializable

  3. final case class ErrorMessage(value: String) extends AnyVal with Product with Serializable

  4. sealed trait Result extends AnyRef

  5. sealed trait Source extends Any

  6. trait Tool extends AnyRef

Value Members

  1. object Configuration extends Serializable

  2. object Parameter

  3. object Pattern

  4. object Result

  5. object Source

  6. object Tool

Ungrouped