Modifier and Type | Field and Description |
---|---|
static Space |
BigAcceptanceTest.FUNKTEST_SPACE |
Space |
AbstractConfluenceAcceptanceTest.TEST_SPACE |
Space |
AbstractConfluenceAcceptanceTest.TEST_SPACE2 |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfluenceAcceptanceTest.createSpaceViaWebUI(Space space)
Deprecated.
since 5.9 Tests that need to create a space via the UI should be written as a WebDriver test
|
void |
PageAcceptanceTester.movePage(String title,
Space oldSpace,
Space newSpace)
Deprecated.
since 5.0 Use an
EditContentBean
or appropriate rpc call such as ConfluenceRpc.movePageToTopLevel(com.atlassian.confluence.it.Page, com.atlassian.confluence.it.Space) |
org.codehaus.jackson.JsonNode |
PageAcceptanceTester.setBlogLabels(Space space,
BlogPost blogPost,
String labels)
Add the specified labels to the blog
|
SpaceAdmin |
AbstractConfluenceAcceptanceTest.viewSpaceAdmin(Space space) |
SpacePermissions |
AbstractConfluenceAcceptanceTest.viewSpacePermissions(Space space) |
Modifier and Type | Field and Description |
---|---|
Space |
RemoteContentRestrictionServiceAcceptanceTest.TEST_SPACE |
Modifier and Type | Method and Description |
---|---|
protected Space |
AbstractRemoteServiceAcceptanceTest.spaceByNumber(int number)
Creates a space with name like "space
|
Modifier and Type | Field and Description |
---|---|
protected Space |
AbstractClusteredTestCase.TEST_SPACE |
Modifier and Type | Field and Description |
---|---|
protected Space |
AbstractPageEntity.space
Deprecated.
|
Space |
TestData.space |
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 |
UserInformation.getSpace() |
Space |
Draft.getSpace() |
Space |
Page.getSpace()
Deprecated.
|
Space |
Comment.getSpace()
Deprecated.
|
Space |
ContentEntity.getSpace()
Deprecated.
|
Space |
BlogPost.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. |
static EditContentBean |
EditContentBean.createPage(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester)
Deprecated.
since 5.9.0 use
EditContentBean.createByUrlBuilder(Space, WebTester) instead. |
static EditContentBean |
EditContentBean.createPageViaUrl(Space space)
Deprecated.
since 5.4 use
EditContentBean.createByUrlBuilder(Space, WebTester) instead. |
static EditContentBean |
EditContentBean.createPageViaUrl(Space space,
net.sourceforge.jwebunit.junit.WebTester tester)
Deprecated.
since 5.4 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.getSimpleHtmlExportStructure(Space space,
File htmlExportZip)
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 |
AbstractRestAcceptanceTest.TEST_SPACE
Deprecated.
|
protected static Space |
AbstractJUnit3RestAcceptanceTest.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.
|
Constructor and Description |
---|
FavouriteSpace(Space space)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FavouriteSpace |
DashboardSpacesTab.getFavouriteSpace(Space space)
Deprecated.
|
boolean |
DashboardSpacesTab.isSpacePresent(Space space)
Deprecated.
|
boolean |
DashboardSpacesTab.isSpacePresent(Space space,
String section)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MoveBlogPostDialog.clickMoveAndAssertNewSpace(Space space)
Deprecated.
|
boolean |
MovePageDialog.isSpacePresentInBrowse(Space space)
Deprecated.
Returns true if the given space is available in the space select of the browse panel
|
void |
MoveBlogPostDialog.SpacePicker.pickSpace(Space space) |
void |
LinkBrowserDialog.selectSpace(Space space)
Deprecated.
|
MovePageDialog |
MovePageDialog.selectSpaceInBrowse(Space space)
Deprecated.
|
MovePageDialog |
MovePageDialog.waitForBreadcrumbs(Space space,
Page parentPage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MultiSpacePicker |
MultiSpacePicker.searchAndSelectSpace(Space space)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SpaceDirectoryPage |
SpaceDirectoryPage.clickAddFavouriteLink(Space space)
Deprecated.
|
ViewSpaceSummaryPage |
SpaceDirectoryPage.clickSpaceSummaryLink(Space space)
Deprecated.
|
SpaceDirectoryPage |
SpaceDirectoryPage.clickTeamLabelLozenge(Space space,
String labelName)
Deprecated.
|
String |
SpaceDirectoryPage.getSpaceLogoImageSource(Space space)
Deprecated.
|
String |
SpaceDirectoryPage.getSpaceName(Space space)
Deprecated.
|
boolean |
SpaceDirectoryPage.isSpaceFavouritesVisible(Space space)
Deprecated.
|
boolean |
SpaceDirectoryPage.isSpacePresent(Space space)
Deprecated.
|
boolean |
SpaceDirectoryPage.isTeamLabelLozengePresent(Space space,
String labelName)
Deprecated.
|
Constructor and Description |
---|
SpaceTemplatesPage(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.
|
ViewRecentBlogPosts(Space space)
Deprecated.
|
Constructor and Description |
---|
LabelSearchPage(Space space,
String label)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Space |
AbstractSpaceExport.space
Deprecated.
|
Constructor and Description |
---|
AbstractSpaceExport(Space space)
Deprecated.
|
BrowseSpacePage(Space space)
Deprecated.
|
ChooseSpaceThemePage(Space space)
Deprecated.
|
ColorSchemePage(Space space)
Deprecated.
|
CopySpacePage(Space space)
Deprecated.
|
CreatePageTemplate(Space space)
Deprecated.
|
EditCustomContent(Space space)
Deprecated.
|
EditSpacePermissionsPage(Space space)
Deprecated.
|
EditSpaceStylesheetPage(Space space)
Deprecated.
|
ListPageTemplates(Space space)
Deprecated.
|
MailboxImportPage(Space space)
Deprecated.
|
PagesCollectorPage(Space space)
Deprecated.
|
SpaceHtmlExport(Space space)
Deprecated.
|
SpaceXmlExport(Space space)
Deprecated.
|
ViewPageTemplate(Space space,
String entityId)
Deprecated.
|
ViewSpaceStylesheetPage(Space space)
Deprecated.
|
ViewSpaceSummaryPage(Space space)
Deprecated.
|
ViewSpaceTrashPage(Space space)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QUnitViewPageWebDriverTestSuite.warmUp(Space space,
QUnitTestProduct qUnitTestProduct) |
protected void |
QUnitEditorWebDriverTestSuite.warmUp(Space space,
QUnitTestProduct qUnitTestProduct) |
Constructor and Description |
---|
QUnitEditorWebDriverTestSuite(String[] directoryNames,
User user,
Space space) |
QUnitEditorWebDriverTestSuite(String directoryName,
User user,
Space space) |
QUnitQuickCommentEditorWebDriverTestSuite(String[] directoryNames,
User user,
Space space) |
QUnitQuickEditEditorWebDriverTestSuite(String[] directoryNames,
User user,
Space space) |
QUnitQuickEditEditorWebDriverTestSuite(String directoryName,
User user,
Space space) |
QUnitViewPageWebDriverTestSuite(String[] directoryNames,
User user,
Space space) |
Constructor and Description |
---|
QUnitCreatePage(String testName,
Space space) |
QUnitOnViewPage(String testName,
Space space) |
QUnitQuickEditorOnHomePage(String testName,
Space space) |
Modifier and Type | Field and Description |
---|---|
Space |
RestApiContentRestrictionAcceptanceTest.TEST_SPACE |
Space |
RestExperimentalApiContentRestrictionAcceptanceTest.TEST_SPACE |
Modifier and Type | Method and Description |
---|---|
Hashtable |
TrashXmlRpcAcceptanceTest.getTrashContents(Space space,
int offset,
int count) |
Modifier and Type | Field and Description |
---|---|
Space |
AbstractWebDriverSanityTest.smokeSpace |
Modifier and Type | Method and Description |
---|---|
Space |
AbstractWebDriverSanityTest.getSmokeSpace() |
Constructor and Description |
---|
AddVersionsPage(Space space) |
Modifier and Type | Field and Description |
---|---|
Space |
CreateDialogTest.smokeSpace |
Space |
PagePermissionTest.smokeSpace |
Modifier and Type | Field and Description |
---|---|
protected Space |
AbstractSeleniumTest.testSpace |
Modifier and Type | Method and Description |
---|---|
void |
Editor.createBlogPost(Space space) |
void |
Editor.createPage(Space space) |
Attachment |
AttachTo.draftFromEditor(String attachmentPath,
String contentType,
User remoteUser,
Space space) |
TinyMce |
Editor.logInAndCreateBlogPost(User user,
Space space) |
TinyMce |
Editor.logInAndCreatePage(User user,
Space space) |
void |
MovePageDialog.selectSpaceOnBrowsePanel(Space space)
Change the selected space on the browse panel.
|
void |
InsertImageDialog.setSearchSpace(Space space) |
void |
MovePageDialog.waitForBreadcrumbs(Space space,
Page parentPage)
Waits until the location breadcrumbs match the passed Space and parent Page.
|
void |
MovePageDialog.waitForSpaceAtBrowseTreeRoot(Space space)
On the Browse panel, waits until the root node shows the required Space name.
|
void |
PageGadget.waitForSpaceToBeSelected(Space space) |
Constructor and Description |
---|
Location(Space space)
Located at the root of a space (i.e.
|
Location(Space space,
String parentPageTitle) |
Modifier and Type | Field and Description |
---|---|
protected Space |
AbstractLinkBrowserTest.personalSpace |
Copyright © 2003–2018 Atlassian. All rights reserved.