Package | Description |
---|---|
com.aquafold.openapi.vcs |
Modifier and Type | Method and Description |
---|---|
AQRevision[] |
AQGit.getHistory(java.lang.String filename)
Returns the file's complete revision history.
|
AQRevision[] |
AQPerforce.getHistory(java.lang.String filename)
Returns the file's complete revision history.
|
AQRevision[] |
AQWorkspace.getHistory(java.lang.String filename)
Returns the file's complete revision history.
|
AQRevision[] |
AQGit.getHistory(java.lang.String filename,
int count)
Returns the file's revision history.
|
AQRevision[] |
AQPerforce.getHistory(java.lang.String filename,
int count)
Returns the file's revision history.
|
AQRevision[] |
AQWorkspace.getHistory(java.lang.String filename,
java.lang.String startRevision,
java.lang.String endRevision)
Returns the change set between two revisions.
|
AQRevision |
AQGit.getRevision(java.lang.String filename)
Returns the file revision.
|
AQRevision |
AQPerforce.getRevision(java.lang.String filename)
Returns the file revision.
|
AQRevision |
AQWorkspace.getRevision(java.lang.String filename)
Returns the file revision.
|
AQRevision[] |
AQGit.listStash()
Return a list of stash commits
|
AQRevision[] |
AQGit.log(java.lang.Object start,
int count)
Obtain the log.
|
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.