Method RevisionReady
RevisionReady(String, IDictionary<String, IList<RevisionFile>>, IDictionary<String, IList<String>>, IDictionary<String, Directory>)
Called when a new revision was obtained and is available (i.e. all needed files were successfully copied).
Declaration
void RevisionReady(string version, IDictionary<string, IList<RevisionFile>> revisionFiles, IDictionary<string, IList<string>> copiedFiles, IDictionary<string, Directory> sourceDirectory)
Parameters
Type | Name | Description |
---|---|---|
System.String | version | The version of the IRevision that was copied |
IDictionary<System.String, IList<RevisionFile>> | revisionFiles | The files contained by this IRevision |
IDictionary<System.String, IList<System.String>> | copiedFiles | The files that were actually copied |
IDictionary<System.String, Directory> | sourceDirectory | A mapping from a source of files to the Directory they were copied into |