GenerateRepository

com.worxbend.codeberg4s.repositories.publishing.GenerateRepository
See theGenerateRepository companion class

Attributes

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

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def of(owner: Owner, name: RepoName): GenerateRepository

Starts a command from the two things Forgejo insists on.

Starts a command from the two things Forgejo insists on.

Cannot fail: both arguments are already-validated types, so there is nothing left for this constructor to check.

Value parameters

name

what the new repository will be called

owner

who will own the new repository

Attributes