p

net.bzzt

reproduciblebuilds

package reproduciblebuilds

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Certification(name: String, groupId: String, artifactId: String, version: String, scmUri: Option[String], classifier: Option[String], scalacPlugins: Seq[String], scalaVersion: String, scalaBinaryVersion: String, sbtVersion: String, checksums: Seq[Checksum], date: Long) extends Product with Serializable
  2. case class Checksum(filename: String, length: Int, checksum: List[Byte]) extends Product with Serializable
  3. case class Mismatch(our: Checksum, their: Checksum) extends Verdict with Product with Serializable
  4. sealed trait Verdict extends AnyRef
  5. case class VerificationResult(uri: URI, ourSums: Map[String, Checksum], remoteSums: Map[String, Checksum]) extends Product with Serializable

Value Members

  1. object AssemblyHelpers
  2. object Certification extends Serializable
  3. object Checksum extends Serializable
  4. object GpgHelpers
  5. object Match extends Verdict with Product with Serializable
  6. object MissingInOurs extends Verdict with Product with Serializable
  7. object MissingInTheirs extends Verdict with Product with Serializable
  8. object ReproducibleBuildsAssemblyPlugin extends AutoPlugin
  9. object ReproducibleBuildsPlugin extends AutoPlugin
  10. object SbtNativePackagerHelpers

    Helper code for sbt-native-packager integration.

    Helper code for sbt-native-packager integration.

    The main ReproducibleBuildsPlugin code should not rely on any sbt-native-packager code, since this plugin should be usable without sbt-native-packager and not introduce it to projects not already using it.

    Any code dependent on sbt-native-packager classes should go here, and only be called in case it is indeed available.

    To avoid 'leaking' references to sbt-native-packager classes into other classes, care should be taken that none appear in parameter or return value types either.

  11. object VerificationResult extends Serializable

Ungrouped