VersionControlConnection

mill.scalalib.publish.VersionControlConnection

Attributes

Source
VersionControl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def file(scm: String, path: String): String

Attributes

Source
VersionControl.scala
def gitFile(path: String): String

Attributes

Source
VersionControl.scala
def gitGit(hostname: String, path: String, port: Option[Int]): String

Attributes

Source
VersionControl.scala
def gitHttp(hostname: String, path: String, port: Option[Int]): String

Attributes

Source
VersionControl.scala
def gitHttps(hostname: String, path: String, port: Option[Int]): String

Attributes

Source
VersionControl.scala
def gitSsh(hostname: String, path: String, username: Option[String], port: Option[Int]): String

Attributes

Source
VersionControl.scala
def network(scm: String, protocol: String, hostname: String, path: String, username: Option[String], password: Option[String], port: Option[Int]): String

Attributes

Source
VersionControl.scala
def svnFile(path: String): String

Attributes

Source
VersionControl.scala
def svnHttp(hostname: String, path: String, username: Option[String], password: Option[String], port: Option[Int]): String

Attributes

Source
VersionControl.scala
def svnHttps(hostname: String, path: String, username: Option[String], password: Option[String], port: Option[Int]): String

Attributes

Source
VersionControl.scala
def svnSsh(hostname: String, path: String, username: Option[String], port: Option[Int]): String

Attributes

Source
VersionControl.scala
def svnSvn(hostname: String, path: String, username: Option[String], password: Option[String], port: Option[Int]): String

Attributes

Source
VersionControl.scala