ProjectRepository

mill.contrib.gitlab.ProjectRepository
case class ProjectRepository(baseUrl: String, projectId: Int) extends GitlabPackageRepository

Attributes

Source
GitlabPackageRepository.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def uploadUrl(artifact: Artifact): String

Attributes

Source
GitlabPackageRepository.scala
override def url(): String

Attributes

Definition Classes
Source
GitlabPackageRepository.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product