bee.api
VCS
uri
URL
The uri.
owner
String
The owner name.
repo
String
The repository name.
VCS
(URL
uri
)
URL
uri
)URL uri |
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
Commit
List |
List of commits.
contributors
()
Listorg.apache.maven.model.Contributor
org.apache.maven.model.Contributor
List |
List of contributors.
exist
(String
filePath
)
boolean
String
filePath
)String filePath |
|
boolean |
Test whether the specified file is exist or not.
file
(String
filePath
)
Content
String
filePath
)String filePath |
|
Content |
Test whether the specified file is exist or not.
toString
()
String
String |
of
(String
uri
)
VCS
String
uri
)String uri |
|
VCS |
Select the suitable VCS.
detect
(psychopath.Directory
root
)
VCS
psychopath.Directory
root
)psychopath.Directory root |
|
VCS |
Detect the user specified version control system automatically from local repository or clipboard data.