me.elrod

copr

package copr

Visibility
  1. Public
  2. All

Type Members

  1. case class BuildDetail(status: String, project: String, owner: String, results: String, builtPkgs: List[String], srcVersion: String, chroots: Map[String, String], submittedOn: Long, startedOn: Long, endedOn: Long, srcPkg: String, submittedBy: String, output: String) extends Response with Product with Serializable

  2. case class CoprConfig(baseurl: String, authentication: Option[(String, String)]) extends Product with Serializable

  3. case class CoprDetail(output: String, detail: Option[Repo]) extends Response with Product with Serializable

  4. case class Coprs(output: String, repos: Option[List[Repo]], error: Option[String]) extends Response with Product with Serializable

  5. case class Repo(yumRepos: Map[String, String], additionalRepos: String, instructions: String, name: String, description: String, lastModified: Option[Long]) extends Product with Serializable

  6. sealed trait Response extends AnyRef

  7. trait ResponseInstances extends AnyRef

Value Members

  1. object BuildDetail extends Serializable

  2. object Copr extends ResponseInstances

  3. object CoprDetail extends Serializable

  4. object Coprs extends Serializable

  5. object Repo extends Serializable

Ungrouped