repository

fun repository(id: Id)

Adds a repository with the specified id

Parameters

id

repository id


fun repository(id: Id, path: String? = null, branch: String? = null)

Adds a repository with the specified id

Parameters

id

repository id

path

repository path

branch

repository branch


fun repository(root: IdOwner)

Adds a repository with the specified IdOwner

Parameters

root

repository IdOwner


fun repository(root: IdOwner, path: String? = null, branch: String? = null)

Adds a repository with the specified IdOwner

Parameters

root

repository IdOwner

path

repository path

branch

repository branch