mill.contrib.gitlab

Members list

Type members

Classlikes

case class GitlabAuthHeaders(headers: Seq[(String, String)])

Actual headers to inject to http requests to gitlab.

Actual headers to inject to http requests to gitlab.

Value parameters

headers

header -> value pairs

Attributes

Companion
object
Source
GitlabAuthHeaders.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
GitlabAuthHeaders.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Source
GitlabMavenRepository.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
GitlabPackageRepository.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Source
GitlabPublishModule.scala
Supertypes
trait JavaModule
trait RunModule
trait RunModuleApi
trait BspModule
trait BspModuleApi
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
trait
Source
GitlabPublishModule.scala
Supertypes
class RootModule0
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type
class GitlabPublisher(upload: Upload, repo: ProjectRepository, log: Logger)

Attributes

Source
GitlabPublisher.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Source
GitlabTokenLookup.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
GitlabTokenLookup.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Source
GitlabUploader.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class GitlabUploader(authentication: GitlabAuthHeaders, readTimeout: Int, connectTimeout: Int)

Attributes

Companion
object
Source
GitlabUploader.scala
Supertypes
class Object
trait Matchable
class Any
case class GroupRepository(baseUrl: String, groupId: String) extends GitlabPackageRepository

Attributes

Source
GitlabPackageRepository.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class InstanceRepository(baseUrl: String) extends GitlabPackageRepository

Attributes

Source
GitlabPackageRepository.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ProjectRepository(baseUrl: String, projectId: Int) extends GitlabPackageRepository

Attributes

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

Value members

Inherited fields

Attributes

Inherited from:
Alias
Source
ExternalModule.scala