| java.lang.Object | |
| ↳ | com.atlassian.confluence.it.content.ViewContentHistoryBean |
Represents a View Previous Versions page for a Page or BlogPost. Currently not very implemented.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Asserts that no changeComment exists for a version.
| |||||||||||
Retrieves the text of the change comment for a specified version of the content.
| |||||||||||
Update the WebTester to show a comparison of the two versions supplied. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Asserts that no changeComment exists for a version.
| contentVersion | content version, starting at 1. |
|---|
Retrieves the text of the change comment for a specified version of the content.
| contentVersion | content version, starting at 1. |
|---|
| AssertionFailedError | if the version does not exist, or it has no change comment |
|---|
Update the WebTester to show a comparison of the two versions supplied.
A full implementation of this would return a representation of the diff for applying assertions to but I'm not actually performing diff testing so that is beyond my scope at this point in time.

