mill.contrib.gitlab

Members list

Type members

Classlikes

@Scaladoc(value = "/**\n * Actual headers to inject to http requests to gitlab.\n *\n * @param headers header -> value pairs\n */")
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GitlabPublishModule extends PublishModule

Attributes

Companion
object
Supertypes
trait PublishModule
trait JavaModule
trait JavaModuleApi
trait AssemblyModule
trait SemanticDbJavaModule
trait SemanticDbJavaModuleApi
trait OfflineSupportModule
trait GenIdeaModule
trait GenIdeaModuleApi
trait RunModule
trait RunModuleApi
trait DefaultTaskModule
trait JavaModuleBase
trait BspModule
trait BspModuleApi
trait WithJvmWorkerModule
trait JavaHomeModule
trait CoursierModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type
object GitlabPublishModule extends ExternalModule

Attributes

Companion
trait
Supertypes
class ExternalModule
class RootModule0
trait BaseModuleApi
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

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Inherited fields

val value: ExternalModule

Attributes

Inherited from:
Alias