Class LastModified
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.file.LastModified
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class LastModified extends java.lang.Object implements ErrorsHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LastModifiedcreate(java.util.Map<java.lang.String,Commit> files, Commit latestCommit, java.util.List<Error> errors)abstract java.util.Map<java.lang.String,Commit>files()abstract CommitlatestCommit()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder
errors
-
-