public interface AQRevision
Modifier and Type | Method and Description |
---|---|
AQAffectedPaths |
getAffectedPaths()
Returns file paths affected by the given revision.
|
java.lang.String |
getAuthor()
Returns the author (committer) name.
|
java.lang.String |
getComment()
Returns check-in comment for the given revision.
|
java.io.File |
getFile()
Returns a file associated with revision.
|
java.lang.String |
getFileName()
Returns the file name.
|
java.lang.String |
getRevision()
Returns the revision number or a tag.
|
java.util.Date |
getTime()
Returns the revision time.
|
java.lang.String getAuthor()
java.lang.String getFileName()
java.lang.String getRevision()
java.util.Date getTime()
java.io.File getFile()
AQAffectedPaths getAffectedPaths()
java.lang.String getComment()
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.