OpenAPI 1.0

com.aquafold.openapi.vcs
Interface AQRevision


public interface AQRevision

Represents the version control revision information for a single file.


Method Summary
 AQAffectedPaths getAffectedPaths()
          Returns file paths affected by the given revision.
 String getAuthor()
          Returns the author (committer) name.
 String getComment()
          Returns check-in comment for the given revision.
 File getFile()
          Returns a file associated with revision.
 String getFileName()
          Returns the file name.
 String getRevision()
          Returns the revision number or a tag.
 Date getTime()
          Returns the revision time.
 

Method Detail

getAuthor

String getAuthor()
Returns the author (committer) name.


getFileName

String getFileName()
Returns the file name.


getRevision

String getRevision()
Returns the revision number or a tag.


getTime

Date getTime()
Returns the revision time.


getFile

File getFile()
Returns a file associated with revision.


getAffectedPaths

AQAffectedPaths getAffectedPaths()
Returns file paths affected by the given revision. This method may return null if such information is not available or not supported.


getComment

String getComment()
Returns check-in comment for the given revision. This method may return null if no comment is available or the method used to obtain AQRevision object does not collect additional information.


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.