bee

bee.api

VCS

uriURL

The uri.

ownerString

The owner name.

repoString

The repository name.

VCS(URLuri)

URLuri

Create Github repository.

name()String

String

Return the identical name.

uri()String

String

Return the uri of repository.

domain()String

String

Get the inverted name of the domain to be used as the identifier.

uriForRead()String

String

The uri for read access.

uriForWrite()String

String

The uri for write access.

issue()String

String

The issue tracker uri.

commits()ListCommit

ListCommit

List of commits.

contributors()Listorg.apache.maven.model.Contributor

Listorg.apache.maven.model.Contributor

List of contributors.

exist(StringfilePath)boolean

StringfilePath
boolean

Test whether the specified file is exist or not.

file(StringfilePath)Content

StringfilePath
Content

Test whether the specified file is exist or not.

toString()String

String

of(Stringuri)VCS

Stringuri
VCS

Select the suitable VCS.

detect(psychopath.Directoryroot)VCS

psychopath.Directoryroot
VCS

Detect the user specified version control system automatically from local repository or clipboard data.