Package com.atlassian.confluence.it
Interface VersionedContent
- All Known Implementing Classes:
AbstractContentEntity,AbstractPageEntity,Attachment,BlogPost,Comment,Draft,Page,UserInformation
public interface VersionedContent
Integration Test Content that has a version.
-
Method Summary
-
Method Details
-
getVersion
int getVersion() -
setVersion
void setVersion(int version) -
isMinorEdit
boolean isMinorEdit()
-