package compiler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ArtifactPublisher extends AnyRef
  2. trait Codecs extends AnyRef
  3. trait CompilerLog extends AnyRef
  4. sealed trait Credentials extends AnyRef
  5. class CredentialsReader extends AnyRef
  6. case class CsharpCredentials(nugetRepo: String, nugetUser: String, nugetPassword: String) extends LangCredentials with Product with Serializable
  7. case class GoCredentials(gitUser: String, gitEmail: String, gitRepoUrl: String, gitRepoName: String, gitPubKey: String) extends LangCredentials with Product with Serializable
  8. case class IDLCArgs(source: Path, overlay: Path, target: Path, languages: List[LanguageOpts], init: Option[Path], versionOverlay: Option[Path], overrides: Map[String, String], publish: Boolean = false) extends Product with Serializable
  9. class LangCredentials extends Credentials
  10. case class LanguageOpts(id: String, withRuntime: Boolean, manifest: Option[File], credentials: Option[File], extensions: List[String], overrides: Map[String, String]) extends Product with Serializable
  11. class ManifestReader extends AnyRef
  12. class ManifestWriter extends AnyRef
  13. sealed trait RawMf extends AnyRef
  14. case class ScalaCredentials(sbtRealm: String, sbtHost: String, sbtUser: String, sbtPassword: String, sbtReleasesRepo: String, sbtSnapshotsRepo: String) extends LangCredentials with Product with Serializable
  15. trait Shutdown extends AnyRef
  16. case class TypescriptCredentials(npmRepo: String, npmUser: String, npmPassword: String, npmEmail: String) extends LangCredentials with Product with Serializable
  17. case class VersionOverlay(version: String, release: Boolean, snapshotQualifiers: Map[String, String]) extends Product with Serializable

Value Members

  1. object Codecs extends Codecs
  2. object CommandlineIDLCompiler
  3. object CompilerLog
  4. object IDLCArgs extends Serializable
  5. object RawMf
  6. object ShutdownImpl extends Shutdown
  7. object VersionOverlay extends Serializable

Ungrouped