|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.content.ViewContentHistoryBean
public class ViewContentHistoryBean
Represents a View Previous Versions page for a Page or BlogPost. Currently not very implemented.
| Constructor Summary | |
|---|---|
ViewContentHistoryBean(net.sourceforge.jwebunit.junit.WebTester tester)
|
|
| Method Summary | |
|---|---|
void |
assertNoChangeComment(int contentVersion)
Asserts that no changeComment exists for a version. |
java.lang.String |
getChangeCommentText(int contentVersion)
Retrieves the text of the change comment for a specified version of the content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewContentHistoryBean(net.sourceforge.jwebunit.junit.WebTester tester)
| Method Detail |
|---|
public java.lang.String getChangeCommentText(int contentVersion)
contentVersion - content version, starting at 1.
junit.framework.AssertionFailedError - if the version does not exist, or it has no change commentpublic void assertNoChangeComment(int contentVersion)
contentVersion - content version, starting at 1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||