fitnesse.wiki.RecentChanges Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
package fitnesse.wiki;
/**
* Created with IntelliJ IDEA.
* User: arjan
* Date: 5/17/13
* Time: 2:37 PM
* To change this template use File | Settings | File Templates.
*/
public interface RecentChanges {
String RECENT_CHANGES = "RecentChanges";
void updateRecentChanges(WikiPage page);
WikiPage toWikiPage(WikiPage root);
}