Class LastModified
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.file.LastModified
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class LastModified extends Object implements ErrorsHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LastModifiedcreate(Map<String,Commit> files, Commit latestCommit, List<Error> errors)abstract Map<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
-
-