Modifier and Type | Field and Description |
---|---|
Space |
TestData.space |
protected Space |
AbstractPageEntity.space
Deprecated.
|
Space |
TestData.space2 |
static Space |
Space.TEST
Deprecated.
A sample test space.
|
static Space |
AcceptanceTestHelper.TEST_SPACE
Deprecated.
|
static Space |
Space.TEST2
Deprecated.
A sample test space.
|
Modifier and Type | Method and Description |
---|---|
Space |
Page.getSpace()
Deprecated.
|
Space |
UserInformation.getSpace() |
Space |
ContentEntity.getSpace()
Deprecated.
|
Space |
Draft.getSpace() |
Space |
BlogPost.getSpace()
Deprecated.
|
Space |
Comment.getSpace()
Deprecated.
|
static Space |
Space.personalSpaceFor(User user)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.BaseMatcher<Space> |
Space.SpaceMatcher.withSpaceKey(String key) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPageEntity.setSpace(Space space)
Deprecated.
|
Constructor and Description |
---|
BlogPost(Space space,
String title,
String content)
Deprecated.
|
BlogPost(Space space,
String title,
String content,
Date publishDate)
Deprecated.
|
Draft(User owner,
ContentType type,
String title,
Space space) |
Draft(User owner,
ContentType type,
String title,
String content,
Space space) |
Draft(User owner,
String type,
String title,
String content,
Page page,
Space space) |
Draft(User owner,
String type,
String title,
String content,
Space space) |
Location(Space space)
Located at the root of a space (i.e.
|
Location(Space space,
String parentPageTitle) |
Page(Space space,
String title,
String content)
Deprecated.
|
Page(Space space,
String title,
String content,
long parentPageId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Space |
ApiEntityConverter.convertApiSpaceToItSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
static Space |
ApiEntityConverter.convertItSpaceToApiSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
static EditContentBean.CreateByUrlBuilder |
EditContentBean.createByUrlBuilder(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static EditContentBean |
EditContentBean.createPage(Space space)
Deprecated.
since 5.9.0 use
EditContentBean.createByUrlBuilder(Space, WebTester) instead. |
EditContentBean |
EditContentBean.setLocation(Space space)
Sets the location to a new space, in the top root level.
|
void |
CreateSpaceBean.setSpace(Space space) |
static ViewContentBean |
ViewContentBean.viewPage(Space space)
View the home page of the given space.
|
static ViewContentBean |
ViewContentBean.viewPage(Space space,
String pageTitle)
Factory method to return a ViewContentBean for the given page and space.
|
static ViewContentBean |
ViewContentBean.viewPage(Space space,
String pageTitle,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewContentBean |
ViewContentBean.viewPage(Space space,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewContentBean |
ViewContentBean.viewSpaceHomePage(Space space) |
static ViewContentBean |
ViewContentBean.viewSpaceHomePage(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester) |
Modifier and Type | Method and Description |
---|---|
void |
SpacesListMacro.assertCurrentSpacesTabContains(Space space) |
void |
SpacesListMacro.assertCurrentSpacesTabDoesNotContains(Space space) |
Modifier and Type | Method and Description |
---|---|
static URL |
Exporter.exportSpace(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester,
Collection<Long> excludedPageIds,
Exporter.ExporterFormOption... options)
Export a space through the web interface.
|
static URL |
Exporter.exportSpace(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester,
Exporter.ContentOption contentOption)
Export a space through the web interface.
|
static URL |
Exporter.exportSpace(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester,
Exporter.ContentOption contentOption,
Collection<Long> excludedPageIds)
Export a space through the web interface.
|
static SimpleHtmlSpaceExportStructure |
Exporter.getSimpleHtmlSpaceExportStructure(Space space,
ZipFile siteZip)
Given an export html zip, returns a structure that represents the export.
|
Constructor and Description |
---|
SimpleHtmlSpaceExportStructure(Space space,
ZipFile exportZipFile) |
Constructor and Description |
---|
SpaceScope(Space space) |
Modifier and Type | Method and Description |
---|---|
static SiteSearch |
SiteSearch.searchInSpace(TitledContent content,
Space space) |
static SiteSearch |
SiteSearch.searchInSpace(TitledContent content,
Space space,
net.sourceforge.jwebunit.junit.WebTester tester) |
Modifier and Type | Method and Description |
---|---|
void |
MailArchivingHelper.deleteExistingMail(Space space) |
void |
MailArchivingHelper.goToAddMailAccount(Space space) |
void |
MailArchivingHelper.gotoMailArchivePage(Space space) |
void |
MailArchivingHelper.importMail(String filePath,
Space space) |
Modifier and Type | Field and Description |
---|---|
protected static Space |
AbstractJUnit3RestAcceptanceTest.TEST_SPACE
Deprecated.
|
protected static Space |
AbstractRestAcceptanceTest.TEST_SPACE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Space |
ConfluenceRpc.createPersonalSpace(User user)
Deprecated.
|
Space |
ConfluenceRpc.createSpace(Space space)
Deprecated.
|
Space |
ConfluenceRpc.createSpace(String key,
String name,
String description)
Deprecated.
Since 5.5. Create a
Space and call ConfluenceRpc.createSpace(Space) . |
Space |
ConfluenceRpc.getSpace(String spaceKey)
Deprecated.
Returns the space with the specified key.
|
Modifier and Type | Method and Description |
---|---|
List<Space> |
ConfluenceRpc.getSpaces()
Deprecated.
Retrieves spaces visible to the currently logged in rpc user
|
List<Space> |
ConfluenceRpc.getSpacesContainingContentWithLabel(String labelName)
Deprecated.
|
List<Space> |
ConfluenceRpc.getSpacesWithLabel(String labelName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationsRpc.watchSpaces(User user,
Iterable<Space> spaces) |
void |
NotificationsRpc.watchSpaces(User user,
Iterable<Space> spaces,
ContentTypeEnum contentType) |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceRpc.create(Space space,
boolean isPrivate) |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceRpc.create(Space space,
boolean isPrivate) |
Modifier and Type | Method and Description |
---|---|
void |
ThemeRpc.setSpaceTheme(Space space,
BundledTheme theme) |
Modifier and Type | Method and Description |
---|---|
Space |
XmlRpcSpaceClient.createSpace(Space space) |
Space |
XmlRpcSpaceClient.createSpace(String key,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
Space |
XmlRpcSpaceClient.createSpace(Space space) |
Page |
XmlRpcContentClient.getExistingPage(Space space,
String pageTitle)
Retrieve the fully populated
Page object for a page, known to
exist in confluence. |
List<String> |
XmlRpcPermissionsClient.getPermissionsForUser(Space space,
User user) |
void |
XmlRpcPermissionsClient.grantAllPermissionsExceptAdmin(Entity entity,
Space space) |
void |
XmlRpcPermissionsClient.grantAnonymousPermission(SpacePermission permission,
Space space) |
void |
XmlRpcPermissionsClient.grantPermission(SpacePermission permission,
Space space,
Entity entity) |
void |
XmlRpcPermissionsClient.grantPermissions(Space space,
Entity entity,
SpacePermission... permissions) |
boolean |
XmlRpcWatchClient.isWatchingSpace(User user,
Space space) |
void |
XmlRpcContentClient.purgeFromTrash(Space space,
long pageId) |
void |
XmlRpcPermissionsClient.revokePermission(SpacePermission permission,
Space space,
Entity entity) |
void |
XmlRpcPermissionsClient.revokePermissions(Space space,
Entity entity,
SpacePermission... permissions) |
void |
XmlRpcWatchClient.unwatchSpace(User user,
Space space) |
void |
XmlRpcWatchClient.watchSpace(User user,
Space space) |
Modifier and Type | Method and Description |
---|---|
static SpaceOperations |
SpaceOperations.attachments(Space space) |
static SpaceAdmin |
SpaceAdmin.getInstance(Space space) |
static SpaceAdmin |
SpaceAdmin.getInstance(net.sourceforge.jwebunit.junit.WebTester webTester,
Space space) |
static SpacePermissions |
SpacePermissions.view(Space space) |
static SpacePermissions |
SpacePermissions.view(net.sourceforge.jwebunit.junit.WebTester tester,
Space space) |
Modifier and Type | Method and Description |
---|---|
Space |
UserProfile.createPersonalSpace(User user) |
Modifier and Type | Method and Description |
---|---|
CreateBlog |
ConfluenceTestedProduct.loginAndCreateBlog(User user,
Space space)
Deprecated.
|
CreatePage |
ConfluenceTestedProduct.loginAndCreatePage(User user,
Space space)
Deprecated.
|
CreatePageTemplate |
ConfluenceTestedProduct.loginAndCreatePageTemplate(User user,
Space space)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkBrowserDialog.selectSpace(Space space)
Deprecated.
|
Constructor and Description |
---|
CreateBlog(Space space)
Deprecated.
|
CreatePage(Space space)
Deprecated.
|
PageTemplateWizard(Space space)
Deprecated.
|
PageTemplateWizard(Space space,
Long templateId)
Deprecated.
|
PageTemplateWizard(Space space,
Page parentPage)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Space |
AbstractSpaceExport.space
Deprecated.
|
Constructor and Description |
---|
AbstractSpaceExport(Space space)
Deprecated.
|
CopySpacePage(Space space)
Deprecated.
|
CreatePageTemplate(Space space)
Deprecated.
|
ListPageTemplates(Space space)
Deprecated.
|
SpaceHtmlExport(Space space)
Deprecated.
|
SpaceXmlExport(Space space)
Deprecated.
|
ViewPageTemplate(Space space,
String entityId)
Deprecated.
|
ViewSpaceTrashPage(Space space)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.