bee.api
VCS
uriURL
The uri.
ownerString
The owner name.
repoString
The repository name.
VCS(URLuri)
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
CommitList |
List of commits.
contributors()Listorg.apache.maven.model.Contributor
org.apache.maven.model.ContributorList |
List of contributors.
exist(StringfilePath)boolean
StringfilePath)StringfilePath |
|
boolean |
Test whether the specified file is exist or not.
file(StringfilePath)Content
StringfilePath)StringfilePath |
|
Content |
Test whether the specified file is exist or not.
toString()String
String |
of(Stringuri)VCS
Stringuri)Stringuri |
|
VCS |
Select the suitable VCS.
detect(psychopath.Directoryroot)VCS
psychopath.Directoryroot)psychopath.Directoryroot |
|
VCS |
Detect the user specified version control system automatically from local repository or clipboard data.