|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AcceptanceTestHelper and ConfluenceRpc fields.BeanPostProcessor implementation that wraps each eligible bean with
an AOP proxy, delegating to specified interceptors before invoking the bean itself.Editor.AbstractEditPermissionsAdministrator.AbstractEditPermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager).
AbstractEditPermissionsAdministrator.AbstractEditPermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager, com.atlassian.confluence.user.UserAccessor)
ExceptionTolerantMigrator which provides a default implementation of the
deprecated AbstractExceptionTolerantMigrator.migrate(String, com.atlassian.renderer.RenderContext, java.util.List) method, which delegates
to the ExceptionTolerantMigrator.migrate(String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method.AbstractLuceneSearchResult.AbstractLuceneSearchResult(com.google.common.base.Function)
Conditions that work with a NotificationContext.OrderedEntityObjectBatchableWorkSource.AbstractJUnit3RestAcceptanceTest, or a
JUnit4-style test with its own set of fields as required.ServiceCommand that takes care of the internal logic related to the order in which
the various operations must be performed.getEntity and
getEntitiesAbstractInjectableWebDriverTest.FreeMemoryAwareImageRenderPredicate.ConfluenceXMLEventWriter.add(javax.xml.stream.events.XMLEvent).
ConfluenceSoapService.addAttachment(String, long, com.atlassian.confluence.rpc.soap.beans.RemoteAttachment, byte[])
Content.
Content.
Builder#andRelatedBodyParts(Collection) instead as this method could be called after PreRenderedMailNotificationQueueItem.send()
LikeManager.addLike(ContentEntityObject) instead. Since v4.3.
LikeManager.addLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with
AuthenticatedUserThreadLocal.get() instead.
ConfluenceRpc.addSmtpServer(String, String, String, String, int) instead.
ConfluenceRpc.addSmtpServer(String, String, String, String, int, String) instead.
Iterable in conjunction with SchemaHelper.SchemaHelper(Iterable, java.util.Properties)
SearchQuery to the "must match" criteria.
Collection<SearchQuery> to the "must match"
criteria.
BooleanQueryFactory to the "must match"
criteria after calling BooleanQueryFactory.toBooleanQuery() on it.
SearchQuery to the "must not match" criteria.
Collection<SearchQuery> to the "must not
match" criteria.
BooleanQueryFactory to the "must not match"
criteria after calling BooleanQueryFactory.toBooleanQuery() on it.
DefaultNotificationManager.addContentNotification(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
NotificationManager.addContentNotification(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
Addressable content.SearchQuery to the "should match" criteria.
Collection<SearchQuery> to the "should match"
criteria.
BooleanQueryFactory to the "should match"
criteria after calling BooleanQueryFactory.toBooleanQuery() on it.
ConfluenceRpc.executeAuthPluginXmlRpc(String, String, Object...)
CreateSpaceDialogCreateSpaceDialogUserAccessor.createUser(User, Credential) and UserAccessor.addMembership(Group, User)
UserAccessor.createUser(User, Credential)
NotificationTemplate.isEnabled(String).
ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User,Permission,Object) instead. This will make it easier
to determine the permissions required to invoke an action as they would be more explicit and in one place
(you won't have to check whether the class or its super class implements this interface).AdminTask.AdminTask.AdminTasks.AlternativeDirectoryResourceLoader for StaticPlugins.templateFileName in the constructor.
ReferenceInsertionEventHandlers that need to deal with
any AnnotationBoxedElements context values.BoxedValue and AnnotatedElement interfaces to be implemented by implementations
that are responsible for associating annotations with an object.ReturnValueAnnotations and box the result of calling or accessing the target with these annotations.RequiresFormat annotation on the
Macro class.ConfluenceActionSupport instances deal with the API.GeneralUtil.appendAmpersandOrQuestionMark(String) instead.
ApplicationConfigurationLicenseStore, telling it when the
EventPublisher is available, or not.Versioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) specifies so, moves content from versionToPromote to this Versioned instance or
makes no change.
AcceptanceTestHelper.createTestUser()
AtlassianBootstrapManager.setSetupComplete(boolean)
has been called.
ContentEntityObject.
Use Hamcrest-style matchers. Example:
assertThat(actual, not(startsWith(expectedSubstring)));
Use Hamcrest-style matchers. Example:
assertThat(actual, containsString(expectedSubstring));
Use Hamcrest-style matchers. Example:
assertThat(actual, not(containsString(expectedSubstring)));
RepeatableTaskRunner.assertThat(String, java.util.concurrent.Callable, org.hamcrest.Matcher) instead
JWebUnit.assertImagePresent(String, String) that asserts the image name with
a contains check rather than equals.
ViewContentBean.assertHasNoViewPermission()
ViewContentBean.assertHasViewPermission()
Use Hamcrest-style matchers. Example:
assertThat(actual, startsWith(expectedSubstring));
RepeatableTaskRunner.assertThat(String, java.util.concurrent.Callable, org.hamcrest.Matcher) instead
Expansions collection into a single string.
Expansions into a single string.
RepositoryConfigurationMigrator for a list of atlassian user repositories.EmbeddedImage for an image attached to content, rather than referring to an external resource.ContentEntityObject's image attachments.AttachedImagesAction used by the JS "Insert Image" dialog.instead
instead
instead
instead
instead
instead
Attachment objectAttachments.AttachmentDataDao implementations.AttachmentDataStorageTypes.AttachmentDataStream implementation that wraps a single File.AttachmentDataStream implementation that wraps a raw InputStream.InputStream received to create an attachment
is different to the declared size or length of the attachment.AttachmentEntity objectsAttachments based on file names in the given locale.AttachmentManager interface; see the package-info.java for rationale.ContentRpc
doesn't provide enough Attachment-specific behaviour.Content objects.AttachmentContainer insteadAttachment objects to be a type of ContentEntityObjectContentTypesDisplayMapper is removed.AttachmentResource objects
which is suitable for storing in Confluence via a FileStorer.MultiPartRequestWrapper.hasErrors() before
constructing this object, and not construct one if there are problems.
userName and password.
userName and password.
WebResources for Remote API clients.AuthorSearchFilter into a lucene filter.AbstractAutowireCapableBeanFactory.autowireBeanProperties(Object, int, boolean) instead.
ChooseThemeComponentAbstractUpgradeTasks which provide information
to the backup manager to manage backward and forward compatibility.UserVerificationToken objects in Bandana.AcceptanceTestHelper.createTestUser()
BaseUrlSelector.getBaseUrl()
Parameter, providing support
for multiple default parameter names, and a default value if
no parameter is specified.DefaultSiteMigrator.DEFAULT_BATCH_SIZE
TestBatchRunner.WorkSourceBatchRunner to actually
perform the required work on individual items read from the BatchableWorkSource.Maybe which will escape with the given message on a Maybe.get() call.
Maybe which will escape with the given exception on a Maybe.get() call.
Maybe to one with the expected parametrisation.
ActionValidatorManager.validate(java.lang.Object, java.lang.String).
ContentEntityObject that respects
its BodyType.SearchQueryParser operation,
providing a mutable version of the BooleanQuery.BooleanQueryFactory.
BooleanQueryFactory with the specified
SearchQueries as initial values.
BooleanQueryFactory
instances.BoostingStrategy that boost the scores based on the modification date of scored document.BoostingStrategy to
boost scores for documents which match the underlying query.BoostingQuery to achieve an arbitrary per document score
boost.BoostingStrategy that boost the scores based on the space of scored document.<style> tags in to the appropriate elements as inline
style attributes.BreadcrumbGenerator as of 5.0).ConfluenceBandanaKeys.MAIL_ACCOUNTS.
TenantRegistry which publishes the events specified in the Atlassian Tenancy API.CacheManager into a
CacheManager or a CacheManager.PreRenderedMailNotificationQueueItem.
SelectWithOffsetLimitCommand
NotificationContext for the welcome email with the given notificationData
Content.ContentBuilder instance that can be used to create a new Content object.
Content.ContentBuilder instance that can be used to create a new Content object.
Content.ContentBuilder instance that can be used to create a new Content object.
Content.ContentBuilder instance that clones an existing Content object.
Space.SpaceBuilder instance that can be used to create a new Space object.
Version.VersionBuilder instance that can be used to create a new Version object.
NotificationData for a welcome email for the given (new) user.
minBuildNumber and maxBuildNumber
parameter values.minBuildNumber and maxBuildNumber parameter values.Version.buildReference(int)
GadgetRequestContext corresponding to the current user and their locale,
or the default locale for anonymous users.
Search used to perform a site wide search in Confluence.
Search used to find users know to the system based on parts of their name or
user name.
HibernateObjectDao with a CacheManagerDefaultConfluenceCache instead.CacheCompactorsCachedCrowdApplicationDao.findByName(java.lang.String).InternalMembershipDao interface.CacheManager.CacheStatistics interface.CachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in an AttachmentCache.PropertySets.GadgetsMacroMetadataProvider which caches the results of the CachingGadgetsMacroMetadataProvider.getData() method.true if this configuration supports the required capability during acceptance tests, otherwise false.
VisitNoopAndCancelAlertsRuleEditor.clickCancel().
EditGlobalPermissionsAdministrator.canSetPermissionOnUser(String, com.atlassian.confluence.user.ConfluenceUser)
GlobalDescription instances can be viewed by anyone, even by
anonymous users and if the anonymous use flag is set to false.
Actions that require captcha validation.CaptchaAware.Category.AliasedKeyColourSchemes provided.
SearchFilters to be chained together, with the option to
specify the logical operator to apply between them.ChainedSearchFilter into a lucene filter.AbstractContext
because it has broken implementations of containsKey() and getKeys() in Velocity 1.5.ChangeDocumentBuilderSearchables should be indexed as change documents.SearchResultType.CHANGE.
ChildContentService.Content children, providing methods to both get collections of children for various
ContentTypes at various depths.ChildContentService.Content items.ClassLoader.getResource(String).StorageFormatCleaner.cleanQuietly(String)
XhtmlCleaner.cleanQuietly(String)
LicenseStore.retrieve() is called.
CreateSpaceDialog
CommentsSection.Comment.edit(), which returns an Editor instead.
AttachmentRemovalConfirmationDialog to the resulting AJS dialog DOM.
CommentsSection.Comment.reply(), which returns an CommentsSection.NewComment instead.
<span/> element.
IOUtils.closeQuietly(InputStream)
IOUtils.closeQuietly(OutputStream)
IOUtils.closeQuietly(Reader)
IOUtils.closeQuietly(Writer)
ResponseHeaderNames.CLUSTER_NODE_IDENTIFIER
FactoryBean locates another bean in the context for a given type.BeanDefinitionDecorator for handling the custom "confluence:clustered-implementation" attribute on Spring beans.ClusterLockService for locking which returns instances
of LockClusterEvent,
and wraps them in a ClusterEventWrapper and publishes them via the ClusterManager.ResponseHeaderNames.CLUSTER_NODE_IDENTIFIER})
to the response to indicate which node is handling the request.FactoryBean which exposes a cluster-related bean by scanning the
context for beans of a specified type.ClusterSafetyManager detects a fatal error in the configuration of the cluster.ScheduledJobDao, and is a stripped-down version of
CachedScheduledJobDao.ClusterReindexRequiredEvent is fired on another cluster node, this listener
will respond by doing a full reindex.<span> elements (as used by TinyMCE).ColourScheme.SearchManager.CombinedResourceBundleFactoryCombinedResourceBundleFactory.createCombinedResourceBundle(Iterable)
ResourceBundles by combining other ResourceBundles together.Content metadata as the "comment" entry.
Comment set on it by the CommentAwareInterceptor.Comments.CommentEntityTree.CommentBean.newInstance(int) and CommentBean.commentExists()
CommentManager interface; see the package-info.java for rationale.CompleteURLEncoder supports.
PagePermissionsAcceptanceTest.Context implementation that delegates
to a collection of other contexts.LicenseExceptionHandler gets asked before.SafeContentHeaderGuesser.computeAttachmentHeaders(java.io.InputStream, String, String, String, long, boolean, java.util.Map)
instead.
Group.USERS instead.
ManagedCache insteadAbstractWebFragmentModuleDescriptor.ActivityMonitor.AspectJExpressionPointcut with customisations allowing the specification
of a classloader to use when parsing pointcut expressions.HibernateConfluenceBandanaRecordDao for storing and retrieving Bandana records.ConfluenceBaseUrlSelector.ConfluenceBaseUrlSelector(org.slf4j.Logger)
ConfluenceAuthenticator to enable SSO.ConfluenceBandanaRecordDao.DifferDirectoryUpdatedEvent and DirectoryDeletedEvent to other nodes in a cluster
to trigger the relevant updates to caches and directory monitors on each node.ElevatedSecurityGuard.AbstractEncodingFilter to return the encoding specified by
the application configuration.ConfluenceEntityObject.ConfluenceEventDispatcher.getAsynchronousExecutor() method
Needed for tests which are relying on completion of async events.ConfluenceEventPublisherManagerEventPublisher for use with an injected
EventDispatcher.ListenerHandlersConfiguration containing
LegacyListenerHandler and AnnotatedMethodsListenerHandler
to support listeners implementing EventListener interface or the annotation EventListener.
ConfluenceAnalyzer does not handle filenames very well, we have a different Analyzer for that
field.GzipFilterIntegration
in the default constructor.GzipFilter and Confluence.activateOptions()
is called.
HtmlUnitConfig that contains internal Atlassian code.HttpClientRequestFactory which configures the
connection parameters using ConfluenceHttpParameters rather than using
SAL's own defaults.HttpServletConfluenceI18nResolver.ConfluenceI18nResolver(I18NBeanFactory, LocaleManager)
LicenseService instead.ConfluenceMonitoring
implementations.ConfluenceDocumentBuilder instead.FlushingSpringSessionInViewFilter and FlushingSpringSessionInViewFilterForHibernate.ParserPool implementation that is backed by commons-pool.DefaultPluginManager which listens for plugin events fired on other nodes
and guarantees that plugin state is consistent across nodes.ThreadPoolExecutor.CallerRunsPolicy for running threads in case if queue is
fullHibernatePropertySetFactory insteadDatabaseConfiguredEvent, UpgradeFinishedEvent, or
PluginFrameworkStartedEvent insteadRewriteRule will noramlise a URL and then make sure that it does
not attempt to use directory traversal to access the WEB-INF directory.SeleniumConfiguration that is set up with system properties.SeraphAuthenticationListener that converts
principals to ConfluenceUserPrincipal.SeraphAuthenticationListener that converts
principals to ConfluenceUserPrincipal.ConfluenceSpringContextInstanceFactory.getInstance(Class) method such that certain beans are created from a prototyped scope.NamespaceHandler for the "confluence" custom namespace.TableReader.Settings.getIndexingLanguage().UserSettingsService.ConfluenceVelocityManager.getConfluenceVelocityContext() instead.ConfluenceVelocityResourceCache instead.WebIconWebLabelWebLinkConfluenceWebInterfaceManager.WebResourceManager.WebResourceModuleDescriptor insteadWebSudoManager.ApplicationWeights implementation for Confluence.XMLEventWriter was introduced primarily to deal with
STAX-58.XmlOutputFactory was introduced primarily to deal with
STAX-58.parameters for use by old style Radeox macros.
CustomContentEntityObjects use the same PAGEID column as comments
Comments, for the same reason: so custom content can be contained by a content object.SearchResultType.CONTENT.
Content objects.Content.builder(ContentType).
Content.builder(ContentType) and a ContentId generated from the
ContentType and the Long id.
Content objects.Content entities that should be returned in a collection query if the REST
request doesn't specify a "limit" parameter.
ContentBody instances to other ContentRepresentations.Content.DummyAvailableContentTypeSupport to provide the
custom content type implementation.ContentEntityObject.ContentEntity objects.ContentEntity objectsContentEntityManager interface; see the package-info.java for rationale.ContentEntityMigrationBatchTask and ensures that the flush mode of the session is set
to commit.Content instance.ContentLabelService.ContentNameSearchSectionsProvider.getSections(java.util.List, ContentNameSearchContext).ContentPermissionEntry in that it holds an Entity instead of representing one with a String.ReflectiveObjectPersister requires
public default constructors.
ContentPermission.ContentPermission(String, String, com.atlassian.confluence.user.ConfluenceUser)
ContentPermission in that it represents an Entity with a String rather than
holding an appropriate object.ContentPermissionsSearchFilter into a lucene filter.ContentEntityObject.
ContentPropertyService.ContentPropertyFinder instances.ContentPropertyIndexSchema.ContentProperties instead.CustomContentEntityObject instances
that are managed through JsonContentPropertyType.JsonContentProperty objects attached to
Content objects.ContentPropertyService.ContentRestriction objects.ContentRestriction from provided ContentPermissionsContent objects such as
Pages, BlogPosts and Comments.ContentService.Transformer objects, typically used by macro developers to obtain
and optionally modify macro tags (as MacroDefinition objects) in a page of macro body content.Content from the instance.ContentTrashService.ContentNode.ContentTypeApiSupports that are either bundled, or registered with OSGiCategoryMapper instances which have
an already created cache of content types for the index.ContentTypeEnums.ContentTypeEnums to and from strings in the DB.ContentTypeQuery implementations.UserKeys from the body content of ContentEntityObjects.ContentEntityObjects that have XHTML formatted bodies.WebInterfaceContext
VelocityContextItemProviders, providing a map that
is the aggregation of all providers.LinksUpdater.expandRelativeReferencesInContent(SpaceContentEntityObject) that will convert any absolute
references to itself to be relative.
RenderContextOutputType.ConversionContext properties.Json representation of a given object
Attachment objects into AttachmentUpload versions suitable for sending to the
ContentService.
Content body map into another format, performing
validation during the conversion.
EmbeddedImage from the supplied editFragment.
MacroDefinition from the supplied editFragment.
MacroDefinition from the supplied editFragment.
editFragment.
ConvertedPath.getPath(Map)) by appending
any added parameters as query parameters to the supplied url.
embeddedImage.
embeddedImage.
embeddedImage.
inlineTaskList.
inlineTaskList.
ContentRepresentation.STORAGE format.
ContentRepresentation format.
link.
link.
link.
macroDefinition.
macroDefinition.
macroDefinition.
ServiceException into a corresponding RestError with the correct status.
storageFragment.
storageFragment.
SearchManager.convertToEntities(SearchResults, EntityVersionPolicy) instead.
HtmlElementIdCreator.convertToIdHtml5(String).
UniformInterfaceException, such as would be received by a client for a failed
request, into a ServiceException.
wikiContent (Wiki markup).
wikiContent (wiki markup).
wikiContent.
EditContentBean (representing the new page).
IOUtils instead
ServiceExceptionSupplier instead.SimpleValidationResult instead.SpaceDao.countSpaces(SpacesQuery) instead.
SpacesQuery.
UserAccessor.countLicenseConsumingUsers() instead.
Returns the number of users which have access to use Confluence. Callers are strongly recommended to use the
UserChecker.getNumberOfRegisteredUsers() to retrieve this info, as that caches its results.
EventThreadPoolConfiguration implementation that creates configuration for
ThreadPoolExecutor based on cpus available.CoreValidationResultFactory#create(boolean, java.util.Collection) instead.
SimpleValidationResult.Builder instead
SimpleValidationResult.Builder instead.
PageMetadata.extractFromCurrentPage(net.sourceforge.jwebunit.junit.WebTester)
ModuleDescriptorCache for the given
{moduleDescriptorClass} which will be update if plugin modules become
disabled or enabled.
IndexTaskFactory.createDeleteDocumentTask(com.atlassian.bonnie.Searchable)
for the same object.
AttachmentEntityList object for the given ContentEntityObject
ClusterConfigurationHelper.createCluster(String, java.io.File, java.net.InetAddress) instead
ClusterConfigurationHelper.createCluster(String, java.io.File, java.net.InetAddress, String) instead
ResourceBundle by combining the supplied component ResourceBundles.
ConfluenceRpc.createComment(Comment) with a Comment that has a parentId set.
#CreateCommentCommandImpl(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.pages.CommentManager, com.atlassian.confluence.core.ContentPropertyManager, long, long, String, java.util.UUID)
#CreateCommentFromEditorCommand(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.pages.CommentManager, com.atlassian.confluence.content.render.xhtml.editor.EditorConverter, long, long, String, java.util.UUID)
ConfluencePluginUtils.createDirectoryIfDoesntExist(java.io.File), or better still use
commons.io.FileUtils.forceMkdir() directly.
PagePermissionsActionHelper in your Action.
FeedBuilder.createFeed(ListQuery, FeedProperties).
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
PreRenderedMailNotificationQueueItem.with(User, String, String) instead
SpacePermissionManager.createDefaultSpacePermissions(com.atlassian.confluence.spaces.Space) or SpacePermissionManager.createPrivateSpacePermissions(com.atlassian.confluence.spaces.Space) instead.
Since v4.2.6.
MailArchivingHelper.importMail(java.io.File, String, String)
UserManagementHelper.createUser(com.atlassian.confluence.it.User))
ConfluenceRpc.createPage(Page).
CopyPageAction has different authorisation and
validation logic from CreatePageAction.EditContentBean.CreateByUrlBuilder instead.
EditContentBean.CreateByUrlBuilder instead.
ContentPermissions of the required type for this helper instance, adding the helper User
if they don't have view permission via the list.
ImportedObject.
PersonalInformation for the specified user.
GlobalPermission.PERSONAL_SPACE.
Space and call ConfluenceRpc.createSpace(Space).
com.atlassian.confluence.plugins.createcontent.rest.SpaceBlueprintResourceWritableDownloadResourceManager to generate a DownloadResourceWriter
NOTE: CURRENTLY USED by the GrpahViz plugin. See CONFDEV-15403.
ServerStateManager.createTestData(boolean) to be explicit about test user creation
Thumbnail from the input file.
Thumbnail from the input stream.
UserAccessor.createUser(User, Credential) instead
EditPermissionsAdministrator.createUserGuardPermission(String, ConfluenceUser)
ContentPermission.createUserPermission(String, com.atlassian.confluence.user.ConfluenceUser)
SpacePermission.createUserSpacePermission(String, com.atlassian.confluence.spaces.Space, com.atlassian.confluence.user.ConfluenceUser)
instead.
PagePermissionsActionHelper in your Action.
ConfluenceRpc.createPage(Page)
DefaultFragmentTransformer with an extended set of FragmentTransformers.
CrowdDisabledUserManager or
the DisabledUserManager interface instead.UserManagementHelper that talks to a Crowd server.EditorImagePlaceholder interface and therefore
displays a custom image in the editorDarkFeatures instances from the PropertySet associated with the ThreadLocal user.BreadcrumbGenerator for more information.PluginDataDao
to a working directory on the filesystem, then delegates to ScanningPluginLoader
which performs the actual class loading from this directory.ISODateTimeFormat.date()
DateFormatter instances for use throughout Confluence core.DateRangeQuery objectTermRangeQuery from DateRangeQuery.DateRangeQuerys.DatesDateTime matchers.DatesDdlCommands thrown its way.UserAccessor.isDeactivated(User) insteadPropertySet.ReferenceInsertionEventHandler which will log debug messages as references are resolved.ProgressMeter to allow convenient incrementing of the current and total counts.<decorator> plugin module.ContentEntityObject.
maxResults parameter.
spaceKey parameter.
ApplicationCache that delegates to CacheFactory
for caching.AttachmentManager.DefaultAttachmentManager.DefaultAttachmentManager(AttachmentDao, ContentEntityObjectDao, EventManager)
CacheSettingsManager that uses a read-only Configuration
file that specifies the cache defaults.Clock interface that
simply returns a new Date instance.ClusterConfigurationHelper which assumes that a cluster of some sort is being used.ContentTransformerFactory, typically used by macro developers to obtain
and optionally modify MacroDefinition objects in page of macro body content.BootstrapManager (this value
is kept up to date with every request that comes into the server).DarkFeatures instances from the PropertySet associated with the ThreadLocal user.DefaultFormatConverter.DefaultFormatConverter(com.atlassian.confluence.content.render.xhtml.editor.EditorConverter, Renderer, Renderer, StorageFormatCleaner, RenderingEventPublisher)
FormatSettingsManager which persists the date format settings in Bandana.DefaultFragmentTransformer configured in a particular
way.ConversionContextOutputType.DISPLAY
and generates relative links for the browser.DefaultI18NBeanFactory.getI18NBean(java.util.Locale)
DefaultI18NBeanFactory.getI18NBean(java.util.Locale)
I18NBeans which will return a bean either for the default or setup locale.I18NBeans using the LocaleManager.DEFAULT_LOCALE.
I18NBeans using the SessionKeys.LOCALE_FOR_SETUP and LocaleManager.DEFAULT_LOCALE as a fallback.
ImageDetails via Hibernate.ImageDetails for Attachments.JournalManager.JournalService.DefaultIntrospector and provided jsonators.
LicenseManager.DefaultLongRunningTaskManager.DefaultLongRunningTaskManager(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.util.profiling.ActivityMonitor)
MacroMetadata about the Macros in Confluence.MailContentManager.CachedCrowdMembershipCacheKey representing a user (or group) in a particular directory
to a Map<String, String> where each entry in the map represents a group that the user (or group)
is a member of.PluginDataDao.PluginSharedDataRegistry which delegates to a
PluginSharedDataStore.RestSpaceManager.SystemInformationService.ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment).DefaultUserManagementHelper.DefaultUserManagementHelper(com.atlassian.confluence.it.rpc.ConfluenceRpc, DirectoryConfiguration)
MentionsParser mechanism is deprecated with no replacement. Use DefaultUserMentionsExtractor.DefaultUserMentionsExtractor(com.atlassian.confluence.user.UserAccessor, com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory, com.atlassian.confluence.content.render.xhtml.Unmarshaller)
ValidationError implementation.DefaultValues for REST resource parameters.DefaultWebInterfaceContext.toMap().
WebSudoManager for further documentation.XsrfTokenInterceptor as a proper adaption turns out
too complex due to the extensive use of ThreadLocals in the underlying code.ImportProcessorContext.deferOperations(PrimitiveId, Map)
Cache that records changes to a delegate cache, only actually
performing them when DeferredOperationsCache.sync() is called.XMLOutputFactory abstract class and the Confluence
XmlOutputFactory interface.AttachmentDaos that delegate so that clients
can get to the underlying implementation.MigrationAware and FragmentTransformer.ObjectPersister for a given ImportedObject.Marshaller of MacroDefinitions which decided which macro storage format to marshal,
depending on the MacroDefinition.DelegatingStorageMacroMarshaller.DelegatingStorageMacroMarshaller(StorageMacroV1Marshaller, StorageMacroV2Marshaller, com.atlassian.confluence.macro.browser.MacroMetadataManager, com.atlassian.confluence.macro.xhtml.MacroManager)
DelegatingStorageMacroMarshaller.DelegatingStorageMacroMarshaller(StorageMacroV1Marshaller, StorageMacroV2Marshaller, com.atlassian.confluence.macro.browser.MacroMetadataManager, com.atlassian.confluence.macro.xhtml.MacroManager, com.atlassian.confluence.content.render.xhtml.MarshallingRegistry)
rasterSizeThresholdPx (height or width in px).
rasterBasedRenderingThreshold Predicate to decide
if it's going to use the stream based (lower quality but low memory consumption) or the
raster based renderer (higher quality but high memory consumption).
ContentType and ContentStatus.
user.
user.
ChildContentService, when Depth is ALL.Space.SpaceBuilder.description(ContentRepresentation,FormattedBody)
DeviceTypeRendererComponentModuleDescriptor
within the system and will keep track of these modules.Renderer components which associates an existing Spring configured Renderer
implementation with a particular device type.ImageDimensions insteadImageReader to determine the width and height of an image.
DirectoryConfiguration.can(DirectoryConfigurationCapability).UserRenamedEvent,
with the exception that it is always guaranteed to be published.TestPlugins.disableUnneededPluginsAndModules(ConfluenceRpc)
TestPlugins.disableUnneededPluginsAndModules(ConfluenceRpc)
ExportContext.
context.
XmlImporter.doImport(net.sf.hibernate.Session, InputStreamFactory, com.atlassian.core.util.ProgressMeter, boolean, com.atlassian.confluence.importexport.ImportedObjectPreProcessor)
Attachment.getDownloadPathWithoutEncoding() for an example.
Draft for use in testsMacroCounterRenderingEventPublisherDurationThresholdWarningTimingHelper objects.AdditionalAnswers.returnsArgAt(int) instead.PluginUpgradeTask which forces a rebuild of the edge index.Updated and may be a minor edit.AdminConsole.EditGlobalPermissionsAdministrator.EditGlobalPermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager, com.atlassian.confluence.util.UserChecker, com.atlassian.confluence.user.UserAccessor)
EditGlobalPermissionsAdministrator.EditGlobalPermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager, com.atlassian.confluence.util.UserChecker, com.atlassian.confluence.user.UserAccessor)
EditorAutocompleteLinkShortcutTest.EditorAutocompleteLinkShortcutTest.Editor.ContextProvider for all the settings required by the editor wherever it is, which may or may
not depend on the current user.ViewUnidentifiedAttachmentMarshaller and adds extra attributes for the editor.PageTemplate description.EditSpacePermissionsAdministrator.EditSpacePermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager, com.atlassian.confluence.user.UserAccessor)
EditSpacePermissionsAdministrator.EditSpacePermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager, com.atlassian.confluence.user.UserAccessor)
RemoteUser.
CacheManager which delegates to an atlassian-cache
com.atlassian.cache.ehcache.EhCacheManager, decorating it with Confluence-specific functionality.ConversionContext.writeTo() method is called.
DocIdSet's EMPTY_DOCIDSET constant (lucene 4.3 version).enabled.
EnabledModuleCachingPluginAccessor.getEnabledModuleDescriptorsByClass(Class) on PluginAccessor interface.EventDispatchingPluginController.enablePlugins(String...)
DarkFeatureRpc.enableSiteFeatures(String...)
DarkFeatureRpc.enableUserFeatures(String...)
Key in string form for storage as a database CLOB field
EnglishAnalyzer.EnglishAnalyzer(Version) instead.
EventPublishingAppender when an error is logged by the system.Strings from a list of Objects.
EventCartridgeProcessors.PluginController then
fires an event to replicate operations across the Confluence cluster.Evented actions after they've executed , and publishes them via the EventPublisher.ErrorLoggedEvent via Atlassian-Events whenever a log message
exceeds the configured threshold.LikeManager instead. Since v4.3.EventWaitingLatch.EventWaitingLatch(String, TimePeriod, ConfluenceRpc) instead, since
acceptance test code should not have a compile-time depency
ServiceExceptions to HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)
and back.Response.StatusTypes for HTTP response codes not supported directly by Response.Status.ExceptionReport.Excerpter.ExcludePersonalInformationSearchFilter into a lucene filter.XmlStreamWriterTemplate.execute(java.io.Writer, XmlStreamWriterCallback)
ConfluenceRpc.executeOnCurrentNode(String, Object...)
MacroExecutionContext.
attachmentsPath if null in the context to the remote path before calling
the super method.
ContentNameSearchResult.
ConfluenceRpc.executeAuthPluginXmlRpcOnCurrentNode(String, String, Object...)
ConfluenceRpc.executeFuncTestOnCurrentNode(String, Object...)
true if the documentation link exists, otherwise false.
ContentEntity.
SpaceEntity.
Expansions to and from a String for use with REST calls.ExportScope.ALL.
ExportScope.PAGE.
ExportScope.SPACE.
WritableDownloadResourceManager that stores and reads macro output from a temporary location.XsltTransformerResolver used for export purposes.ExternalGadgetSpec objects.ExternalGadgetSpecIdGenerator.WritableDirectoryExistsCondition.ConfluenceDocumentBuilderConversionContext.getPageContext().
UserMentionsExtractor.extractMentionedUsers(javax.xml.stream.XMLEventReader)
event is an instance of ClusterEventWrapper, returns the wrapped event.
date.
Expansions that can be passed to a ModelFactory to indicate both expandability at the top
level, and any sub-expansions.FeatureService.FeedProperties.FeedProperties(String, String, boolean, boolean) instead.
Timeout occurs when rendering a SyndEntry.DocumentResultScores based on the length of the field this normaliser is
constructed for.ValidationError that is associated with a field of user input.AttachmentDataDao which stores the
attachment data as files on a filesystem, using the standard File API via the
AttachmentDataFileSystem interface.FileSystemAttachmentDataDaoContentPropertyService.ContentPropertyFinder for locating content, the expansions will be applied to each property that
matches the finder.
CustomContentEntityObject with the specified pluginContentKey
CustomContentEntityObject with the specified pluginContentKey.
PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String, com.atlassian.confluence.spaces.Space, int)
Content under a parent.
LabelDao.findForAllLabels(Class, int, int, Label...)
LabelDao.findContentInSpaceForAllLabels(int, int, String, Label...).
DraftManager.findDraft(Long, String, String, String)
permissionType.
permissionType for space.
SearchResult object for each repository the
entityQueryParser can search.
QueryContext.
SearchableDao.getAllSearchablesGroupedByType().
AbstractHibernateAttachmentDao.findLatestVersionIdsIterator() but only gets the ids matching the list of spaces requested.
AbstractHibernateAttachmentDao.findLatestVersionIdsIterator() but only gets the ids matching the list of spaces requested.
HibernateObjectDao.findNamedQueryStringParams(String,boolean,int,int, Object[]).
HibernateObjectDao in bucket because we don't want to update bucket right now.
NotificationDao.findNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
Notifications for Users who are
following the given User.
NotificationDao.findNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
NotificationDao.findNotificationsBySpaceAndType(Space, ContentTypeEnum) or
NotificationDao.findAllNotificationsBySpace(Space).
DraftService.findDraftForEditor(long, com.atlassian.confluence.content.service.DraftService.DraftType, java.lang.String) or DraftService.createNewContentDraft(java.lang.String, com.atlassian.confluence.content.service.DraftService.DraftType) or DraftService.getDraft(long)instead.
user or create a new audit object if there isn't one for this user.
user or create a new audit object if there isn't one for this user.
PageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String, com.atlassian.confluence.spaces.Space, int)
PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String, com.atlassian.confluence.spaces.Space, int)
SpacePermissionDao.findPermissionsForUser(com.atlassian.confluence.user.ConfluenceUser) instead.
HibernateObjectDao.uniqueResult(java.util.List), Query.uniqueResult(),
Criteria.uniqueResult(), or manually handle it yourself.
QueryContext.
MacroExecutionContext object.
user.
DocumentScores implementation which will keep each score in a float array where the position in the
array matches the docId for each document.OutputStream.flush() followed by IOUtils.closeQuietly(OutputStream)
Writer.flush() followed by IOUtils.closeQuietly(Writer)
ConfluenceIndexManager.flushQueue(com.atlassian.confluence.search.lucene.ConfluenceIndexManager.IndexQueueFlushMode)
IndexTaskQueue.flushQueue(com.atlassian.fugue.Effect, int) instead.
IndexTaskQueue.flushQueue(com.atlassian.fugue.Effect, int) instead.
LicenceUpdatedEvents in order to reset the cache in UserChecker.resetResult().FollowManager interface; see the package-info.java for rationale.Font on the system.Font on the system.WebViewService.forContent(ContentId).
PermissionsFormHandler.FORM_PARAMETER_PREFIX
PermissionsFormHandler.FORM_PARAMETER_SEPARATOR
RequiresFormat annotationStrings.nullToEmpty(String) instead
DateFormatter or Strings.nullToEmpty(String) instead
DateFormat.FULL as the formatting pattern.
DateFormatter instead
DateFormatter.format(Date), but doesn't perform time zone conversion.
DateFormatter.formatDateFull(Date), but doesn't perform time zone conversion.
DateFormatter.formatDateTime(Date), but doesn't perform time zone conversion.
DateFormatter.format(int, Date), but doesn't perform time zone conversion.
ContentRepresentation.DateFormat.MEDIUM as the time formatting pattern.
FriendlyDateFormatter).PermissionsFormHandler.fromFormParameterName(String, com.atlassian.confluence.spaces.Space, String)
PersistentEnum definition.
System.getProperties().
PermissionsFormHandler.FULL_FORM_PARAMETER_PREFIX
FuncTestRpcHandlerImpl.GadgetInfo
REST resource is executedGadgetsMacroMetadataProvider
builds the metadata from the gadget specs.UserPrefSpec.
GadgetMacro is rendered.GadgetMacro is rendered.URI is whitelisted for use in an Confluence instance.GeneralConfigurationAction.AbstractPageLink.generateAnchor(com.atlassian.confluence.renderer.PageContext, String).
ContentProperties
from CustomContentEntityObject to the generic
ContentEntityObject.GenericVelocityMacro.InclusionCriteria value corresponding
to the specified token.
AbstractPage for the specified id
Page or BlogPost depending on
whether a page id or blog post id is specified.
AbstractPage for the list of id
AvailableTheme.getName().
ClusterConfig.getMulticastAddress()
UserStatusDao.getAllByUser(com.atlassian.user.User) instead.
Settings.getDefaultUsersGroup() and
UserAccessor.GROUP_CONFLUENCE_ADMINS. Clients should explicitly decide what they need and use that.
Settings.getDefaultUsersGroup() and
UserAccessor.GROUP_CONFLUENCE_ADMINS. Clients should explicitly decide what they need and use that.
ContentPermissions in this set that do not exist in the
given collection.
PluginDataDao.getAllPluginData(), except that this does not load the plugin binary into memory.
SearchableDao.getLatestSearchableHandlesGroupedByType()
SpacesQuery.
AdminTasks stored in Confluence.
ApplicationConfiguration instance.
Labelling.getContent() instead
AttachmentEntity object for the given id.
Attachment for the given downloadPath.
ContentTypesDisplayMapper is removed.
TODO Undeprecate and make this private when ContentTypesDisplayMapper is removed.
ContentEntityObject.
ViewAttachmentsPage.getAttachmentContainer(Attachment) instead
AttachmentContainer.getVersionContainer(int) on ViewAttachmentsPage.getAttachmentContainer(Attachment) instead
AttachmentManager.getAllVersionsOfAttachments(com.atlassian.confluence.core.ContentEntityObject) to get
old and new attachments.
ConfluenceEntityObject that contains attachments relevant to the current action.
AbstractVersionedEntityObject.getVersion() instead
AuthenticatedUserThreadLocal.get().
SpacePickerHelper.getAvailableGlobalSpaces(ConfluenceUser) instead.
AvailableSpaces.getAvailableSpaces(Space, ConfluenceUser) instead.
SettingsManager.getGlobalSettings() instead
BodyContent object for this ContentEntityObject.
BodyContent object for this ContentEntityObject or throws an UnsupportedOperationException
if its body type is not the same as the supplied expectedBodyType.
Content object for which the body could be converted to a given ContentRepresentation,
returns the ContentBody that would be used for the conversion.
HibernatePersonalInformationDao.getByUser(com.atlassian.confluence.user.ConfluenceUser) instead.
PersonalInformationDao.getByUser(com.atlassian.confluence.user.ConfluenceUser) instead.
CacheRpc.getCacheMaxEntries(String) directly.
BlogPostReference better suits your needs.
Category that this docId belongs to.
ContentFactory when expanding "children" on a Content item being built.
URLClassLoaders presently)
AcceptanceTestHelper.getRestClient()
ClusterLockService.getLockForName(String) instead.
LookAndFeelAction.isDefault(String)
ContentEntityObject.getVersionComment() instead
BootstrapManager.getConfiguredLocalHome() or AtlassianBootstrapManager.getConfiguredApplicationHome() instead
AtlassianBootstrapManager.getFilePathProperty(String) and ConfluenceBootstrapConstants.ATTACHMENTS_DIR_PROP
BootstrapManager.getSharedHome() or
BootstrapManager.getLocalHome() instead.
GeneralUtil.getLocalTempDirectory() instead.
GeneralUtil.getLocalTempDirectory() instead.
Contained in another CEO should
implement the Contained interface and delegate to this method
File representing the directory that contains all the versions of an attachment
ContentProperty.getContentEntity() instead.
SimpleSiteStructure.AttachmentRepresentation.getContainerContent() instead
LabelManager.getContentForLabel(int, int, Label) that provides a specific return type.
ContentEntityObject associated with this macro.
Editor.getContent()
Attachment.getContainer() instead
ContentEntity object for the given id and expands it if requested to.
SearchSiteAction.getTypeOptions()
LabelManager.getContentForAllLabels(int, int, Label...) instead.
LabelManager.getAllContentForLabel(int, int, Label).
ContentId for this entity object, if it implements ContentConvertible.
ContentId for this Blog post.
ContentId for this Comment.
ContentId for this Page.
IdContentLocator that can locate a ConfluenceEntityObject
by an id.
ContentProperties.
ContentProperty associated with
a content entity given its id and the property name
ContentProperties associated with the SpaceDescription.
ContentProperty associated with
the SpaceDescription of the space
ContentPropertyManager.
ContentPropertyManager.
ContentEntity provided by this entity.
AttachmentManager.getAttachmentData(Attachment)
Attachment.getMediaType() instead
com.atlassian.confluence.content.ui.ContentUiSupport#getContentTypeI18NKey(T)null if there's no version for this result.
RelatedContentRefactorer.updateReferrers(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
NotificationData.getCommonContext()
PaginationSupport.getPageSize()
ListBuilderPaginationSupport.getPageSize()}}
ConfluenceHeader.getCreateButtonElement().
PageElement.
SearchResult.getCreator() instead.
SearchResult.getCreatorUser() instead
instead. If you need a username you would retrieve it by id from the UserAccessor.
WebResourceManager.includeResources(Writer, UrlMode, WebResourceFilter), which includes
references to all the delayed CSS resources requested by WebResourceManager.requireResource(String).
LabelManager.getContentForLabel(int, int, Label).
LabelManager.getContentInSpaceForLabel(int, int, String, Label).
AbstractLinkRenamingBean.getPageBeingChanged() to calculate (according to the content type's linking rules) the current
(before the rename) link part to the page.
DefaultImportContext.getUser().
ImportContext.getUser() instead.
DarkFeaturesManager.getDarkFeatures(com.atlassian.confluence.user.ConfluenceUser)
DefaultDarkFeaturesManager.getDarkFeatures(com.atlassian.confluence.user.ConfluenceUser)
null, because it is no longer used by Confluence
UserInterfaceState.getDashboardSpacesTab() instead
MacroMetadata for use in the Macro Browser.
ValidationResult so that clients can process the i18n key and
arguments.
AttachmentDataDao.getDataForAttachment(com.atlassian.confluence.pages.Attachment, AttachmentDataStreamType)
TimeZoneManager.getDefaultTimeZone()} instead.
SpacePermissionManager.getDefaultGlobalPermissions() instead.
Returns the default global permissions that are created when Confluence is set up. These will exist in a newly
set up system but may be removed afterwards. Note that the returned objects are freshly created and therefore
do not have IDs or other persistence data.
By default, confluence-administrators group has admin access, the default users group can view the system
and anonymous access is disabled.
SystemTemplateManager now.
SystemTemplateManager now.
MacroDefinition.getParameter(java.lang.String) or MacroDefinition.getTypedParameter(java.lang.String, java.lang.Class) with ""
PageManager.getDescendantIds(Page)
PageDao.getDescendantIds(com.atlassian.confluence.pages.Page)
DefaultPageManager.getDescendants(Page)
Page.getDescendants()
PageManager.getDescendants(Page)
PageDao.getDescendants(com.atlassian.confluence.pages.Page)
ClusterNodeInformation.getAnonymizedNodeIdentifier()
Space.getDescription().
ModuleDescriptors
SettingsManager.getGlobalSettings() instead
DraftDao.getDraft(String, com.atlassian.confluence.user.ConfluenceUser, String, String) instead.
DraftDao.getDraft(String, com.atlassian.confluence.user.ConfluenceUser, String, String) instead.
LookAndFeelAction.isDefault(String)
EditorContent.
PersonalInformation.getUser()
Plugin objects ordered by name, or an empty list if the currently enabled
plugins could not be determined.
ContentPermissionSearchUtils.getEncodedUserKey(com.atlassian.confluence.user.ConfluenceUser) instead.
PaginationSupport.getNiceEndIndex()
DefaultSelenium.getEval(String) does.
ConfluenceSeleniumClient.getEvalFunction(String) which joins together its arguments with newlines.
ConfluenceSeleniumClient.getEvalFunction(String...) which executes a JS function which returns a list,
joins the result on the client side using commas, then splits it back into a list to return.
ConfluenceEntityObject the event is acting upon.
Page object for a page, known to
exist in confluence.
Page object for a page, known to
exist in confluence.
Page object for a page, known to
exist in confluence.
Page object for a page, known to
exist in confluence.
null if the user doesn't exist or the key is
null.
ExportDescriptor.getExportDescriptor(java.io.File) instead.
ExportLinkFormatter for the exporter.
AbstractXmlExporter.getExportScope() instead.
ExportDescriptor.getScope()
ExportDescriptor.getScope()
ExportImageDescriptor representing the image tag
urls that were extracted during processing.
SimpleSiteStructure.AttachmentRepresentation.getTitle() instead
ViewPageAction.getComment() from the application.
FollowEvent.getFollowerUser() instead.
FriendlyDateFormatter to format the date relative to the "now" time.
PersonalInformation.getUser()
ConfluenceEntityObject.getCreator() instead.
RestHelper.getPrototypeRestBaseUrl(String) or RestHelper.getPrototypeRestBaseUrl(BaseUrlSelector)
null if the user doesn't exist or the name is null.
Strings.
DefaultPermissionsAdministrator.GroupPermissionRows for printing in a UI.
DefaultPermissionsAdministrator.GroupPermissionRows for printing in a UI.
SearchResultGroupEntity list that was found using the QUICK search.
UserAccessor.getGroupNames(User) or UserAccessor.getGroupNamesForUserName(String)
AdminConfigurationCriteria.
ContentEntityObjects, filtered to only include the requested types.
ClusterNodeInformation.getAnonymizedNodeIdentifier()
AbstractDialog.getDialog()
pageelement if you need to use the dialog.
AbstractEditorPage.openImageDialog()
attachment is an intelligble image, then this method returns the
ImageDetails for it.
null otherwise.
ImagePlaceholder instance to be displayed in the editor.
ImageProcessingRule for each export.
Multimap representation of content properties dynamic index schema.
ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject)
ContentPermission.VIEW_PERMISSION)
InputStream for this stream.
TimeZone for the given ID, which is the same
instance used for this time zone throughout the system.
RestHelper.fetchJsonResponse(com.sun.jersey.api.client.WebResource)
WebResourceManager.includeResources(Writer, UrlMode, WebResourceFilter), which includes
references to all the delayed Javascript resources requested by WebResourceManager.requireResource(String).
LabelUtil directly.
SearchResult.getLastModifier() instead.
SearchResult.getLastModifierUser() instead
instead. If you need a username you would retrieve it by id from the UserAccessor.
VersionHistorySummary.getLastModifier() instead.
AttachmentManager.getAttachmentData(Attachment)
LicenseService.retrieve()
EditorContent.getEmbededLinks() and click on the individual link to get their link property panel.
SimpleLinks.
SimpleLink.
UserAccessor.getMemberNames(Group)
Macro registered with the
given name, or null if there is none registered with the manager.
MacroDefinition in the supplied (@code contentEntityObject}.
MacroMigration for the given macro.
BuildInformation.getVersionNumber().
ConfigurableLocalSessionFactoryBean.getCurrentMappingResources()
SchemaHelper.getMappingResourcesView()
UserAccessor.getMemberNames(com.atlassian.user.Group) but returns a List of user names as Strings
rather than a Pager.
WebMenu for display with the given properties and context.
WebMenu for display with the given properties and context.
ConfluenceWebResourceManager.putMetadata(String, String).
ReturnValueAnnotation
EdgeQueries.getMostPopular(EdgeQueryParameter) instead
PopularContentQueries.getMostPopular(int, EdgeQueryParameter) instead
AbstractLinkRenamingBean.getPageBeingChanged(), AbstractLinkRenamingBean.newSpaceKey, and AbstractLinkRenamingBean.newTitle to caclulate (according to
the content type's rules) a link to the content after the rename.
Settings.getDefaultUsersGroup() via
SettingsManager.getGlobalSettings().
Settings.getDefaultUsersGroup() via
SettingsManager.getGlobalSettings().
PaginationSupport.getNextStartIndex()
ListBuilderPaginationSupport.getNextStartIndex()}
ClusterManager.getNodeStatusMap()
Editor.getContent() that should be the same in all browsers.
PageView.getContent() that should be the same in all browsers.
DefaultNotificationManager.getNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
NotificationManager.getNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
LikeNotificationManager.getNotifications(LikePayload)
DefaultNotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
NotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
DefaultNotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
NotificationManager.getNotificationsBySpaceAndType(Space, ContentTypeEnum)
SearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING) of the sort.
AbstractVersionedEntityObject.getLatestVersion() and AbstractVersionedEntityObject.isLatestVersion() instead.
Versioned.getLatestVersion() and Versioned.isLatestVersion() instead.
ConversionContext.getPropertyAsString(String) with the parameter "output-device-type".
RenderContext.getParam(Object) with the parameter "output-device-type".
Label.getOwnerUser() instead.
Comment.getContainer() instead.
NotificationEvent.getNotification() and Notification.getContent().
Notification.getContent() instead (and make no assumptions about what type of content is associated here)
Comment.getOwner() instead.
PageManager.getPageWithComments(String, String) instead.
PageContext of the macro.
AbstractPage which this is a draft of, as a String.
ConfluenceRpc.getExistingPage(long), that makes several calls to the server to flesh out
the space and the last modifier.
Map, using the specified List for names and
aliases and the specified default value.
Strings or SearchQuerys.
Page of the current Page or null if the current
AbstractPage is a root page or a blogpost.
ConvertedPath based on the passed in path.
ContentEntityObject.getContentPermissionSet(String)
Page objects that are direct children of the passed in page.
LicenseService.isLicensedForDataCenter()
instead as licensing is now based on clustering capability, not the number of nodes.
LicenseService.isLicensedForDataCenter()
instead as licensing is now based on clustering capability, not the number of nodes.
DashboardMacroSupport.getPermittedSpacesBuilder().
SpaceManager.getPersonalSpace(ConfluenceUser)
SpaceManager.getPersonalSpace(ConfluenceUser)
SpaceManager.getPersonalSpace(User) instead
PluginDataDao.getPluginData(String), except that this does not load the plugin binary into memory.
AbstractConfluenceAcceptanceTest.plugins()
PopularContentManager.getPopularContent(com.atlassian.confluence.user.ConfluenceUser, java.util.Date, com.atlassian.confluence.spaces.Space, int, int) instead.
PageNotFoundAction
PageNotFoundAction
PageManager.getPossibleRedirectsInSpace(Space, String, int) or PageManager.getPossibleRedirectsNotInSpace(Space, String, int)
PageManager.getPossibleRedirectsInSpace(Space, String, int) or PageManager.getPossibleRedirectsNotInSpace(Space, String, int)
EntityObject.getCreationDate()
previewKey property provides information a client can use to show a relevant preview/icon for
this result.
PaginationSupport.getPreviousStartIndex()
ListBuilderPaginationSupport.getPreviousStartIndex()}
UserAccessor.getPropertySet(ConfluenceUser)
SharedDataManager
TaskQueueFlushJob.setQueueName(String) instead.
ContentEntityObjects that have been newly added or modified
since the date specified.
ContentEntityObjects that have been newly added or modified
since the date specified.
RecentlyUpdatedChangeSet objects
in the order they appear on the dashboard.
ReferenceInsertionPolicy appropriate for the context being
rendered.
FriendlyDateFormatter
ConfluenceActionSupport.getAuthenticatedUser() instead.
DefaultConversionContext.getPageContext() instead.
RenderedContent object which lets you easily access elements in the editor iframe without
having to manually switch frames.
VelocityUtils.getRenderedContent(CharSequence, java.util.Map) instead.
VelocityUtils.getRenderedContent(CharSequence, org.apache.velocity.context.Context) instead.
null source for republishing locally.
VelocityFriendlyPageBuilderService.getRequiredResources() instead.
ConfigurableResourceManager.getResource(String resourceName, int resourceType, String encoding )
ConfigurableResourceManager.ResourceFactory.
AttachmentDownloadResourceReader for retrieving attachment content.
DownloadResourceReader for a downloadable resource.
FileDownloadResourceReader for reading the stored output of the previous execution of a macro.
ThumbnailDownloadResourceReader for retrieving thumbnail content.
WebImagesDownloadResourceReader for retrieving web application images.
VelocityFriendlyPageBuilderService.getRequiredResources() instead.
VelocityFriendlyPageBuilderService.getResourceTags(String) instead.
WebResourceManagerImpl.requireResourcesForContext(String)).
FileDownloadResourceWriter for storing output of a macro in a temporary location.
DownloadResourceWriter for a downloadable resource.
SearchFilter. If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager.
SearchResultEntity list that was found using the FULL search.
BuildInformation.getGitCommitHash() instead
RestHelper.newResource(String, User)
ExportContext.getExportScope()
SearchableDao.getCountOfLatestSearchables() instead.
ContentNameSearchSections that in
some way match the query.
RelatedContentRefactorer.updateReferences(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
SharedDataManager for the given key.
WelcomeMessageService
RemoteSpaceService.find(Expansion...)
SpaceEntity for the given spaceKey and expands it if necessary.
SpaceEntityList for the given SpaceEntityListContext.
ExportDescriptor.getSpaceKey().
Space in a DataSource.
SpacesQuery.
SpacesQuery.
SpacesQuery limited by the offset and maxResults.
Pages that are either created or edited by the specified user
Strings representing space scopes.
VelocityFriendlyPageBuilderService.getStaticResourcePrefix() instead.
WebResourceUrlProvider.getStaticResourcePrefix(com.atlassian.plugin.webresource.UrlMode) instead.
VelocityFriendlyPageBuilderService.getStaticResourcePrefix(String) instead.
WebResourceUrlProvider.getStaticResourcePrefix(String, com.atlassian.plugin.webresource.UrlMode) instead.
SimpleSiteStructure which has been
constructed.
FollowEvent.getFolloweeUser() instead.
MacroMetadata for use in the Macro Browser.
SystemCompatibilityService.getSupportedJavaVersions()
RssResult.
WebInterfaceContext.getTargetedUser().
NotificationContext.getTemplateImageDataSources()
#getDefaultTemplateLocation(String)
MessageFormat.
I18NBean.getText(String)
I18NBean.getText(String, Object[])
TemporaryUploadedPicture.getThumbnailFileDownloadUrl().
TemporaryUploadedPicture.getThumbnailFileDownloadPath() but with the filename Url Encoded.
ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment).
ClusterConfig.getMulticastTimeToLive()
TimeZoneManager.getDefaultTimeZone()
ExportUtils.getTitleAsFilename(ContentEntityObject) instead (see CONF-27260)
ExportUtils.getTitleAsHref(ContentEntityObject) instead (see CONF-27260)
BlogPostReference better suits your needs.
ContentTransformerFactory.getTransformer(MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) instead. Since v5.0.
MessageFormat.
DefaultTrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse)
TrustedConnectionStatus object with the results.
SortType as a string.
AbstractDatabaseCreationAction.setupDatabase(), signifies failure(s)
during database creation.
I18NBean.getText(String) but does not apply any TranslationTransforms.
DownloadResourceWriter to get the resource path.
UsageInfo.getUsageInfo(java.sql.Connection) instead.
MemoryInfo.getUsedHeap()
MemoryInfo.getUsedHeap()
null if the user doesn't exist or the name is null.
ConfluenceActionSupport.getUserByName(String) instead.
Labelling.getOwningUser() instead.
WebInterfaceContext.getCurrentUser() instead.
ConfluenceSoapService.getUserByName(String, String) instead.
UsersSoapService.getUserByName(String) instead.
AuthenticatedUserThreadLocal.get() instead.
UserAccessor.getUserByName(String)
null if the user has never existed or the key is
null.
UserKey
UserDtoFactory.getUserDto(ConfluenceUser) instead.
UserAccessor.getUserByName(String)
Strings.
UserResourceIdentifier.getUserKey()
SpaceGroupPermission.getUserSubject()
LikeEntity.getUser() instead.
Notification.getReceiver() instead.
ContentPermission.getUserSubject() instead.
UserLoginInfo.getUser().
SpacePermission.getUserSubject() instead.
PersonalInformation.getUser()
null if none has been
set.
SpaceManager.getSpace(String)) and
then retrieve the creator (ConfluenceEntityObject.getCreator()). From 5.3 onwards this method could well return the wrong username
(if a user was renamed).
#getUserKeys)
DefaultPermissionsAdministrator.UserPermissionRows for printing in a UI.
DefaultPermissionsAdministrator.UserPermissionRows for printing in a UI.
ContentPermissionDao.getUserPermissions(com.atlassian.confluence.user.ConfluenceUser) instead.
UserAccessor.getUserProfilePicture(User) instead.
ConfluenceUser.
UserAccessor.getMemberNames(Group) directly instead.
ContentPermission.isUserPermission() is true, returns the user who is explicitly permitted by this permission.
PageChangesBean.getUsers() instead.
UserChecker.getNumberOfRegisteredUsers(), as that caches its results.
If you need to know the usernames, you should call UserAccessor.getUserNamesWithConfluenceAccess(), as that is a higher
performance implementation.
SpaceGroup
Versioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) to determine the policy
to be used when saving the CCEO.
VersionChildOwnerPolicy depending on the passed contentType.
ViewPageAttachmentsAction.getWebInterfaceContext(WebInterfaceContext, Attachment)
WelcomeMessageService.getWelcomeMessage() instead
xmlFragment together with the XML document preamble.
SystemAdministratorCondition instead, otherwise, use ConfluenceAdministratorCondition.
To err on the side of more security, we are assuming plugin developers intended a restriction to the most powerful group of administrators.
Hence this deprecated class will inherit the permission checks of SystemAdministratorCondition.
This class has been reintroduced to prevent problems with the approvals plugin.
NOTE: This is currently used by the Gliffy plugin. To be removed when they do. CONFDEV-15165.PermissionsImportPreProcessor.DefaultPermissionsAdministrator.GroupPermissionRows.
GsonJsonator.IndexTasks that are intended to be persistent and whose work
depend on a persistent object - one which can be loaded by using the handle provided by an implementation of HandleAware.getHandle().MacroDefinitions in the supplied storageFragment without making changes
to the storage representation.
MacroDefinitions in the supplied storageFragment, with optional changes
to the storage representation defined by the MacroDefinitionMarshallingStrategy.
storageFormat.
Macro.hasBody() without
initialising the module (or macro).
Editor.hasDraftStatus()
ClusterUtils instead}EditorContent.hasInlineMacro(java.lang.String, java.util.List)
LikeManager.hasLike(ContentEntityObject) instead. Since v4.3.
LikeManager.hasLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with
AuthenticatedUserThreadLocal.get() instead.
true if the specified user and group both exist, and the user is a member of the
group (either directly or as a member of a nested group).
true if the specified user and group both exist, and the user is a member of the
group (either directly or as a member of a nested group).
ViewContentBean.assertHasViewPermission() or ViewContentBean.assertHasNoViewPermission()
DefaultSpacePermissionManager.hasAllPermissions(java.util.List, com.atlassian.confluence.spaces.Space, com.atlassian.user.User)
PermissionManager instead.
SpacePermissionManager.hasAllPermissions(java.util.List, com.atlassian.confluence.spaces.Space, com.atlassian.user.User)
Editor.hasPreviewContent(String)
EditorPreview.containsContent(String), which waits for visibility too
and uses pageElements instead of dodgy js.
Editor.hasRestrictionsSet()
Editor.hasViewAutosavedChanges()
PermissionManager.hasPermission(com.atlassian.user.User, com.atlassian.confluence.security.Permission, java.lang.Object) instead.
ConfluenceHeader.getCreateButtonVisibility()
CacheStatistics.ClusterManagerHazelcastClusterEventService which uses a Hazelcast remote executor to distribute
events.Cache interface.HibernateCacheFactory.CacheProvider.PluginSharedDataStore.SharedDataManagerSharedData implementations.CacheStatisticsManager.HeartbeatAction provides methods used by the client side editor
to detect concurrent changes to a single CEO.HibernateCacheFactory in a way that
can be looked up via a static method.ContentPermission instances, in a way that does not
violate any unique constraints.HibernateContentPermissionPersister if the ImportedObject matches.DdlCommands thrown its way.Handle for a persistent object.JournalDao that uses Hibernate for
persistence.HibernateKeyPersister if the ImportedObject matches.KeyStore interfaceMembershipDao which uses Hibernate 2.HibernateMembership instances, in a way that does not
violate any unique constraints.HibernateMembershipPersister if the ImportedObject matches.SchemaComparisonService which
uses the Hibernate mapping as the "expected" schema, and compares it with the actual database schema.HQLQuery against the database, converting parameters
and results to the correct types.Session.TrustedApplicationDao.UserDao which uses Hibernate 2.HierarchicalContentFileSystemHelper.FileSystemAttachmentDataDaoAttachmentDataFileSystem which stores the
attachment data as files on a filesystem, using the standard File API.Content.History objects.History instances.History instances and references.AcceptanceTestHelper.createTestUser()
HtmlUtil.htmlEncode(String).
ReferenceInsertionEventHandler that HTML encodes any value not annotated
as being HtmlSafe.Object.toString() methodHtmlSafe annotationResponseHeaderNames.STACK_DEPTH
HttpProxyConfiguration.HttpContext class.CachingI18NBeanFactory has had
a cache miss and needs to initialise a new I18NBean.I18NBeanFactory.getI18NBean()Person or Space.AbstractDialog.getDialog() pageelement if you need to use the dialog.
IdMultiPartHashGeneratorHibernateObjectHandleTranslator.idToHandle(Class)
Attachment.ImageDetails.ImageDetails for Attachments.TagRule that is responsible for processing image tags.DefaultImportExportManager.doImport(ImportContext).
ImportExportManager.doImport(ImportContext).
ImportContext.Importer.Importer(com.atlassian.confluence.it.rpc.ConfluenceRpc, com.atlassian.confluence.it.BaseUrlSelector)
Importer.Importer(com.atlassian.confluence.it.rpc.ConfluenceRpc, com.atlassian.confluence.it.BaseUrlSelector, net.sourceforge.jwebunit.junit.WebTester)
ImportLongRunningTask.ImportLongRunningTask(com.atlassian.event.api.EventPublisher, com.atlassian.confluence.search.lucene.ConfluenceIndexManager, com.atlassian.confluence.importexport.ImportExportManager, com.atlassian.confluence.importexport.ImportContext)
ImportLongRunningTask.ImportLongRunningTask(com.atlassian.event.api.EventPublisher, com.atlassian.confluence.search.lucene.ConfluenceIndexManager, com.atlassian.confluence.importexport.ImportExportManager, com.atlassian.confluence.importexport.ImportContext)
MailArchivingHelper.importMail(String, String, String)
MailArchivingHelper.importMailAndAssertNoRunningTask(String, String, String)
VelocityFriendlyPageBuilderService.includeResources(java.io.Writer) instead.
SearchQuery.PossibleIncorrectHtmlEncodingEventHandler to a cartridge if such logging is enabled.IndexTask.Label that was inherited from a piece of
parent content, for example, searching for comments attached to pages with a certain labelLabelQuery into Lucene.PagePermissionsAcceptanceTest.IndexReader is required.ConfluenceSidManager
ContentProperty key for the property that indicates whether or not
the comment is an inline comment.
StatusTextRenderer instead.InputStream.IOExceptions thrown by an InputStream.InputStreams.AbstractEditorContentWebDriverTest.insertAndWaitForFixture(String, String)
instead.
ImageBrowserDialog.chooseImage(com.atlassian.confluence.it.Attachment) ()} and ImageBrowserDialog.clickInsert()
ReferenceInsertionPolicyApplicationConfiguration.setProperty(Object, Object) but the underlying code does not
call ApplicationConfiguration.save() and is thus only in memory for the time being.
TestPlugins.setupTestPluginsForJWebUnit(ConfluenceRpc) to set up required plugins.
EventDispatchingPluginController.installPlugins(com.atlassian.plugin.PluginArtifact...)
PluginHelper.isPluginInstalled(Plugin) and PluginHelper.installPlugin(UploadablePlugin).
TestPlugins.setupTestPluginsForJWebUnit(ConfluenceRpc) or
TestPlugins.setupTestPluginsForWebDriver(com.atlassian.confluence.it.rpc.ConfluenceRpc) to set up required plugins.
TestPlugins.setupTestPluginsForWebDriver(ConfluenceRpc) and WebDriverSetupTest.installCrowdProxyIfNeeded(ConfluenceRpc).
NotificationData instances for User Invite events.LockingCache interface here, we can't make use of Hazelcast's
entry processor API.
IOUtils insteadAbstractGadgetAdminTab.getActive()
ProfilePictureInfo.isAnonymousPicture()
confluence.backup.path.set.allowed property, to see if the backup path can be modified in
the admin console.
CancellingInterceptor to determine if the action should be executed.
Editor.isCancelVisibleNow()
Editor.isCancelVisibleNow()
ConfluenceFileUtils.isChildOf(java.io.File, java.io.File) instead
true if the authenticator configured in seraph-config.xml is not one of the ones shipped with Confluence,
otherwise false.
DarkFeatures.isDarkFeatureEnabled(com.atlassian.confluence.user.ConfluenceUser, String)
UserAccessor.isDeactivated(User) instead
UserAccessor.isDeactivated(String) instead
CrowdDisabledUserManager.isDisabled(User)
CrowdDisabledUserManager.isDisabled(String)
UserAccessor.getUserProfilePicture(com.atlassian.user.User).
ConversionContextOutputType.DIFF
or ConversionContextOutputType.EMAIL
Editor.isDirty()
true if the specified user is deactivated or does not exist, otherwise false.
true if the user with the specified username is deactivated or does not exist, otherwise false.
EditContentPage.hasEditPageUrl()
BooleanQueryFactory is empty; that
is, if no SearchQueries have been added to it.
true if the logging context has been initialised and has data in it, otherwise
false.
Labelable.isFavourite(com.atlassian.confluence.user.ConfluenceUser) instead.
true if the parentGroupName is in the cached list of parents of the child group,
false if parentGroupName is not in the list, or null if there is no cached list for the child group.
ieonly param is set to true in the plugin, false otherwise.
ieonly param is set to true in the plugin, false otherwise.
AbstractAutoProxyCreator.isInfrastructureClass(Class)
Versioned.getOriginalVersion() will return null.
ReportUserMacrosWithWikiTemplateUpgradeTask.
LicenseService.isLicensedForDataCenter()
instead as licensing is now based on clustering capability, not the number of nodes.
UpgradeUtils.isSqlServer() instead
Notification.isNetworkNotification() instead.
IsNewerThan.test(int).IsNewerThanAndConfiguredNumberHighEnough.test(int) AND the application configured
build number is higher than a configured value.ImportProcessorContext.objectImported(com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle).
MailServerManager.isDefaultSMTPMailServerDefined() instead.
Editor.hasRestrictionsSet()
AttachFileAction.validate() so that JSON responses include the error messages.
Editor.isQuickEdit()
true if the user cannot be modified or removed.
true if the group cannot be modified or removed.
Editor.isEditorCurrentlyActive() to check if tinymce is currently active instead.
PageManager.isPageRecentlyUpdatedForUser(com.atlassian.confluence.pages.Page, com.atlassian.user.User) instead as this was only used for pages anyway.
Editor.isRestrictionsButtonVisible().
SetupPluginManager to return true.
ExportDescriptor.isSpaceImport().
Editor.isEditorCurrentlyActive() to check if tinymce is currently active instead.
UpgradeGate.setUpgradeRequired(boolean).
true if the groupName is in the cached list of parents of the user, false
if groupName is not in the list, or null if there is no cached list for the user.
true if the provided group details are valid for creation on this configuration.
true if the provided user details are valid for creation on this configuration.
AbstractEditPageAction.getConflictingVersion() if you
need this.
ViewContentBean.assertHasNoViewPermission() or ViewContentBean.assertHasViewPermission()
AbstractGadgetAdminTab.getVisible()
request is a WebSudo request.
TimedQuery for a javascript expression.ConfluenceIndexManager.SMTPMailServerImpl to provide metrics for
The number of emails sent in total
The number of emails succesfully delivered
The time the last successful email was sent
Connectivity without sending a test email
Also allows the from name of emails to be set.SystemInformationService to provide a subset
of the information provided on the ViewSystemInfo page.ClusterConfigurationHelper.joinCluster(String, java.io.File, java.net.InetAddress) instead
ClusterConfigurationHelper.joinCluster(String, java.io.File, java.net.InetAddress, String) instead
JournalEntry objects.JournalIdentifiers to and from strings in the DB.DefaultJsonator with an AbstractCommandAction instead.
This interface is used as a convenience to indicate that an action can provide its result in JSON format.
It's not strictly needed as the result uses reflection but is provided anyway as a convenience.get and opt
methods for accessing the values by index, and put methods for
adding or replacing values. The values can be any of these types:
Boolean, JSONArray, JSONObject,
Number, String, or the
JSONObject.NULL object.
The constructor can convert a JSON text into a Java object. The
toString method converts to JSON text.
A get method returns a value if one can be found, and throws an
exception if one cannot be found. An opt method returns a
default value instead of throwing an exception, and so is useful for
obtaining optional values.
The generic get() and opt() methods return an
object which you can cast or query for type. There are also typed
get and opt methods that do type checking and type
coersion for you.
The texts produced by the toString methods strictly conform to
JSON syntax rules. The constructors are more forgiving in the texts they will
accept:
, (comma) may appear just
before the closing bracket.null value will be inserted when there
is , (comma) elision.' (single
quote).{ } [ ] / \ : , = ; # and if they do not look like numbers
and if they are not the reserved words true,
false, or null.; (semicolon) as
well as by , (comma).0- (octal) or
0x- (hex) prefix.Content.JsonContentProperty objects.JsonContentProperty instance.JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). The
toJSONString method will be used instead of the default behavior
of using the Object's toString() method and quoting the result.JsonStrings.JsonStrings.TestWeightCalculator which uses the test timings recorded in
JUnit test reports to calculate the "weight" of individual test classes.BatchedTests and triggers the use of
JUnitTestTimeWeightCalculator.KeyPairs for equality based on the equals method of the public and private keys.ConfluenceLicense.Label.Label(String, Namespace, com.atlassian.confluence.user.ConfluenceUser)
instead.
labels.
ContentActionBreadcrumbs typically come
last).
BooleanQueryFactory implementations.Label.LabelQuery into Lucene.LabelManager methods against multiple databases, headlessly.LastModifierUserSearchFilter instead.DocumentFieldName.LAST_MODIFIER_NAME field.
LastModifierUserSearchFilterMapper instead.DocumentFieldName.LAST_MODIFIER_NAME field.DocumentFieldName.LAST_MODIFIER_NAME field.
ContentEntityObjects that have XHTML formatted bodies.LazyComponentReference.Macro in a LazyReference.Map that is backed by a delegate map that contains suppliers
for the values that are called lazily when required.StandardAcceptanceTestBatch after
CONFDEV-26006 is fixed.UserManagementHelper that talks directly to the configured LDAP server.LdapServer.
LdapServer using the LDAP connections
provided by the ldapTemplate.
AttachmentDataDao implementations that only support
AttachmentDataStreamType.RAW_BINARY, and that already have implementations of the deprecated
InputStream-based methods.ConfluenceWebMenuManager.getMenu(String, String, WebInterfaceContext) to supports inclusion of old plugin options on the
Add menu.LegacyDynamicPluginFactory
linking it to Confluence's plugin temp directory.LicenseService.LicenseService.PageRequest guaranteed to have a limit capped to a developer provided value rather than a user provided
value.DefaultTextContentExtractor which places a limit on how many bytes of the input stream
are read into memory.DifferSearchManagerListQuery objects to new ListQuerys.ClusterLockService for locking which returns instances
of LockClusterLockService for locking which returns instances
of LockClusterLockService for lockingLockingCache
This should only be used internal to confluence.ClusterLockService in conjunction with
ManagedLock.withLock(java.util.concurrent.Callable).ClusterLockService in conjunction with
ManagedLock.withLock(Runnable).Logger instead.
Logger.
LoginHelper.logInFast(com.atlassian.confluence.it.User), LoginHelper.logInDecorated(com.atlassian.confluence.it.User) or LoginHelper.logInViaForm(com.atlassian.confluence.it.User).
LoginHelper.logInFast(com.atlassian.confluence.it.User), LoginHelper.logInDecorated(com.atlassian.confluence.it.User) or LoginHelper.logInViaForm(com.atlassian.confluence.it.User).
LoginHelper.START_LOCATION.
LoginEvent.LoginEvent(Object, String, String, String, String, String).
LongRunningTaskManager interface; see the package-info.java for rationale.LongTaskStatus.LongTaskStatuss.LongTaskService, a shallow wrapper for LongRunningTaskManager.ILuceneConnectionLuceneSortMapper, LuceneQueryMapper or LuceneResultFilterMapper)
cannot be found.SearchQuery to a Lucene Query.QueryTokens so
that we can tag some additional meaning.Filter instead. If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager.LuceneResultFilter
and ResultFilter classes.SearchManager.SearchFilter to a Lucene Filter.SearchQuery or SearchSort into the equivalent technology specific object.CacheBackedLuceneSearchMapperRegistry up to date in response to plugin events.LuceneSearchResult.LuceneSearchResult(org.apache.lucene.document.Document, com.google.common.base.Function)
LuceneSearchResult.LuceneSearchResult(java.util.Map, com.google.common.base.Function)
com.atlassian.confluence.search.v2.ISearch#() with the required offset and count.count hits.
MacroCounter if available.
MacroDefinition for the macro,
including the typed parameters if the storage format is v2.
Macro.execute(java.util.Map, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method is being run.
MacroCountEvent for each type of newly added macro.MacroDefinition.MacroDefinition(String, MacroBody, Map, Map, String) instead and pass parsed parameter values.
MacroDefinitions found in storage format.MacroDefinitions in storage format with other content.MacroDefinitionRequestSerializer.MacroDefinitions in storage format.MacroDefinition to string in wiki markup.Macro.execute(java.util.Map, String, com.atlassian.renderer.RenderContext)).MacroMetadata.History instances.MacroMetadata.MacroMetadataParser.MacroMetadataParser() instead
MacroBrowserManager to provide additional
MacroMetadata.MacroParameter.MacroParameter(String, String, String, MacroParameterType, boolean, boolean, String, boolean) instead.
MacroParameter.MacroPlaceholder.MacroReplacementRenderer to be used during migration of macros.PagePermissionsAcceptanceTest.MacroStorageVersionQuery to a lucene query to compare the macroNameAndVersion to the extracted MacroUsageExtractorFields.MACRO_STORAGE_VERSION_NAME.MacroCounter.AcceptanceTestHelper.make(boolean) to explicitly specify whether User.TEST should be auto-created.
TokenAuthenticationManager.makeAnonymousConfluenceUser() instead.
TokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(String) instead.
MacroFormDetails.makeParameterFormDetails(String, String, boolean, java.util.List) instead
LockingCache instead.AcceptanceTestHelper.createTestUser()
ContentProperty key for the reference to the selection's markers in storage format
AdminTask as being completed.
AdminTask as being completed.
request as a request for a WebSudo resource.
MacroDefinition using either V1 or V2 macro storage format.
UserResourceIdentifier to storage format.
Marshaller or Unmarshaller
suitable for particular usages.Integer as the maximum number
of results to return to a query.Maybe.Content metadata as the "mediaType" entry.
BooleanQueryFactory with the current one.
PageTemplateManager.mergeVariables(PageTemplate,List,String)
Messages.MessageHolders loaded into the
action's ValidationAware implementation.MessageHolder instances.MessageHolder instance into all MessageHolderAware actions.Message will be displayed at.MessageHolder messages into a ConfluenceActionSupport instance
after Action execution but before Result execution.ExceptionTolerantMigrator.migrate(String, com.atlassian.confluence.content.render.xhtml.ConversionContext)
entity_names in the os_propertyentry table to CWD_<lowercase_username>.
FragmentTransformers,
Unmarshallers and Marshallers
which are aware of when they've made a transformation that constitutes a "migration" from one format to another.MigrationAware interface in a Predicate.BuilderUtils.modelMap(ModelMapBuilder)
CollapsedMap and EnrichableMap instances.Link supported at the moment) will provide
the HTML/XML class attribute value to be used when rendering the linkContentEntityObject as they see fit.ModuleDescriptorCacheModuleDescriptorCacheModuleCompleteKey.ThreadPoolExecutor.CallerRunsPolicy implementation which publishes
QueueOverflowEvent if there are no more threads or queue slots available to process all eventsContentEntityObject container.
targetSpace.
AbstractVersionedEntityObject.getVersion() to the other.
AbstractVersionedEntityObject.getVersion() to the other.
ConfluenceFileUtils.moveDir(java.io.File, java.io.File) to move the directory.
EditContentBean
or appropriate rpc call such as ConfluenceRpc.movePageToTopLevel(com.atlassian.confluence.it.Page, com.atlassian.confluence.it.Space)
targetSpace.
OldMultimediaMacro).Term.MultiTermQuery into Query.BooleanOperator.AND.
MultiTextFieldQuery into a lucene query.ConfluenceReIndexer instead.TestCase.getName() in JUnit3 tests
NamedBeanContextItemProvider.getContextMap()ClusterUtils instead}ConversionContext.getPageContext().Navigation.Builder instances.AcceptanceTestHelper.createTestUser()
NetworkService.BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, User user, boolean notifySelf)
BlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, ContentPermissionProvider permissionProvider, Draft draft, User user, boolean notifySelf)
CommentService.newCreateCommentCommand(long, String, java.util.UUID)
CommentService.newCreateCommentCommand(long, long, String, java.util.UUID).
CommentService.newCreateCommentFromEditorCommand(long, long, String, java.util.UUID) if you must.
CommentService.newCreateCommentFromEditorCommand(long, long, String, java.util.UUID).
PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, User user, boolean notifySelf)
PageService.newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, User user, boolean notifySelf)
PageService.newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, Draft draft, User user, boolean notifySelf, SpaceProvider spaceProvider)
ExternalGadgetSpec.
MessageHolder instance.
ResourceIdentifier for a blog post wiki-link in the form "KEY:/2013/03/10/Blog title" or
"/2013/03/10/Blog title".
ServiceCommand for moving an existing BlogPost.
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator, com.atlassian.confluence.content.service.space.SpaceLocator, String, String, com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType)
RenderContentCommand that will render given wiki markup content in the context of the
entity and space provided by the locators.
RenderingService.newRenderXHtmlContentCommand(IdContentLocator, com.atlassian.confluence.content.service.space.SpaceLocator, String, String, com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType)
RenderContentCommand that will render given xhtml content in the context of the
entity and space provided by the locators.
RestHelper.newResource(String, User)
ExternalGadgetSpec.
ImportProcessorContext.hasPendingDeferredObject()
EhCacheProvider.nextTimestamp()
<span> elementsClusterConfigurationHelper for use when clustering is not being used.ClusterManager for use when no clustering is configured.ClusterMonitoring for use when no clustering is
configured.SharedDataManager for use when no clustering
is configured.Option.none()ActivityMonitor that does nothing.execute() method is called in the context of a user
who is not authorized to perform the action.NULL object than to use Java's null value.
DefaultSiteMigrator.DEFAULT_NUMBER_OF_THREADS
NumberRangeQuery from NumberRangeQuery.ObjectPersister for a given ImportedObject.HibernateHandles, to allow clients to pop the queue and only have to deal with actual persistent objects.CacheSettingsDefaultsProvider.getDefaults(String)
AdminConsole.DatabaseConfiguredEvent and update local plugin state
on clustered plugin events
LoginManager.onFailedLoginAttempt(String userName, HttpServletRequest servletRequest) instead
LoginManager.onSuccessfulLoginAttempt(String userName, HttpServletRequest servletRequest) instead
UserIndexingUpgradeTask doesn't add PersonalInformation for
deactivated users that have not authored content.
Editor.openDraftChangesDialogFromAutosave()
Editor.openImageDialog()
Editor.openInsertMenu()
Editor.openLabelsDialog()
Editor.openMacroBrowser()
AUIDropdownMenu.open() instead
Editor.openMovePageDialog() .
Editor.openRestrictionsDialog()
LongRunningTasks to pass through the TenantGate even though it's currently closed (vacant instance).Editor.openWikiMarkupDialog()
Operations, and the handles of all the objects that must be imported
for those operations to be performed.OptionCacheFactory.getCache(String, com.atlassian.cache.CacheLoader)Options and other Fugue wrappers.BatchableWorkSource implementation which retrieves batches of EntityObjects by
ordering the entities by their IDs.diff package implements
the differencing engine that JRCS uses.ContentProperty key for original selection text of the inline comment
Proxy's that lazily use the
underlying ServiceTracker when invoked.OutgoingLinks from ContentEntityObjects.WebWorkVelocityContext that is
OutputMimeTypeAwareContextConversionContextOutputType in the ConversionContext and evaluates href
values appropriately for the output type targeted.ContentPropertyIndexSchemaModuleDescriptor based on their owning plugin names and module
names.PageChangesBean.PageChangesBean(int, Iterable) instead.
Pages for the API.PageLayoutSection.PageLayout.PageManager interface; see the package-info.java for rationale.TreePositionContentPermission objects.#PagePermissionsActionHelper(com.atlassian.user.User, com.atlassian.confluence.user.UserAccessor)
AbstractPage: blog posts and pages.Pager - which cannot report the total
size of the result.PageManager.ExceptionTolerantMigrator and storing the result as a new template version.SiteMigrator that manages the migration of Page Templates.String into a
BooleanQueryFactory implementation according to the rules
specified by the SearchQueryInterpreter.
Expansion array.
Expansions into an Expansions instance.
SimpleDisplayServlet to convert friendly URL's to action URLs.TestProperties.PAUSE_MILLIS.
SchedulerRpc.pauseJob(QuartzJob)
SchedulerRpc.pauseJob(QuartzJob)
SpacePermission and GlobalPermission.PermissionManagerSpacePermissionsSearchFilter instead.PermittedSpacesQuery to an appropriate lucene query for the
currently logged in user.FlashScope.put(String, Object)
SpaceManager
and call getUrlPath on the Space object. Also note that if a user has been renamed (which is possible
from Confluence 5.3 onwards) then this method is likely to return the wrong key.
Macros.BoostingStrategy
implementations provided by any plugin.Transformer which passes the input through a series of other transformers provided by enabled plugins'
TransformerModuleDescriptors, in addition to a set of defaults transformers.DataSources for plugin module resources.ResourceDescriptor.Hibernate session.MacroManager from a plugin.MacroManager.getModule() method.ExternalGadgetSpecs to the SAL PluginSettings API.SharedData instances.ReferenceInsertionEventHandler that delegates reference insertion processing to the provided
ReferenceInsertionPolicy.PopularContentProvider and PopularContentPanel.Content among its siblings.HtmlAnnotationEscaper.Velocity13CompatibleResourceLoader
CacheManager into a CacheManagerAdapter before injecting into those
classes that require cache manager of either types CacheManager
or CacheManager.
AbstractRemoteServiceAcceptanceTest.prepareSpacesAndUsersWithCascadedVisibility(int)
PreRenderedMailNotificationQueueItems.Editor.clickPreview()
ProfilePictureInfo.getDownloadPath().
ConfluenceSitemeshDecorator for
the actual decoration.MBeanExporterWithUnregister.isEnabled() to always return false
LoginInfo instead.
LoginInfo instead.
LoginInfo instead.
LoginInfo instead.
LoginInfo instead.
PropertySetItemPersister if the ImportedObject matches.MacroCountEvent for each type of newly added
macro encountered.
MacroCounter from the RenderContext
and publishes a MacroCountEvent for each type of macro
encountered during rendering.
*CreateEventss.
SharedDataManager
*RemoveEvents.
*UpdateEvents.
ContentRpc.purge(ContentId) directly.
Context to a destination Context.
Application.getName().
SearchQuery objects.QueryTokenizer.QueryTokens.ThreadPoolExecutor.workQueue
LongRunningTaskManagerInternal.startIfQueued(com.atlassian.confluence.util.longrunning.LongRunningTaskId)
is called.
EditorTest that we should probably move here.ClassPathTestCollector with
PathMatchingResourcePatternResolverJsonEscapeUtils.quote(String)
TransactionExecutor that wraps all
TransactionCallback calls within a read only transaction.RecentlyUpdatedItems with a common author, as displayed
on the Confluence dashboard.MimeBodyPartRecorder.track(javax.activation.DataSource) calls.
ReflectiveObjectPersister.LuceneIndex.search(IndexSearcherCallback).
Settings.maxSimultaneousQuickNavRequests.
Matcher which catches Strings that match a given regex.TransactionSynchronization on the current transaction.
SearchIndexesAction
AttachmentService implementation that communicates with Confluence remotely using the Confluence REST API.ChildContentService implementation that communicates with Confluence remotely using the Confluence REST API.RemoteChildContentService.ChildContentService implementation that communicates with Confluence remotely.ContentBodyConversionService implementation that communicates with Confluence remotely using the Confluence REST api.ContentBodyConversionService implementation that communicates with Confluence remotely.ContentLabelService implementation that communicates with Confluence
remotely using the Confluence REST API.ContentPropertyService implementation that communicates with
Confluence remotely using the Confluence REST API.ContentRestrictionService implementation that communicates with Confluence remotely using the Confluence REST API.ContentService implementation that communicates with Confluence remotely using the Confluence REST API.ContentTrashService implementation that communicates with Confluence remotely using the Confluence REST API.ContentTrashService implementation that communicates with Confluence remotely.CQLSearchService implementation that communicates with Confluence remotely using the Confluence REST API.LongTaskService implementation that communicates with Confluence remotely using the Confluence REST API.LongTaskService implementation that communicates with Confluence remotely.RemoteContentPermission insteadRestErrors that can be used
by the client.SpaceService implementation that communicates with Confluence remotely using the Confluence REST api.DraftDao.remove(Draft)
DraftManager.removeDraftsForUser(String).
LabelManager.removeAllLabels(Labelable).
SpacePermission's from the specified space.
SpacePermission's for the specified group.
ContentPermissionManager.removeAllUserPermissions(com.atlassian.confluence.user.ConfluenceUser)
instead.
SpacePermission's for the specified user.
SpacePermissionManager.removeAllUserPermissions(com.atlassian.confluence.user.ConfluenceUser)
instead.
ImageDetails for the given Attachment.
DraftService.removeDraft(long)
DraftManager.removeDraft(Draft)
DraftManager.removeDraft(Draft)
LikeManager.removeLike(ContentEntityObject) instead. Since v4.3.
LikeManager.removeLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with
AuthenticatedUserThreadLocal.get() instead.
ContentEntityManager.removeContentEntity(com.atlassian.confluence.core.ContentEntityObject)
UserManagementHelper.removeUser(User))
PersonalInformationManager.removePersonalInformation(ConfluenceUser).
ConfluenceRpc.executeAuthPluginXmlRpc(String, String, Object...)
ConfluenceRpc.executeAuthPluginXmlRpc(String, String, Object...)
RelatedContentRefactorer.updateReferences(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
RelatedContentRefactorer.updateReferences(SpaceContentEntityObject, com.atlassian.confluence.spaces.Space, String)
RelatedContentRefactorer#updateReferrers(com.atlassian.confluence.pages.Attachment, com.atlassian.confluence.spaces.Space, String, String)
BodyType.
PreRenderedMailNotificationQueueItem and renders the body.
PageInfoAction.renderWikiLink(String) instead.
PollingChangeTrackerPollingChangeTrackerConfluenceBootstrapConstants.CONFLUENCE_HOME_CONSTANT
and ConfluenceBootstrapConstants.CONFLUENCE_LOCAL_HOME_CONSTANT
in the given text with the correct paths.
GeneralUtil.replaceConfluenceConstants(String, java.io.File, java.io.File)
instead.
AttachmentDataDao.replaceDataForAttachment(com.atlassian.confluence.pages.Attachment, AttachmentDataStream)
MacroDefinitions in the supplied storageFragment with a String.
LimitingRequestFilter.ResourceFilter that limits the maximum size a request can be.RequestTimeThreadLocal, and clears it once
the request completes.VelocityFriendlyPageBuilderService.requireResource(String, java.io.Writer) instead.
Macro implementations to define what format the
macro body should be passed to the execute method as.ResettableXmlEventReader.nextEvent() or ResettableXmlEventReader.next().
ServerStateManager.resetTestData(boolean) to be explicit about auto-test-user creation
com.atlassian.confluence.util.ClusterUtils.resolveName(String) instead}
Macros resource aware.DataSource.
ResourceIdentifier
during conversion (i.e.DataSources.
DataSources.
HttpServletResponse's ServletOutputStream so that it is closed properly.RestHelper.PROTOTYPE_REST_PATH
AttachmentEntity objects.RemoteChildContentServiceAcceptanceTest by only testing REST-specific data in the response,
such as _links and _expandable maps.ContentEntity objects.ServiceExceptions thrown by REST resources.ServiceExceptions into Responses containing RestErrors.Navigation API with URI-building methods.NavigationService to return RestNavigation instances.PluginPersistentStateStore before
execution and restore it after execution.Subjects to return in a restriction model.
SpaceEntity objects.UserSessionEntity objects.ValidationError.ValidationResult.DocumentResultScores.SearchResults.SearchFilter. If you must
perform post search filtering, you can filter SearchResults returned by
the methods on SearchManager.LongRunningTaskManager.stop(long, java.util.concurrent.TimeUnit) has been called.
SchedulerRpc.resumeJob(QuartzJob)
SchedulerRpc.resumeJob(QuartzJob)
DelegatingThumbnailRenderer.retrieveOrCreateThumbNail(com.atlassian.confluence.pages.Attachment, java.io.File, int, int)
Thumbnail for this attachment.
ContentEntityObject back to its state at the version specified by version.
UserKeys in UserResourceIdentifiers in the supplied storage format content, by
using the supplied function to map on userkey to another.
RichTextMacroBody.withStorage(Streamable) or
RichTextMacroBody.withStorageAndTransform(Streamable, Streamable) instead.
RichTextMacroBody.withStorage(Streamable) or
RichTextMacroBody.withStorageAndTransform(Streamable, Streamable) instead.
ConfluenceRpc to perform plugin operations.RssRenderSupport
to render an RSS item.RunAsUserCommand.RunAsUserCommand(com.atlassian.confluence.user.ConfluenceUser, ServiceCommand) instead.
SchedulerRpc.triggerJob(QuartzJob, boolean).
Runnable.ModelMapBuilder.
ModelMapBuilder.
CommentsSection.EditComment.saveWithReload() CommentsSection.EditComment.saveWithoutReload() instead.
AttachmentDataDao.saveDataForAttachment(com.atlassian.confluence.pages.Attachment, AttachmentDataStream)
AttachmentDataDao.saveDataForAttachmentVersion(com.atlassian.confluence.pages.Attachment, com.atlassian.confluence.pages.Attachment, AttachmentDataStream)
DraftService.saveDraftFromEditor(Long, String, DraftType, String, Long, String, int)
UserStatusManager.saveUserStatus(ConfluenceUser, String)
UserStatusManager.saveUserStatus(ConfluenceUser, String, Space)
Suite that allows specifying patterns of names classes to include/exclude.@RunWith(Suite.class)
SchemaHelper.SchemaHelper(Iterable, java.util.Properties)
http://localhost:8080/confluence/rest/experimental/content/?cql=creator=currentUser()&cqlcontext={%22spaceKey%22:%22TST%22, %22contentId%22:%2255%22}
ResultTemplate.
ResultTemplate.
ResultTemplate
ResultTemplate
ResultTemplate
include pagination and search parent name support.
ContentSearch instead.SearchWithToken.getSearchToken() on the specified search).
SearchManager.search(ISearch) by passing in a ContentSearch.
Searchable objects.ContentNameMatchs
to be consumed by ContentNameSearchAction.
SearchManager.searchEntities(ISearch, EntityVersionPolicy) instead.
SearchManager.searchEntities(ISearch, EntityVersionPolicy) instead.
SearcherWithTokenAction instead.LuceneResultFilter as a parameter.
If you need to perform post-search result filtering, perform it on the SearchResults
returned by SearchManager.
SearchManager instance for handling queries based on
parameter values.
SearchManager.convertToEntities(SearchResults, EntityVersionPolicy) and
SearchManager.searchEntities(ISearch, EntityVersionPolicy).ResultTemplate
include pagination and search parent name support.
SearchQuery instance
from the provided String value.SearchQueryInterpreter if an error occurs
while creating a SearchQuery.Exception thrown by the SearchQueryParser if it runs
into trouble converting a criteria string into a SearchQuery.SearchResultType.SearchResult objects instead.searchQuery.spaceKey=conf_all&searchQuery.queryString=hello.SearchSort instance from parameters named
"sort" and "reverse".GeneralConfigurationAction.SelectWithOffsetLimitCommandnotifications, as long as they are
permitted to see it.
notifications, as long as they are
permitted to see it.
UserResolver is used by the TrustedApplicationsFilter to find
a user based on the application certificate.JsonContentProperty key for the reference to the serialized string of the highlights
SimpleValidationResult.ResourceAccessor that gets resources via the servlet context.RowCallbackHandler which clears the session after processing a configurable
number of rows.AdviseReturnedValueAdvice.setReturnValueAdvisor(org.springframework.aop.Advisor)
Settings.setAntiXssMode(boolean) instead.
ApplicationConfiguration instance.
Labelling.setContent(com.atlassian.confluence.core.ContentEntityObject) instead
AbstractVersionedEntityObject.setVersion(int) instead
BodyContent object for this ContentEntityObject.
CacheRpc.setCacheMaxEntries(String, int) directly.
ContentEntityObject.setVersionComment(java.lang.String) instead
#SchemaHelper(com.atlassian.util.concurrent.Supplier)
ContentProperty.setContentEntity(com.atlassian.confluence.core.ContentEntityObject) instead.
SimpleSiteStructure.AttachmentRepresentation.setContainerContent(String) instead
Attachment.setContainer(ContentEntityObject) instead
NotificationContext.setContentId(ContentId)
ContentPermissions passed.
ContentProperties of this AbstractPage by performing
a deep clone of the Draft object's properties.
ContentProperties.
ContentProperty associated with
a content entity given its id and the property name
ContentProperties associated with the SpaceDescription.
ContentProperty associated with
the SpaceDescription of the space
ContentPropertyManager.
Attachment.setMediaType(java.lang.String) instead
SearchQueryParameters.setContributor(ConfluenceUser) instead.
ConfluenceEntityObject.setCreator(ConfluenceUser) instead.
ContentPermissionType choice in the PagePermissionsEditor
by clicking the appropriate radio button.
UserInterfaceState.setDashboardSpacesTab(String) instead
InclusionCriteria value to use in the
underlying parser.
InclusionCriteria should be applied to a value
in the absence of a specific token.
SimpleSiteStructure.AttachmentRepresentation.setTitle(String) instead
ViewPageAction.setComment(Comment) from the application.
AttachmentDownload.setHeadersForAttachment(java.io.InputStream, String, long, String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
instead.
SchemaHelper.SchemaHelper(Iterable, java.util.Properties)
SchemaHelper.SchemaHelper(Iterable, java.util.Properties)
ConfluenceEntityObject.setLastModifier(ConfluenceUser) instead
WebLink.
ConfluenceRpc.setLogLevel(String, Level)
ConfigurableLocalSessionFactoryBean.setCurrentMappingResources(Iterable)
Iterable in conjunction with SchemaHelper.SchemaHelper(Iterable, java.util.Properties)
Comment.getContainer() instead.
@setContent instead.
Comment.setContainer(ContentEntityObject)
ConfluenceRpc.grantContentPermission(com.atlassian.confluence.it.content.security.ContentPermission, com.atlassian.confluence.it.ContentEntity)
ConfluenceRpc.grantContentPermission(com.atlassian.confluence.it.content.security.ContentPermission, com.atlassian.confluence.it.ContentEntity)
PageAcceptanceTester.setPageLabels(String, String, String, com.atlassian.confluence.it.User) with
the default user of User.ADMIN
ContentPermissions for the Page, overwriting any existing ones.ConfluenceRpc.grantContentPermission(com.atlassian.confluence.it.content.security.ContentPermission, com.atlassian.confluence.it.ContentEntity)
ConfluenceRpc.grantContentPermission(com.atlassian.confluence.it.content.security.ContentPermission, com.atlassian.confluence.it.ContentEntity)
DefaultExportContext.setExportScope(ExportScope)
SearchManager.
ConfluenceFlavourService.
SpacePermission.ListQuery.ALL_VERSIONS
ListQuery.LATEST_VERSIONS
Created vs Modified is checked by the DefaultFeedBuilder.
ReportUserMacrosWithWikiTemplateUpgradeTask.
ChooseThemeComponent.getAvailableThemes() and submits the Form.
CacheSettingsBuilder.expireAfterWrite(long, java.util.concurrent.TimeUnit)
DownloadPolicy used by Confluence to be selected via
the global system setting 'attachmentSecurityLevel'.DefaultWebInterfaceContext.setCurrentUser(ConfluenceUser).
AuthenticatedUserThreadLocal.set(ConfluenceUser) instead.
UserDetailsManager.
SpaceGroupPermission.setUserSubject(ConfluenceUser)
LikeEntity.setUser(com.atlassian.confluence.user.ConfluenceUser) instead.
Notification.setReceiver(ConfluenceUser).
SpacePermission.setUserSubject(ConfluenceUser) instead.
PersonalInformation.setUser(ConfluenceUser) instead.
Editor.setVersionComment(String)
PageInfoAction.renderWikiLink(String) instead.
true if the given bean should not be considered for
auto-proxying by this post-processor.
Editor.showPageLayout2Menu().
SignupForm.signUpUser(String, String, String, String, String)
DirectoryServiceFactory which doesn't suffer from DIRSERVER-1504,
where the schema LDIF files can fail to be extracted when the java.class.path system property
is not set to a meaningful value.PathConverterManager to convert the incoming (friendly) url into a url
that maps to an webwork action.Message.Strings into SearchQuery implementations
according to the SearchQueryInterpreter provided at construction
time and returns a BooleanQueryFactory.SearchQueryInterpreter to transform string tokens into
SearchQuery implementations.
SearchQueryInterpreter to transform string tokens into
SearchQuery implementations and using the specified
InclusionCriteria as the default criteria
for untagged tokens.
"MISSING" or
null.SimpleImageRenderPredicate.Iterable wrapper for an iterator.SiteMigrator.SiteMigratorFactory.SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager, ContentDao, com.atlassian.cache.CacheManager, org.quartz.Scheduler, com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao, com.atlassian.confluence.pages.templates.PageTemplateManager, com.atlassian.config.db.HibernateConfig)
PredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters, int, int) instead.
SiteSearchPermissionsSearchFilter
into a lucene filter.CommentsSection.timedSize(), which returns an TimedQuery instead.
InfoStream, to SLF4J.SearchManagerOption.some(Object)SearchSortParameter.Space objects.Space objects.ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User,Permission,Object) instead.
This will make it easier to determine the permissions required to invoke an action as they would be more
explicit and in one place (you won't have to check whether the class or its super class implements this
interface). Also implement BreadcrumbAware and call:
BreadcrumbGenerator's getSpaceAdminBreadcrumb methodSpaced instead.SpaceManager.Space.SpaceEntity objects.SpaceEntity objectsSpaceEntityLists are queried in.SpaceEntityUserProperties during the REST entity expansion.Space objects out of Space hibernate objects.SpaceGroup.SpaceGroupPermission.SpaceGroupPermission(SpaceGroup, String, ConfluenceUser, String)
DocumentFieldName.SPACE_KEY instead
SpaceAvailableAction instead.
SpaceCategoryQuery or InSpaceQuery
implementations.SpacePermissionsSearchFilter into a lucene filter.SpaceSummary objects out of spaces.SpaceType of the space a searchable belongs to.SessionFactoryUtils to find the currently running session.ModuleCompleteKey from a dynamic module service export.session factory that uses Spring's (2.x) standard way of accessing the sessionLdapService.PORT_RANGE_START
and LdapService.PORT_RANGE_END.
MailFacade.start() except it removes all existing mail servers if any are configured.
VelocityUtils.getRenderedTemplate(String, java.util.Map)UserKeys as components
of UserResourceIdentifiers.FragmentTransformers.StorageMacroFragmentTransformerFactory.StorageMacroFragmentTransformerFactory(com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory, com.atlassian.confluence.content.render.xhtml.XmlOutputFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser, com.atlassian.confluence.macro.browser.MacroMetadataManager, com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactory, com.atlassian.confluence.macro.xhtml.MacroManager, StorageMacroBodyParser)
MacroDefinition into macro v2 storage format.PageLayouts.UserResourceIdentifiers to storage format.Attachment on the specified content object.
Attachment on the specified content object.
StreamableMacro interface that provides a default implementation of the redundant
execute method.Streamable instances.Group and
Person so that we may use a type that denotes either of them.PageResponses from input Lists and LimitedRequests.NewCommentDeduplicator which uses a submission token, represented by a UUID,
to determine if a new submitted comment is a duplicate of any existing comments.ViewGeneralConfiguration, allowing the
view mode of the General Config to be tested.
ViewGeneralConfiguration, allowing the
view mode of the General Config to be tested.
ExternalGadgetSpec objects.ExternalGadgetSpecIdGenerator.
int startOffset = 0;
int maxResults = 10;
ContentSearch search = new ContentSearch(query, sort, filter, startOffset, maxResults);
count hits.
date.
Summariser.summarise(String) but provides more control over the summary process.
SupportToolsPage, one of the tabs that may be selected by the user.com.opensymphony.webwork.dispatcher.multipart.MultiPartRequest
to Level.ERROR, which is very commonly performed to suppress its noisy logging.
SessionFactoryTypeThreadLocal.LabelUtil.syncState(String, LabelManager, User, Labelable)
SystemAdministratorCondition because this one is now inaccurately namedTransactionProxyFactoryBean to use the class loader that the class of the
target object was loaded from.AbstractErrorQueuedTaskQueue to expose its more interesting statistics via JMX.TempIndexWriter.TempIndexWriter.PageTemplates.#getDefaultTemplateLocation(String)
LifecycleAwares have been run for each Tenant.TenantGate despite of its state.Term.Term.
AcceptanceTestHelper.createTestUser()
AcceptanceTestHelper.createTestUser()
User.ADMIN
AbstractConfluenceAcceptanceTest.createTestUser()
User.ADMIN
EditorAutoCompleteTest provides
similar coverage but the purpose of this test method is to ensure that the identical execution
in EditorSettingsTest.testAutoCompleteDisabled() actually triggers auto-complete behaviour here.
EditorSettingsTest.testAutoFormatDisabled() ()}
actually triggers auto-formatting behaviour here.
TestBatchingStrategy,
which are then run by TestBatchRunner.Runner which splits up the tests described by the accompanying
BatchedTests annotation, and executes the tests in the batch specified
by the system properties.DashboardRecentlyUpdatedContentMacroAcceptanceTest.testCannotSeeStatusUpdatesFromUsersNotInNetwork() except it checks against a user who
used to be in the network.
$ cat post
{"contentId":"0", "macro":{"name":"processed-body", "body":"
- testGetMacroPreviewHandlesUnprocessedMacroBody() -
Method in class com.atlassian.confluence.rest.RestEditorAcceptanceTest
-
- testGetMacroPreviewHandlesUnprocessedMacroBodyWithSubMacros() -
Method in class com.atlassian.confluence.rest.RestEditorAcceptanceTest
-
- testGetMacroPreviewWithoutPageViewPermission() -
Method in class com.atlassian.confluence.rest.RestEditorAcceptanceTest
-
- testGetMissingContentById() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testGetMostPopularLabelsInSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetMostPopularLabelsWithErrorConditions() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetMostPopularLabelsWithNoMaximum() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetMultipleLikableContents() -
Method in class com.atlassian.confluence.rest.LikableContentResourceAcceptanceTest
-
- testGetPage() -
Method in class com.atlassian.confluence.rest.PageAcceptanceTest
-
- testGetPage() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageAttachment() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageAttachmentAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageById() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testGetPageByIdExpandExportView() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testGetPagebyPageId() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageByPageIdAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageGivesError() -
Method in class com.atlassian.confluence.rpc.RpcVersion1AcceptanceTest
-
- testGetPageHistory() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageHistoryAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageHistoryFor() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPagePermissions() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPages() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPagesHonoursPageLevelPermissions() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPageSummaryById() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageSummaryBySpaceKeyAndPageTitle() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPageWithInheritedPermissionsAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPaginatedAttachmentsForContent() -
Method in class com.atlassian.confluence.rest.ContentAcceptanceTest
-
- testGetPaginatedAttachmentsForContentJson() -
Method in class com.atlassian.confluence.rest.ContentAcceptanceTest
-
- testGetPermissions() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPermissions() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPermissionSets() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPermissionSetsByType() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPermissionSetsWhenNoneSet() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPermissionSetWhenNoneSet() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testGetPermissionsForUser() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPermissionsForUserNonAdminUser() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPermissionsNotPermitted() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPermissionsPermittedForSuperUser() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetPreferenceBoolean() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetPreferenceBooleanNotPermitted() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetPreferenceLong() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetPreferenceLongNotPermitted() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetPreferenceString() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetPreferenceStringNotPermitted() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetRecentlyUsedLabels() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRecentlyUsedLabelsInSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRecentlyUsedLabelsInSpaceWithPrivateLabels() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRecentlyUsedLabelsWithErrorConditions() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRecentlyUsedLabelsWithPrivateLabels() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRelatedLabels() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRelatedLabelsInInvalidSpaceAndUnpermittedSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRelatedLabelsInSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRelatedLabelsInSpaceWithEmptyLabel() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRelatedLabelsWithErrorConditions() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetRemoteServerInfo() -
Method in class com.atlassian.confluence.rpc.AdminRpcAcceptanceTest
-
- testGetRemoteServerInfoAsNonAdminUser() -
Method in class com.atlassian.confluence.rpc.AdminRpcAcceptanceTest
-
- testGetRestrictionForOperationDefaultExpansions() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionForOperationExpandContent() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionForOperationExpandGroups() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionForOperationExpandUsers() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionForOperationUnexpanded() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionForOperationUserPagination() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsForOperationInvalidOp() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsForOperationNotFound() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsGroupedByOperationDefaultExpansions() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsGroupedByOperationExpandRead() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsGroupedByOperationExpandReadContent() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsGroupedByOperationExpandReadRestrictionsSubjects() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsGroupedByOperationExpandRestrictions() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRestrictionsGroupedByOperationUnexpanded() -
Method in class com.atlassian.confluence.api.RemoteContentRestrictionServiceAcceptanceTest
-
- testGetRootPagesObservesListMax() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetRootPagesRespectsPermissions() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetServerInfo() -
Method in class com.atlassian.confluence.rpc.LoginRpcAcceptanceTest
-
- testGetSinglePageHonoursPageLevelPermissions() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
- test that retrieving a page or retrieving the dependents of a page such as children, comments, attachments etc honour page level permissions
- testGetSpace() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testGetSpaceAndExpandChildren() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetSpaceAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testGetSpaceDescription() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testGetSpaceHomePage() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetSpaceLevelPermissions() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetSpaceObeysPermissions() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testGetSpacePermissions() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testGetSpacePermissionsWithoutPermissions() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testGetSpaces() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testGetSpaces() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testGetSpacesAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testGetSpacesContainingContentWithErrorConditions() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetSpacesContainingContentWithLabel() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetSpacesContainingContentWithLabelAndFilteredSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetSpacesForAnonymousUsers() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testGetSpacesWithAnonymousPermission() -
Method in class com.atlassian.confluence.KnownBugsAcceptanceTest
-
- testGetSpacesWithErrorConditions() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetSpacesWithKeys() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testGetSpacesWithLabel() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetSpacesWithLabelAndUnpermittedSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testGetSpacesWithMaxAndOffsetParameters() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testGetSpaceUserPropertiesAndPermissionsExpandedAsAdmin() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetSpaceUserPropertiesExpanded() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetSpaceUserPropertiesExpandedAndPermissions() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetSpaceUserPropertiesNotExpanded() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testGetTopLevelContentForSpace() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testGetTrashContents() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testGetTrashContentsWithoutPermission() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testGetUserGroups() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetUserGroupsAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetUserInformation() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetUserInformationAsTestUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGetWatchersForPage() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testGetWatchersForSpace() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testGitCheckoutPreservedLineEndings() -
Method in class com.atlassian.confluence.testenvironment.TestEnvironmentAcceptanceTest
- Check whether git checkout has mangled file line endings, which would cause various breakages.
- testGliffyMacroExistingPage() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.ThirdPartyMacrosTest
-
- testGlobalAdminCanEditComment() -
Method in class com.atlassian.confluence.CommentsAcceptanceTest
-
- testGlobalDashboardShortcut() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutsTest
-
- testGlobalLanguageXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.GlobalAdminXsrfAcceptanceTest
-
- testGlobalLayoutsXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.GlobalAdminXsrfAcceptanceTest
-
- testGlobalPermissionsForReAddedUsers() -
Method in class com.atlassian.confluence.GlobalAdminAcceptanceTest
-
- testGlobalReportsMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testGlobalReportsMacroInPageView() -
Method in class com.atlassian.confluence.dashboard.GlobalReportsAcceptanceTest
-
- testGlobalReportsWithXSSWidthParameter() -
Method in class com.atlassian.confluence.dashboard.GlobalReportsAcceptanceTest
-
- testGlobalScope() -
Method in class com.atlassian.confluence.RecentlyUsedLabelsMacroAcceptanceTest
-
- testGlobalTemplateCreation() -
Method in class com.atlassian.confluence.SpaceTemplateAcceptanceTest
-
- testGlobalTemplateEditorContainsTitlePlaceholder() -
Method in class com.atlassian.confluence.webdriver.editor.TemplatesTest
-
- testGlobalTemplateXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.GlobalAdminXsrfAcceptanceTest
-
- testGlobalThemeRevertsToDefaultWhenPluginDisabled() -
Method in class com.atlassian.confluence.ThemeChangeAcceptanceTest
- Test that pages can still be viewed normally with the global theme disabled.
- testGlobalThemeXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ThemesXsrfAcceptanceTest
-
- testGotoDisabledForAnchorOnPage() -
Method in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelTest
-
- testGotoLinkLocation() -
Method in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelNotIExploreTest
-
- testGrantPermissionToWronglyCasedTestUser() -
Method in class com.atlassian.confluence.EditSpacePermissionsAcceptanceTest
- Tests the behaviour when a user attempts to create a space permission for a user but types in the wrong case
for the username.
- testGrantSpacePermissions() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testGrantViewOnUserForSpace() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testGroup -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- testGroupEditPermission() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testGroupEditPermission() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testGroupingOfPagesAndBlogs() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
- Test that pages and blogs are grouped within the same category.
- testGroupMembers() -
Method in class com.atlassian.confluence.GroupMembersAcceptanceTest
-
- testGroupMembersOrder() -
Method in class com.atlassian.confluence.GroupMembersAcceptanceTest
-
- testGroupMembersPaginationWithAmpersandInGroupName() -
Method in class com.atlassian.confluence.PaginationAcceptanceTest
-
- testGroupMembersPaginationWithParensInGroupName() -
Method in class com.atlassian.confluence.PaginationAcceptanceTest
-
- testGroupMethods() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testGroupPageLevelPermissionAreInherited() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
- restrict access to the whole hierarchy to confluence-admins only.
- testGroupPaging() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testGroupPickerInCaptcha() -
Method in class com.atlassian.confluence.selenium.GroupPickerTest
-
- testGroupPickerInGlobalPerms() -
Method in class com.atlassian.confluence.selenium.GroupPickerTest
-
- testGroupPickerInSpacePerms() -
Method in class com.atlassian.confluence.selenium.GroupPickerTest
-
- testGroupsAreSortedAlphabetically() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testGroupSearch() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testGroupSearchWithDoubleQoutes() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testGroupsPagination() -
Method in class com.atlassian.confluence.PaginationAcceptanceTest
-
- testGroupViewPermission() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testGroupViewPermission() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testGzipDisabledBySetting() -
Method in class com.atlassian.confluence.GzipFilterAcceptanceTest
-
- testGzipWorksWhenEnabled() -
Method in class com.atlassian.confluence.GzipFilterAcceptanceTest
-
- testHasAllowScriptAccessSet() -
Method in class com.atlassian.confluence.multimedia.MultimediaMacroFlashAcceptanceTest
-
- testHasGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testHasGroupAsNonAdmin() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testHasGroupWithInvalidGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testHasUserWithInvalidUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testHaveScaleAttribute() -
Method in class com.atlassian.confluence.webdriver.MultimediaMacroAVITest
-
- testHaveScaleAttribute() -
Method in class com.atlassian.confluence.webdriver.MultimediaMacroMp4Test
-
- testHaveScaleAttribute() -
Method in class com.atlassian.confluence.webdriver.MultimediaMacroQuickTimeNotIExploreTest
-
- testHaveScaleProperty() -
Method in class com.atlassian.confluence.multimedia.MultimediaMacroAVIAcceptanceTest
-
- testHaveScaleProperty() -
Method in class com.atlassian.confluence.multimedia.MultimediaMacroMp4AcceptanceTest
-
- testHaveScaleProperty() -
Method in class com.atlassian.confluence.multimedia.MultimediaMacroQuickTimeAcceptanceTest
-
- testHaveTransform() -
Method in class com.atlassian.confluence.webdriver.TranslationTransformTest
-
- testHeading1() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeading2() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeading3() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeading4() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeading5() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeading6() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeadingAutoformatWorks() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testHeadingCopy() -
Method in class com.atlassian.confluence.selenium.TinyMcePasteTest
-
- testHeadingInsertion() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorTableTest
-
- testHeadingsWithSampleText() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatBlockFormatTest
-
- testHeadingsWithTypingAfterward() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatBlockFormatTest
-
- testHeadingToParagraph() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHeadingWithContentAlreadyOnLine() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatBlockFormatTest
-
- testHeadingWithTextAfter() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatBlockFormatTest
-
- testHeartbeatProvidesXsrfToken() -
Method in class com.atlassian.confluence.xsrf.HeartbeatXsrfAcceptanceTest
-
- testHelpDialogShortcut() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testHelper -
Variable in class com.atlassian.confluence.api.AbstractAcceptanceTest
-
- testHelper -
Variable in class com.atlassian.confluence.it.rest.AbstractRestAcceptanceTest
- Deprecated.
- testHelper -
Variable in class com.atlassian.confluence.rest.AbstractRestSerializationAcceptanceTest
-
- testHiddenCategoryHiddenForNonAdmin() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testHiddenMacro() -
Method in class com.atlassian.confluence.webdriver.MarkupMacroBrowserTest
-
- testHiddenShortcut() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testHiddenShortcuts() -
Method in class com.atlassian.confluence.rest.KeyboardShortcutAcceptanceTest
-
- testHiddenUserMacroShownForAdmin() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testHideSiteTitle() -
Method in class com.atlassian.confluence.CustomizeSiteLogoAcceptanceTest
-
- testHierarchyMove() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testHierarchyPanelOnPageInfo() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
- Check that the appropriate links are presented in the Hierarchy panel on
the PageInfo view.
- testHighlightAttachmentWithPagination() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testHipChatQuickCorrect() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoFormatQuickReplaceTest
-
- testHistoricalVersionContentIsMigratedOnRevert() -
Method in class com.atlassian.confluence.RevertPageAcceptanceTest
-
- testHistoricalVersionsHonorPagePermissions() -
Method in class com.atlassian.confluence.HistoricalPageViewAcceptanceTest
-
- testHistoricalVersionsShowImagesAfterRefactorings() -
Method in class com.atlassian.confluence.links.MovePageReferencesAcceptanceTest
-
- testHistoryDialogRemovedOnCancelByEscape() -
Method in class com.atlassian.confluence.selenium.ScheduledJobAdminTest
-
- testHistoryDialogRemovedOnCancelLink() -
Method in class com.atlassian.confluence.selenium.ScheduledJobAdminTest
-
- testHomePageMarked() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testHorizontalRuleCanBeUndoneWithCorrectCursorPositioning() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatUndoTest
-
- testHorizontalRuler() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testHorizontalRuleWithEnter() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatBlockFormatTest
-
- testHorizontalRuleWithSpace() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatBlockFormatTest
-
- testHotReferrers() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testHoverInComments() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testHoverInPage() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testHoverInPeopleDirectory() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testHoverWithAnonymousUser() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testHtmlAndXmlSpaceExport() -
Method in class com.atlassian.confluence.xsrf.SpaceExportXsrfAcceptanceTest
-
- testHtmlAttachmentHeadersWithIE() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testHtmlAttachmentsAreNotServedInline() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testHtmlChangeDigestSpaceUrlsAreValid() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testHtmlChangeDigestWithUsernameLinksForComments() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testHtmlChangeDigestWithUsernameLinksForPages() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testHtmlCharacters() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
-
- testHtmlEncoding() -
Method in class com.atlassian.confluence.ErrorPageAcceptanceTest
-
- testHtmlEncoding() -
Method in class com.atlassian.confluence.WebDavAcceptanceTest
-
- testHtmlEntityInLinkBody() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
- Test to ensure CONFDEV-998 doesn't re-occur.
- testHtmlEscapedInCodeBlock() -
Method in class com.atlassian.confluence.selenium.TinyMceConfluenceFormatTest
-
- testHtmlEscapedInPanelBlock() -
Method in class com.atlassian.confluence.selenium.TinyMceConfluenceFormatTest
-
- testHtmlEscapedInPreformattedBlock() -
Method in class com.atlassian.confluence.selenium.TinyMceConfluenceFormatTest
-
- testHtmlEscapedInQuoteBlock() -
Method in class com.atlassian.confluence.selenium.TinyMceConfluenceFormatTest
-
- testHtmlExportIconsInExport() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportPageWithLinkToAnchor() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithAttachmentInRecentlyUpdatedMacro() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithImageInExport() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithIncludedImage() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithIncludedThumbnailImage() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithLinkToExport() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithLinkToServerPage() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithNonAsciiAttachmentFileExtension() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportSpaceWithNonAsciiImageFilename() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithAsteriskInPageTitleLinksCorrectly() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithAttachmentLink() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithEmoticon() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithNonAsciiPageTitlesLinkCorrectly() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithPageLinksIgnoreCase() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithQuotesInPageTitle() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlExportWithShortcutLink() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testHtmlIncludeMacro() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testHtmlIncludeMacroDisabledByDefault() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testHtmlMacro() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testHtmlMacroDisabledByDefault() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testI18n() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testI18n() -
Method in class com.atlassian.confluence.rest.I18nAcceptanceTest
-
- testI18nResourceInSameLocationFromDifferentPlugins() -
Method in class com.atlassian.confluence.I18nResourceAcceptanceTest
-
- testIllegalUsernameGivenViaURL() -
Method in class com.atlassian.confluence.ResetPasswordAcceptanceTest
-
- testIllegalXmlCharactersEscaped() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testImage -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- testImage2 -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- testImageAttachmentDownloadHeadersWithIE() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testImageAttachmentInBlogPost() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- testImageAttachmentInHiddenOtherSpace() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- testImageAttachmentInMissingPage() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- testImageAttachmentInOtherSpace() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- testImageAttachmentPreview() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testImageAttachmentSingleSelect() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testImageDefaultSize() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testImageDetailsForExistingAttachment() -
Method in class com.atlassian.confluence.AttachedImagesJsonAcceptanceTest
- Tests the case where image details weren't stored by event handling on attachment creation.
- testImageDialogWithBadPageName() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testImageInMacroBody() -
Method in class com.atlassian.confluence.selenium.MacroPropertyPanelTest
-
- testImageInsertViaDialog() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testImageLinkedToSpace() -
Method in class com.atlassian.confluence.selenium.LinkToImageTest
-
- testImageLinkedToUser() -
Method in class com.atlassian.confluence.selenium.LinkToImageTest
-
- testImageOnRestrictedPageObeysRestrictions() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testImagesAreNotZippedWhenGzipEnabled() -
Method in class com.atlassian.confluence.GzipFilterAcceptanceTest
-
- testImageSearch() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteTriggerNotIExploreTest
-
- testImageSuggestion() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteTriggerNotIExploreTest
-
- testIMMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testImportCorruptZipFile() -
Method in class com.atlassian.confluence.importexport.SpaceImportAcceptanceTest
-
- testImportExcludingFileExtension() -
Method in class com.atlassian.confluence.ImportPagesFromDiskAcceptanceTest
-
- testImportExportSpaceWithTwoFavouritesOnOnePage() -
Method in class com.atlassian.confluence.PersonalLabelsAcceptanceTest
-
- testImportGlobalBackup() -
Method in class com.atlassian.confluence.importexport.LargeImportAcceptanceTest
-
- testImportMailboxLongRunningTask() -
Method in class com.atlassian.confluence.webdriver.LongRunningTaskStatusTest
-
- testImportMbox() -
Method in class com.atlassian.confluence.xsrf.MailSpaceAdminXsrfAcceptanceTest
-
- testImportMissingProperties() -
Method in class com.atlassian.confluence.importexport.SpaceImportAcceptanceTest
-
- testImportPagesFromDiskAsAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testImportPagesFromDiskDirectUrlAsUnpermittedUser() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testImportPagesFromDiskOnlyAvailableToSysAdmins() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testImportPre41MailConfiguration() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testImportPre42MailContent() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testImportSpaceAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.AdminRpcAcceptanceTest
-
- testImportSpaceBackup() -
Method in class com.atlassian.confluence.importexport.LargeImportAcceptanceTest
-
- testImportSpacesWithCommonLabelsDoesNotLoseLabels() -
Method in class com.atlassian.confluence.importexport.SpaceImportAcceptanceTest
-
- testInactiveAdministrator() -
Method in class com.atlassian.confluence.SiteSupportAcceptanceTest
-
- testIncludeMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testIncludeMacroDiff() -
Method in class com.atlassian.confluence.MacroDiffAcceptanceTest
-
- testIncludePageMacroAutocompleteFieldAddsBlogpostDatePath() -
Method in class com.atlassian.confluence.selenium.MacroBrowserSmartFieldsTest
-
- testIncludePageMacroLink() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkToInvalidPage() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkToInvalidSpace() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkToUnpermittedPage() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkToUnpermittedSpace() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkWithPageNameContainsSpecialCharacters() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkWithPageNameContainsSpecialCharactersAndDifferenceSpace() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncludePageMacroLinkWithPageNameContainsSpecialCharactersButNoColon() -
Method in class com.atlassian.confluence.IncludeMacroAcceptanceTest
-
- testIncomingLinkHiddenWhenPageInTrash() -
Method in class com.atlassian.confluence.IncomingLinkAcceptanceTest
-
- testIncomingLinksBetweenPages() -
Method in class com.atlassian.confluence.IncomingLinkAcceptanceTest
-
- testIncomingLinksToPageWithSpace() -
Method in class com.atlassian.confluence.IncomingLinkAcceptanceTest
-
- testIncomingLinksToSingleCharacterPages() -
Method in class com.atlassian.confluence.IncomingLinkAcceptanceTest
-
- testIncomingLinksWithTooltips() -
Method in class com.atlassian.confluence.IncomingLinkAcceptanceTest
-
- testIncompatibleVersion() -
Method in class com.atlassian.confluence.it.setup.userdirectory.JIRAUserDirectorySetup
-
- testInconsistentAnonymousPermissionsWarning() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testIncorrectPasswordUsed() -
Method in class com.atlassian.confluence.webdriver.EditUserProfileTest
-
- testIndentOutdentListWithAPreviousParagraph() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testIndexingOfAtMentionsLinksPreservesLinkText() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexingOfAttachmentsPreservesLinkText() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexingOfBlogPostLinksPreservesLinkText() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexingOfLinkToCurrentPageIndexesThePageTitle() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexingOfPageLinksPreservesLinkText() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
- CONF-24707, CONFDEV-4547 and possibly others
The following tests will ensure that indexed links are replaced with useful indexing information.
- testIndexingOfShortcutLinksPreservesLinkText() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexingOfSpacesPreservesLinkText() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexingPreservesPermissions() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testIndexMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testInfoMacroDiff() -
Method in class com.atlassian.confluence.MacroDiffAcceptanceTest
-
- TestingFormatSettingsManager - Class in com.atlassian.confluence.it
-
- TestingFormatSettingsManager() -
Constructor for class com.atlassian.confluence.it.TestingFormatSettingsManager
-
- TestingLocaleManager - Class in com.atlassian.confluence.it
-
- TestingLocaleManager() -
Constructor for class com.atlassian.confluence.it.TestingLocaleManager
-
- testInheritedContentPermissionsOnCreatePage() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testInheritedPermissionsClearedWhenPageMoved() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testInheritedUserPermissions() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testInitialPermissions() -
Method in class com.atlassian.confluence.SpacePermissionDefaultsAcceptanceTest
-
- testInitialPermissionsInALaCarte() -
Method in class com.atlassian.confluence.SpacePermissionDefaultsAcceptanceTest
-
- testInitialWarning() -
Method in class com.atlassian.confluence.selenium.GeneralConfigurationTest
-
- testInlineTasksAreNotStrippedWhenEmpty() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testInlineTasksAreNotStrippedWhenEmptyEvenInTables() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testInlineTaskSquareBracket() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testInlineTaskSquareBracketShortcutDoesNotWorkInAnUnsupportedEditor() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testInlineTaskSquareBracketUndoForAutoFormatting() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testInsertAmpersand() -
Method in class com.atlassian.confluence.webdriver.editor.TinyMceSymbolTest
-
- testInsertAnchorLink() -
Method in class com.atlassian.confluence.selenium.LinkBrowserAdvancedLinkTest
-
- testInsertAttachmentLink() -
Method in class com.atlassian.confluence.selenium.LinkBrowserAttachmentTest
-
- testInsertAttachmentLinkOnAddComment() -
Method in class com.atlassian.confluence.selenium.LinkBrowserAttachmentTest
-
- testInsertBigTable() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testInsertConfluenceWikiMarkup() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testInsertDefaultTable() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testInsertEnabledOnEdit() -
Method in class com.atlassian.confluence.selenium.LinkBrowserAdvancedLinkTest
-
- testInsertExternalImageOnBlog() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testInsertExternalImageOnPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testInsertExternalImageOnPagePreviewError() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testInsertExternalImageOnTemplatesPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testInsertExternalImageShowPropertyPanel() -
Method in class com.atlassian.confluence.webdriver.editor.ImagePropertyPanelTest
-
- testInsertFromSearchResultWhenCreatingBlogPost() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSearchResultWhenCreatingComment() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSearchResultWhenCreatingPage() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSearchResultWhenEditingBlogPost() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSearchResultWhenEditingComment() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSearchResultWhenEditingPage() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSuggestionWhenCreatingBlogPost() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSuggestionWhenCreatingComment() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSuggestionWhenCreatingPage() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSuggestionWhenCreatingPage() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testInsertFromSuggestionWhenEditingBlogPost() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSuggestionWhenEditingComment() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertFromSuggestionWhenEditingPage() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- testInsertHR() -
Method in class com.atlassian.confluence.selenium.TinyMceInsertMenuTest
-
- testInsertImage() -
Method in class com.atlassian.confluence.selenium.TinyMceInsertMenuTest
-
- testInsertImageAttachment() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testInsertImageInComment() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testInsertImageInDraft() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testInsertImageWhenPageHasOnlyImageAsContent() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testInsertingAndEditingGadgetsInMacroBrowser() -
Method in class com.atlassian.confluence.selenium.gadgets.GadgetsMacroBrowserTest
-
- testInsertingAndEditingNestedInfoMacros() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testInsertInitiallyDisabled() -
Method in class com.atlassian.confluence.selenium.LinkBrowserAdvancedLinkTest
-
- testInsertLessThan() -
Method in class com.atlassian.confluence.webdriver.editor.TinyMceSymbolTest
-
- testInsertLightbulbOff() -
Method in class com.atlassian.confluence.selenium.TinyMceEmoticonTest
-
- testInsertLinkOnEditComment() -
Method in class com.atlassian.confluence.selenium.LinkBrowserWebLinkTest
-
- testInsertLinkWithApostrophe() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserSearchStateLessTest
-
- testInsertLinkWithNoLinkText() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserSearchStateLessTest
-
- testInsertMacroInComment() -
Method in class com.atlassian.confluence.selenium.MacroBrowserTest
-
- testInsertMacroWithParams() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testInsertMacroWithSelectedBody() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testInsertMarkdownMarkup() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testInsertMenuAttachmentOnDraftRespectsUserAttachPermission() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserAttachmentTest
-
- testInsertMenuAttachmentOnEditPageRespectsUserAttachPermission() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserAttachmentTest
-
- testInsertMultimediaMacroCheckViewPage() -
Method in class com.atlassian.confluence.webdriver.AbstractMultimediaMacroTest
-
- testInsertNamedMacro() -
Method in class com.atlassian.confluence.selenium.TinyMceInsertMenuTest
-
- testInsertNewsGadget() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testInsertOtherPageOtherSpace() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testInsertOtherPageSameSpace() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testInsertPageLinkOnEnter() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testInsertSamePage() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testInsertSmile() -
Method in class com.atlassian.confluence.selenium.TinyMceEmoticonTest
-
- testInsertSpaceLink() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testInsertTable() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testInsertTableWihAutoformatAndKeepTyping() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testInsertTableWithoutHeaders() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testInsertThumbsUp() -
Method in class com.atlassian.confluence.selenium.TinyMceEmoticonTest
-
- testInsertUserLink() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testInsertWebLink() -
Method in class com.atlassian.confluence.selenium.LinkBrowserWebLinkTest
-
- testInsertWebLinkOnEnter() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testInsertWebLinkWithEnter() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteLinkShortcutTest
-
- testInsertWikiMarkup() -
Method in class com.atlassian.confluence.webdriver.editor.TinyMceInsertMenuTest
-
- testInsertWikiMarkupTwice() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testInsertWikiMarkupWithInternationalCharacters() -
Method in class com.atlassian.confluence.webdriver.editor.TinyMceInsertMenuTest
-
- testInsertWordDiff() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testInstall() -
Method in class com.atlassian.confluence.setup.SetupAcceptanceTest
-
- testInstall() -
Method in class com.atlassian.confluence.setup.SetupOldConfluenceAcceptanceTest
-
- testInterleavedPermissionChanges() -
Method in class com.atlassian.confluence.EditSpacePermissionsAcceptanceTest
- Test that two users can edit the space permissions of a page and not break each other's unrelated changes.
- testInternalLinkOnInsertMacro() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testInvalidAllSearchTerm() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testInvalidAttachment() -
Method in class com.atlassian.confluence.rest.RestAttachmentAcceptanceTest
-
- testInvalidContent() -
Method in class com.atlassian.confluence.rest.ContentAcceptanceTest
-
- testInvalidDownloadUrlReturnsFourOhFour() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testInvalidEmailAddress() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testInvalidLanguageSelectionDoesntSetCookie() -
Method in class com.atlassian.confluence.webdriver.LoginTest
-
- testInvalidSpaceKeyInDirectoryViewThrowsFourOhFour() -
Method in class com.atlassian.confluence.BrowseSpaceAcceptanceTest
-
- testInvalidTeamLabel() -
Method in class com.atlassian.confluence.SpaceLabelsAcceptanceTest
-
- testInvalidUrl() -
Method in class com.atlassian.confluence.gadgets.ExternalGadgetDirectoryAcceptanceTest
-
- testInviteButtonAvailableOnDashboard() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInviteButtonNotAvailableOnDashboardInALaCarte() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInviteButtonNotAvailableOnDashboardWithExternalUserManagement() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInvitedUserCreatedInCorrectGroup() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInviteFailsOnBadTokenAndDomainRestrictedSignup() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInviteFailsOnBadTokenAndNoPublicSignup() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInviteFailsOnProcessPhaseWithBadTokenAndNoPublicSignup() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testInviteLinkExists() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteTest
-
- testInviteLinkIsUpdatedAfterReset() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteTest
-
- testInviteWorksWithWrongDomainOnDomainRestrictedSignup() -
Method in class com.atlassian.confluence.InviteUsersAcceptanceTest
-
- testIsLinkWhenInsertAttachmentNonImage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testIsPageCurrent() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testisQuickEditFalseOnFullEditorPageLoad() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testisQuickEditFalseOnFullEditorPageLoad() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testItalic() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest
-
- testItalics() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testItalicThenType() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testJapaneseExport() -
Method in class com.atlassian.confluence.WordExportAcceptanceTest
-
- testJIRAAtStartOfLine() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatMiscTest
-
- testJIRAAtStartOfLineWithIECharacterTargetNBSP() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatMiscTest
-
- testJIRAIssuesMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testJIRAQuickCorrect() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoFormatQuickReplaceTest
-
- testJIRASurroundedByStuff() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatMiscTest
-
- testJobPluginsAreAutowired() -
Method in class com.atlassian.confluence.JobPluginAcceptanceTest
-
- testJPGTextIsPresent() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testjQueryDefinedInGlobalNamespace() -
Method in class com.atlassian.confluence.webdriver.GlobaljQueryTest
-
- testJSON() -
Method in class com.atlassian.confluence.rest.QuickReloadAcceptanceTest
-
- testKeyBackspaceJoinsListItemsContainingUneditable() -
Method in class com.atlassian.confluence.webdriver.EditorContentUneditableTest
-
- testKeyBackspaceJoinsParagraphsContainingUneditable() -
Method in class com.atlassian.confluence.webdriver.EditorContentUneditableTest
-
- testKeyboardShortcutRestResource() -
Method in class com.atlassian.confluence.rest.KeyboardShortcutAcceptanceTest
-
- testKeyDeleteJoinsParagraphsContainingUneditable() -
Method in class com.atlassian.confluence.webdriver.EditorContentUneditableTest
-
- testKeysPresentWhenLightningModeTurnedOn() -
Method in class com.atlassian.confluence.I18nModeAcceptanceTest
-
- testLabelAutocompleteDoesntRemoveExistingLabel() -
Method in class com.atlassian.confluence.webdriver.LabelTest
-
- testLabelInformationIsUpdatedWhenLabelsAreAddedOrRemoved() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
- The change index should be kept up to date when labels are added or removed.
- testLabelNavigationLinks() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLabelNavigationLinksWithSpaceKey() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLabelsAreEscapedCorrectlyEditingDraft() -
Method in class com.atlassian.confluence.DraftsAcceptanceTest
-
- testLabelsDialog() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testLabelServlet() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLabelServletWithNoLabelSpecified() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLabelServletWithUndefinedLabel() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLabelsFromDeletedPages() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testLabelsMenuItemGoesToLabels() -
Method in class com.atlassian.confluence.UserMenuAcceptanceTest
-
- testLabelsMetadata() -
Method in class com.atlassian.confluence.rest.api.RestApiContentAcceptanceTest
-
- testLabelsOnGlobalTemplate() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testLabelsOnSpaceTemplate() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testLabelsOnTrashedPage() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLabelsViewPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testLabelWatchesRemovedOnLabelRemove() -
Method in class com.atlassian.confluence.WatchAcceptanceTest
-
- testLabelWithSlashInIt() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testLanguagesVisibleInFooter() -
Method in class com.atlassian.confluence.BrowserLanguageAcceptanceTest
-
- testLargeAttachmentNotTruncated() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testLargeEmbeddedImage() -
Method in class com.atlassian.confluence.webdriver.EmbeddedImagesTest
-
- testLargeSearchTerm() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
-
- testLargeTree() -
Method in class com.atlassian.confluence.selenium.PageOrderingTest
-
- testLastChangedAndPostedInternationalised() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testLastModifiedLongAgoSearches() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testLayoutAsAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testLayoutDirectUrlAsUnpermittedUser() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testLayoutQuickEditIfColumnsAvailable() -
Method in class com.atlassian.confluence.webdriver.editor.EditorPageLayout2Test
-
- testLdapGlobalPermissions() -
Method in class com.atlassian.confluence.LdapUpperCaseUserAcceptanceTest
-
- testLdapGroupDoesNotAppearOnUsersGroupListAfterRemoval() -
Method in class com.atlassian.confluence.DelegatedLdapGroupSyncAcceptanceTest
-
- testLdapGroupDoesNotAppearOnUsersGroupListWhenLocalGroupWithSameNameExists() -
Method in class com.atlassian.confluence.DelegatedLdapGroupSyncAcceptanceTest
-
- testLdapGroupDoesNotAppearOnUsersGroupListWhenMembershipRemoved() -
Method in class com.atlassian.confluence.DelegatedLdapGroupSyncAcceptanceTest
-
- testLdapGroupsAppearOnAdminPageAfterRemovalAndLogin() -
Method in class com.atlassian.confluence.DelegatedLdapGroupSyncAcceptanceTest
-
- testLdapGroupsAppearOnAdminPageAfterSync() -
Method in class com.atlassian.confluence.DelegatedLdapGroupSyncAcceptanceTest
-
- testLdapUpperCaseSpacePermissions() -
Method in class com.atlassian.confluence.LdapUpperCaseUserAcceptanceTest
-
- testLdapUpperCaseSpacePermissionsViaRpc() -
Method in class com.atlassian.confluence.LdapUpperCaseUserAcceptanceTest
-
- testLdapUpperCaseUserCanLogInUsingLowerCase() -
Method in class com.atlassian.confluence.LdapUpperCaseUserAcceptanceTest
-
- testLdapUpperCaseUserCanLogInUsingUpperCase() -
Method in class com.atlassian.confluence.LdapUpperCaseUserAcceptanceTest
-
- testLdapUserCanLogIn() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testLeavingAnAlertOpen() -
Method in class com.atlassian.confluence.webdriver.MetaTest
- Test
VisitNoopAndCancelAlertsRule by leaving an alert open.
- testLeavingEditAttachmentRedirectsToCorrectAttachmentsView() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testLeavingEditAttachmentRedirectsToCorrectViewPage() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testLetterAlphaPagesAreCorrectlyOrdered() -
Method in class com.atlassian.confluence.PageListingAcceptanceTest
-
- testLicenseLimitUpdatesWhenAddingAndRemovingUsers() -
Method in class com.atlassian.confluence.NonClusterLicensingAcceptanceTest
- CONF-13588.
- testLicenseUpdateCrossesNodes() -
Method in class com.atlassian.confluence.cluster.ClusteredLicensingAcceptanceTest
-
- testLightningModeCanBeToggled() -
Method in class com.atlassian.confluence.I18nModeAcceptanceTest
-
- testLikesReferenceContentOnSpaceImport() -
Method in class com.atlassian.confluence.importexport.SpaceImportAcceptanceTest
-
- testLimitedProfileFieldsEditableForLdapUsers() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testLimitWhenResultsFiltered() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testLineBeginningWithZeroWidthWhitespaceCanBeAutoformatted() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatMiscTest
-
- testLinkAutoCompleteDoesNotGetTriggeredWhenPrecededByCharacters() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testLinkAutocompleteDropdownIsNotTriggeredWhenInPreformattedText() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testLinkAutoCompleteGetsTriggeredWhenPrecededByParentheses() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testLinkAutoformatCanBeUndoneWithoutALossOfCursorPosition() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatUndoTest
-
- testLinkBrowserShowsCorrectSearchTextIfItHasQuotes() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testLinkBrowserWorksIfZeroWidthWhitespaceIsBeforeCaretPosition() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testLinkColor(Page, EditorLinkStyleTest.RGB) -
Method in class com.atlassian.confluence.selenium.EditorLinkStyleTest
-
- testLinkFromLanguagesPage() -
Method in class com.atlassian.confluence.selenium.UPMTest
- Test the marketplace is linked from the Languages page.
- testLinkFromMacroBrowser() -
Method in class com.atlassian.confluence.selenium.UPMTest
- Test the marketplace is linked from the Macro Browser, as a user.
- testLinkFromThemesPage() -
Method in class com.atlassian.confluence.selenium.UPMTest
- Test the marketplace is linked from the Themes page
Ignored in CI, because it depends on the Marketplace availability.
- testLinkInCodeMacro() -
Method in class com.atlassian.confluence.UndefinedPagesAcceptanceTest
-
- testLinkInCommentSummaryOnDashboard() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testLinkInMacroBody() -
Method in class com.atlassian.confluence.selenium.MacroPropertyPanelTest
-
- testLinkInNoformatMacro() -
Method in class com.atlassian.confluence.UndefinedPagesAcceptanceTest
-
- testLinkInTable() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testLinkMacro() -
Method in class com.atlassian.confluence.links.ExternalLinkAcceptanceTest
-
- testLinkMacroWithFaultyEscapeSequence() -
Method in class com.atlassian.confluence.links.ExternalLinkAcceptanceTest
-
- testLinkMarkup() -
Method in class com.atlassian.confluence.rpc.ConvertWikiToStorageFormatRpcAcceptanceTest
-
- testLinkPropertyPanelForCreatedLinks() -
Method in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelTest
-
- testLinksAfterMoveParentPage() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
- Test links after move page
Scenario
Space 1: "Page in test space 1", "Parent", "Child" ("Child" page is child of "Parent" page)
Space 2: "Page in test space 2"
Each page has links to other pages
Move "Parent" page to "Space 2"
=> Check if "Parent" and "Child" are moved to "Space 2"
=> Check if 2 other pages are not moved
=> Check if all links in all pages are update correctly and convert to be relative links correctly
- testLinkSearch() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testLinksInCommentAfterMoveParentPage() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
- Test links in comments after move page
Scenario
Space 1: "Page in test space 1", "Parent", "Child" ("Child" page is child of "Parent" page)
Space 2: "Page in test space 2"
Each page has a comment which has links to other pages
Move "Parent" page to "Space 2"
=> Check all links in all comments are update correctly and convert to be relative links correctly
- testLinksToDiffPages() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testLinkSuggestion() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteTriggerNotIExploreTest
-
- testLinkToPage() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testLinkToPageBecomesRelativeAfterPageMove() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testLinkToPageInSameSpaceStaysRelativeAfterRename() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testLinkTriggerInTableAfterLineBreak() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteTriggerNotIExploreTest
-
- testLinkWithSpecialSpaceName() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testListAllSpacesAndExpand() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListAllSpacesExplicitly() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListAllSpacesImplicitly() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListLabelsMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testListMultipleSpaces() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListSpaceAttachmentsMoreThanMaxResults() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testListSpacesByType() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListSpacesMax() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListSpacesMaxByType() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testListSpacesObeysPermissions() -
Method in class com.atlassian.confluence.rest.RestSpaceListAcceptanceTest
-
- testLocalMaxCacheSizeChangeIsPropagatedToOtherNode() -
Method in class com.atlassian.confluence.cluster.ClusteredCacheSizeChangeAcceptanceTest
-
- testLogin() -
Method in class com.atlassian.confluence.AtlassianSecurityAcceptanceTest
-
- testLogin() -
Method in class com.atlassian.confluence.rpc.LoginRpcAcceptanceTest
-
- testLogin() -
Method in class com.atlassian.confluence.webdriver.visualregression.LoginVisualRegressionTest
-
- testLoginCaseSensitivity() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testLoginDifferentCaseUser() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testLoginFunctions() -
Method in class com.atlassian.confluence.BigAcceptanceTest
-
- testLoginNonExistingUser() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testLoginRememberMeCheckboxNotPresentInCluster() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testLoginRememberMeCheckboxPresentInClusterWithSysPropOverride() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testLoginRememberMeCheckboxPresentInStandalone() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testLoginTakesUserBackToLastPageBeingViewed() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testLoginWithBlankValues() -
Method in class com.atlassian.confluence.webdriver.LoginTest
-
- testLogout() -
Method in class com.atlassian.confluence.LogoutAcceptanceTest
-
- testLogout() -
Method in class com.atlassian.confluence.webdriver.visualregression.LoginVisualRegressionTest
-
- testLogoutClearsHistory() -
Method in class com.atlassian.confluence.LogoutAcceptanceTest
-
- testLogoutWhenCookieSet() -
Method in class com.atlassian.confluence.LogoutAcceptanceTest
- Log in and check 'remember me' box.
- testLongPageTitleInHistoryTruncates() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteLinkShortcutTest
-
- testLookAndFeelLinksPresentForSpaceAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testLowerCaseWorkaroundForPostgres() -
Method in class com.atlassian.confluence.BigAcceptanceTest
-
- testLucidchartMacroExistingPage() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.ThirdPartyMacrosTest
-
- testMacro() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testMacroAutoCompleteDoesNotGetTriggeredWhenPrecededByCharacters() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMacroAutoCompleteGetsTriggeredWhenPrecededByParentheses() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMacroBodyCollection() -
Method in class com.atlassian.confluence.api.RemoteContentMacroServiceAcceptanceTest
-
- testMacroBodyCollectionWithNoMatch() -
Method in class com.atlassian.confluence.api.RemoteContentMacroServiceAcceptanceTest
-
- testMacroBodyCollectionWithNoPage() -
Method in class com.atlassian.confluence.api.RemoteContentMacroServiceAcceptanceTest
-
- testMacroBodyCollectionWithTwoMacros() -
Method in class com.atlassian.confluence.api.RemoteContentMacroServiceAcceptanceTest
-
- testMacroBodyForRichTextMacro() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testMacroBodyInTable() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testMacroBodyNotEscapedForPlainTextMacro() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testMacroBrowserCorrectlyPopulatesExistingParams() -
Method in class com.atlassian.confluence.webdriver.OfficeConnectorMacroBrowserSmartFieldsTest
-
- testMacroBrowserGetsFocusOnFirstInputWhenOpened() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testMacroBrowserLink() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMacroNotIExploreTest
-
- testMacroDependencies() -
Method in class com.atlassian.confluence.MacroPluginAcceptanceTest
-
- testMacroDiffIcons() -
Method in class com.atlassian.confluence.MacroDiffAcceptanceTest
-
- testMacroException() -
Method in class com.atlassian.confluence.rpc.ConvertWikiToStorageFormatRpcAcceptanceTest
-
- testMacroInHeading() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
- Tests that it is possible to use macros in headings
- testMacroLoaded() -
Method in class com.atlassian.confluence.MacroPluginAcceptanceTest
-
- testMacroParameterDefaultIsBlank() -
Method in class com.atlassian.confluence.selenium.MacroBrowserTest
-
- testMacroParameterDescription() -
Method in class com.atlassian.confluence.selenium.MacroBrowserTest
-
- testMacroPreviewWithConfluenceWikiHasTheRightCSS() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testMacroPropertyPanelDisappearsUponResize() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMacroPlaceholderTest
-
- testMacroRendersInParentComment() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testMacrosAutocompleteDropdownIsNotTriggeredWhenInPreformattedText() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMacrosSorted() -
Method in class com.atlassian.confluence.selenium.MarkupMacroBrowserTest
-
- testMacroVersion1Indexed() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testMacroVersion2Indexed() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testMacroWithLabelFilter() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testMacroWithNonExistentLabel() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testMacroWritingToDBDoesntFailDueToReadOnlyTransaction() -
Method in class com.atlassian.confluence.api.RemoteContentBodyConversionServiceAcceptanceTest
- https://jira.atlassian.com/browse/CRA-175
- testMailAccounts() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailAccounts() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testMailAttachmentsDoNotShowOnDashboard() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailAttachmentsLink() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailboxImport() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailboxImport() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testMailboxImportOutsideOfConfiguredDir() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailboxImportWithFileTooLarge() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailboxImportWithNoPropertiesSet() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailIsNotHtmlEscaped() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testMailRssFeedInOneSpace() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- TESTMAILSERVER_HOSTNAME -
Static variable in class com.atlassian.confluence.it.mail.MailFacade
-
- testMailServersPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testMailServersXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.GlobalAdminXsrfAcceptanceTest
-
- testMailTabInSpaceToolsNotAvailable() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testMailTrash() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testMainTitleHiddenDefaultTheme() -
Method in class com.atlassian.confluence.selenium.EditorThemeTest
- Tests that the main non-editable title (which is still rendered), is not displayed
through css.
- testMainTitleHiddenDocTheme() -
Method in class com.atlassian.confluence.selenium.EditorThemeTest
- Tests that the main non-editable title (which is still rendered), is not displayed
through css.
- testManageExisting() -
Method in class com.atlassian.confluence.selenium.UPMTest
- Test that the UPM shows all the installed system plugins.
- testManageGroupWithXSS() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testManageWatchersIsAvailableToSpaceAdmins() -
Method in class com.atlassian.confluence.webdriver.ManageWatchersTest
-
- testManageWatchersIsNotAvailableToNonSpaceAdmins() -
Method in class com.atlassian.confluence.webdriver.ManageWatchersTest
-
- testMapSelfLinksPopulated() -
Method in class com.atlassian.confluence.rest.RestListLinksAcceptanceTest
-
- testMarkRemovalDoesntRemoveSpaces() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testMarkRemovedByEditorOnGetContent() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testMassivelyNestedComments() -
Method in class com.atlassian.confluence.CommentsAcceptanceTest
-
- testMatchingPagesOnly() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testMatchingSpacesAndPages() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testMatchingSpacesOnly() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
- Test when there are only spaces matching the query.
- testMaxAttachmentsInUI() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMaxAttachmentSizeRespected() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMaxAttachmentsPerUploadSetting() -
Method in class com.atlassian.confluence.GeneralConfigurationAcceptanceTest
-
- testMaxChangeCountOnDashboard() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testMaxChangeCountOnPage() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testMaximumMatches() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testMaxRssItemDoesntBlockConfAdminEdits() -
Method in class com.atlassian.confluence.GeneralConfigurationAcceptanceTest
-
- testMaxRssItemDoesntBlockConfAdminEdits() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testMaxRssItemsSetting() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testMediaAutoCompleteDoesNotGetTriggeredWhenPrecededByCharacters() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMediaAutoCompleteDoesNotGetTriggeredWhenPrecededByParentheses() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMediaAutocompleteDropdownIsNotTriggeredWhenInPreformattedText() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMediumEmbeddedImage() -
Method in class com.atlassian.confluence.webdriver.EmbeddedImagesTest
-
- testMembershipsAreUpdatedWhenUserIsRenamed() -
Method in class com.atlassian.confluence.UserRenameAcceptanceTest
-
- testMentions() -
Method in class com.atlassian.confluence.sanity.newinstance.MentionsTest
-
- testMentionsAutoCompleteDoesNotGetTriggeredWhenPrecededByCharacters() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMentionsAutocompleteDropdownIsNotTriggeredWhenInPreformattedText() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMentionsAutocompleteGetsTriggeredWhenPrecededByParentheses() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testMenuOptionsUnavailableForRestrictedBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testMenuOptionsUnavailableForRestrictedPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testMenusOnPageNotFound() -
Method in class com.atlassian.confluence.selenium.PageNotFoundTest
-
- testMerge() -
Method in class com.atlassian.confluence.selenium.EditorDraftsTest
-
- testMerge() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsDialogTest
-
- testMergeConflictOnFullEdit() -
Method in class com.atlassian.confluence.webdriver.MergeTest
-
- testMergeConflictOnQuickEdit() -
Method in class com.atlassian.confluence.webdriver.MergeTest
-
- testMergeSuccessfullyOnFullEdit() -
Method in class com.atlassian.confluence.webdriver.MergeTest
-
- testMergeSuccessfulOnQuickEdit() -
Method in class com.atlassian.confluence.webdriver.MergeTest
-
- testMetadataExpandableMapPopulated() -
Method in class com.atlassian.confluence.rest.api.RestApiContentAcceptanceTest
-
- testMetadataIsNotChangedIfTitleAndContentDidNotChange() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testMetaDataOfPageCreatedByUnknownUser() -
Method in class com.atlassian.confluence.AddPageAcceptanceTest
-
- TestMethodLocator - Class in com.atlassian.confluence.util.test.rules
- Uses a
Description to locate the test method within the given class. - TestMethodLocator(Class) -
Constructor for class com.atlassian.confluence.util.test.rules.TestMethodLocator
-
- testMigrationOfAttachmentsToAndFromDatabase() -
Method in class com.atlassian.confluence.AttachmentMigrationAcceptanceTest
-
- testMigrationWithCustomDefaultSpaceLogo() -
Method in class com.atlassian.confluence.AttachmentMigrationAcceptanceTest
-
- testMigrationWithCustomSpaceLogo() -
Method in class com.atlassian.confluence.AttachmentMigrationAcceptanceTest
-
- testMissingAttachmentOnDrafts() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMissingContextPath() -
Method in class com.atlassian.confluence.selenium.GeneralConfigurationTest
-
- testMissingImage() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatEmbeddedImageTest
-
- testMissingMacroIndexed() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testMissingMacroIsNotMigrated() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testMissingMappingIsAvailableAfterImport() -
Method in class com.atlassian.confluence.upgrade.CrowdUsersUserMappingUpgradeTaskAcceptanceTest
-
- testMissingNonSystemXssUserIsEscaped() -
Method in class com.atlassian.confluence.rest.UserAcceptanceTest
-
- testMissingSearchTerm() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testMissingSearchTermError() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testMixedSuccessErrorMessageContainsSentEmailCountAndInvalidEmailAddresses() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteMailTest
-
- testModifiedLastWeekSearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testModifiedTodaySearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testModifiedYesterdaySearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testModuleHasShortcuts(String, String...) -
Method in class com.atlassian.confluence.pageobjects.component.dialog.KeyboardShortcutHelperDialog
-
- testModuleHasShortcuts(String, String...) -
Method in class com.atlassian.confluence.selenium.client.KeyboardShortcutHelpDialog
-
- testMonospace() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testMonospace() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest
-
- testMonospaceMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testMonthlyViewWithTimezoneChange() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testMoreOnUserMacrosLink() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
- Another test to protect against merge problems (CONFDEV-514 and CONFDEV-1413).
- testMoreSearchResultsMessage() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMoveAndPastingDoesNotFreezeEditor() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorCopyPasteTest
-
- testMoveAttachment() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testMoveAttachment() -
Method in class com.atlassian.confluence.rpc.AttachmentsRpcAcceptanceTest
-
- testMoveAttachmentToAnotherPageAndBack() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMoveAttachmentToBlogPost() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testMoveAttachmentToSpace() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testMoveAttachmentToUnpermittedPage() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMoveAttachmentWithoutRemovePermission() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMoveBetweenBlogPosts() -
Method in class com.atlassian.confluence.BlogSlowAcceptanceTest
-
- testMoveBlogPostWithAttachments() -
Method in class com.atlassian.confluence.MoveBlogPostAcceptanceTest
-
- testMovedAndRenamedBlogPost() -
Method in class com.atlassian.confluence.PageNotFoundAcceptanceTest
- CONF-22655 Ensure that a blog post that is moved to a new space shows up in the suggested pages,
regardless of whether or not it has more than a single version or not.
- testMovedAndRenamedPage() -
Method in class com.atlassian.confluence.PageNotFoundAcceptanceTest
- CONF-34221 Ensure that a page that is moved to a new space shows up in the suggested pages,
regardless of whether or not it has been renamed.
- testMovedBlogPost() -
Method in class com.atlassian.confluence.PageNotFoundAcceptanceTest
- CONF-22655 Ensure that a blog post that is moved to a new space shows up in the suggested pages,
regardless of whether or not it has more than a single version or not.
- testMovedPage() -
Method in class com.atlassian.confluence.PageNotFoundAcceptanceTest
- CONF-34221 Ensure that a page that is moved to a new space shows up in the suggested pages,
regardless of whether or not it has more than a single version or not.
- testMoveFileToAnotherPage() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMoveFileToAnotherSpace() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMoveHierarchyToDifferentSpaceDisplaysCorrectBreadcrumbs() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testMoveInsertsPageAlphabeticalForUnOrderedSiblings() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
- When a page is moved to a parent that does not have ordered siblings then make sure that the moved page appears
alphabetically in the list of siblings.
- testMoveInsertsPageAtEndOfOrderedSiblings() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
- When a page is moved to a parent that has ordered siblings then on the ordered list of siblings the moved page
should appear last.
- testMoveNotAvailableIfNoPageEdit() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMoveNotAvailableIfNoSpaceEdit() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovePage() -
Method in class com.atlassian.confluence.xsrf.PageXsrfAcceptanceTest
-
- testMovePageAbove() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testMovePageAbove() -
Method in class com.atlassian.confluence.rpc.MovePageRpcAcceptanceTest
-
- testMovePageAfterDeletingReferrerWithinSameSpace() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
- This test checks if the page can be moved after another page referring to it is deleted and re-created
- testMovePageAppend() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testMovePageAppend() -
Method in class com.atlassian.confluence.rpc.MovePageRpcAcceptanceTest
-
- testMovePageBelow() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testMovePageBelow() -
Method in class com.atlassian.confluence.rpc.MovePageRpcAcceptanceTest
-
- testMovePageBetweenSpaces() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testMovePageBetweenSpaces() -
Method in class com.atlassian.confluence.rpc.MovePageRpcAcceptanceTest
-
- testMovePageFromRestrictedPage() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageHierarchy() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageOnCopyPage() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovePageOnCreatePage() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovePagesWithinOneSpaceMovesChildren() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testMovePageToDifferentSpaceWithUserProfileLink() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
- Move a page containing a link to a user profile to another space
Make sure the user profile link does not have the space key added to it
CONF-3994
- testMovePageToDifferentSpaceWithVariousLinks() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testMovePageToKnownLocation() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovePageToNewSpaceUpdatesSearchIndex() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageToOtherSpace() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageToPositionUnderDifferentParent() -
Method in class com.atlassian.confluence.selenium.PageOrderingTest
- When moving a child page into an (ordered) position under another parent, the new parent should display the
ABC order button.
- testMovePageToRestrictedPage() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageToSpaceWithNewParent() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testMovePageToTopOfOtherSpace() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
- CONF-16348 - All descendents of a page that is moved to another space should have their attachments
moved correctly on the filesystem.
- testMovePageToTopOfOtherSpaceWhenPermitted() -
Method in class com.atlassian.confluence.MoveBlogPostAcceptanceTest
-
- testMovePageToTopOfOtherSpaceWhenPermitted() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageToTopOfOtherSpaceWithoutPermission() -
Method in class com.atlassian.confluence.MoveBlogPostAcceptanceTest
-
- testMovePageUpdatesSearchIndex() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageWithInheritedPermissions() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testMovePageWithinSameSpace() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageWithLinkToItself() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageWithNestedCodeMacro() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMovePageWithRegexIdentifiers() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testMoveSpace() -
Method in class com.atlassian.confluence.selenium.MoveNewPageTestDarkFeature
-
- testMovingAPageToAnUnpermittedSpaceRemovesItFromSearchResults() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testMovingAttachmentDoesNotBreakLinkToOtherAttachmentsWithSameName() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
- Test that moving attachments does not update links to unmoved attachments with the same name.
- testMovingAttachmentDoesNotUpdateLinksWithoutAttachments() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMovingAttachmentSimplifiesLinksInNewOwner() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
- Test of CONF-9007, that when an attachment is moved, links to it from the new owning
page are simplified (Page prefix is removed).
- testMovingAttachmentToPageWithoutViewPermissions() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testMovingAttachmentUpdatesLinksOnOriginalOwner() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
- Test of CONF-9007, that when an attachment is moved, links to it are
updated.
- testMovingAttachmentUpdatesLinksWithPagePrefix() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
- Test of CONF-9007, that when an attachment is moved, links to it are
updated.
- testMovingHierarchyToAnUnpermittedSpaceRemovesItFromSearchResults() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testMovingSectionDown() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testMovingSectionUp() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testMovingToSpaceWithDuplicateTitle() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovingToSpaceWithDuplicateTitleOfChildPage() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovingToSpaceWithDuplicateTitleOfDescendentPage() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMovingToSpaceWithDuplicateTitleOfDescendentPageToTopOfSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testMultimediaMacroAutoCompleteAvi() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testMultimediaMacroAutoCompleteFlash() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testMultimediaMacroAutoCompleteMp3() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testMultimediaMacroAutoCompleteMp4() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testMultimediaMacroAutoCompleteWma() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testMultimediaMacroAutoCompleteWmv() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testMultipartAlternativeWithImage() -
Method in class com.atlassian.confluence.mail.EmailToContentAcceptanceTest
-
- testMultipartAlternativeWithLink() -
Method in class com.atlassian.confluence.mail.EmailToContentAcceptanceTest
-
- testMultipleAdministrators() -
Method in class com.atlassian.confluence.SiteSupportAcceptanceTest
-
- testMultipleAttachments() -
Method in class com.atlassian.confluence.MultipleAttachmentsAcceptanceTest
-
- testMultipleEditsByDifferentUsersAddMultipleChangesToIndex() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testMultipleEditsByDifferentUsersDoNotAddMultipleDocumentsToIndex() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testMultipleEditsBySameUserDoNotAddMultipleChangesToIndex() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testMultipleEditsDoNotAddMultipleDocumentsToIndex() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
- Test that multiple edits do not result in multiple documents in the index.
- testMultipleFullTerms() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
-
- testMultipleGroupViewPermissions() -
Method in class com.atlassian.confluence.ComplexPagePermissionsAcceptanceTest
-
- testMultipleLabelSearch() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testMultiplePlaceholderReplacementBottomToTop() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPlaceholderTest
-
- testMultiplePlaceholderReplacementBottomToTopInLI() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPlaceholderTest
-
- testMultiplePlaceholderReplacementTopToBottom() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPlaceholderTest
-
- testMultiplePlaceholderReplacementTopToBottomInLI() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPlaceholderTest
-
- testMultipleTermsWithPartial() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
-
- testMultipleUserAndGroupEditPermissions() -
Method in class com.atlassian.confluence.ComplexPagePermissionsAcceptanceTest
-
- testMultipleUsersPermissionsExistingPage() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testMultipleUserViewPermissions() -
Method in class com.atlassian.confluence.ComplexPagePermissionsAcceptanceTest
-
- testMultiUserField() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserFieldsTest
-
- testName -
Variable in class com.atlassian.confluence.api.AbstractAcceptanceTest
-
- testName -
Variable in class com.atlassian.confluence.HealthCheckAcceptanceTest
-
- testName -
Variable in class com.atlassian.confluence.rest.AbstractRestSerializationAcceptanceTest
-
- testName -
Variable in class com.atlassian.confluence.rest.LikableContentResourceAcceptanceTest
-
- testName -
Variable in class com.atlassian.confluence.rest.RestEditorAcceptanceTest
-
- testName -
Variable in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testName -
Variable in class com.atlassian.confluence.rpc.LabelsXmlRpcAcceptanceTest
-
- testNameSearch2SpaceKeyParams() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testNameSearchNoSpaceKey() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testNameSearchSpaceKeyParams() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testNavigateToAdminItem() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testNavigateToGroupFromUser() -
Method in class com.atlassian.confluence.GroupMembersAcceptanceTest
-
- testNavigateToPage() -
Method in class com.atlassian.confluence.selenium.QuickNavigationTest
-
- testNavigateToPage() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testNavigatingBackFromQuickEditWithoutChanges() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testNavigatingForwardToEditorState() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testNavigationKeysWithEnterToInsert() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testNavigationWithUpDownKeys() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testNegativeMaxRecentlyUpdatedPageCount() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
- Ensures that when passing a negative value to maxRecentlyUpdatedPageCount, the last valid value is used.
- testNestedGroupMembersAppearInGroups() -
Method in class com.atlassian.confluence.LdapNestedGroupsAcceptanceTest
-
- testNestedGroupMembershipsShownOnUser() -
Method in class com.atlassian.confluence.LdapNestedGroupsAcceptanceTest
-
- testNestedListsKeySecondLiRemovedWhenSelectingFirstLineOfSecondLiAndPressingBackspace() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testNetworkMacro() -
Method in class com.atlassian.confluence.NetworkTabAcceptanceTest
-
- testNetworkMacroOnPage() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testNetworkMacroOnSidebar() -
Method in class com.atlassian.confluence.NetworkTabAcceptanceTest
-
- testNetworkTab() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testNetworkTab() -
Method in class com.atlassian.confluence.dashboard.GlobalEntitiesAcceptanceTest
-
- testNetworkTabRespectsSpacePermissions() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testNewBlogPostNoTitleCannotSave() -
Method in class com.atlassian.confluence.webdriver.editor.BlogEditorTest
-
- testNewBlogPostTitleCanSave() -
Method in class com.atlassian.confluence.webdriver.editor.BlogEditorTest
-
- testNewDefaultDefaultsAreReplacedByOldDefaults() -
Method in class com.atlassian.confluence.upgrade.OnDemandSpacePermissionsDefaultUpgradeTaskAcceptanceTest
-
- testNewDefaultsCausesOldDefaultsToBeIgnored() -
Method in class com.atlassian.confluence.upgrade.OnDemandSpacePermissionsDefaultUpgradeTaskAcceptanceTest
-
- testNewDefaultsEqualsOld() -
Method in class com.atlassian.confluence.upgrade.OnDemandSpacePermissionsDefaultUpgradeTaskAcceptanceTest
-
- testNewlineKeptBeforeMacro() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testNewlyCreatedUserNotOnDashboard() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testNewlyInsertedInlineTaskDoesNotHaveClassChecked() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testNewlyInsertedInlineTaskDoesNotHaveInlineTaskIdDataAttribute() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testNewPageNoTitleCannotSave() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testNewPageTitleCanSave() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testNewShortcutLink() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testNewSpaceImportIncludesAttachments() -
Method in class com.atlassian.confluence.importexport.SpaceImportAcceptanceTest
-
- testNewSpacesTab() -
Method in class com.atlassian.confluence.dashboard.SpacesListMacroAcceptanceTest
-
- testNewSpacesTabGrouping() -
Method in class com.atlassian.confluence.dashboard.SpacesListMacroAcceptanceTest
-
- testNextAndPrevious() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testNoAlertWhenLeavingIfNotDirtyEditor() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testNoAlertWhenLeavingIfNotDirtyEditor() -
Method in class com.atlassian.confluence.webdriver.editor.TemplatesTest
-
- testNoAttachPermissionUser() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testNoBody() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testNodeAttributes() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testNoDraftSavedOnCleanEditAndCancel() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsTest
-
- testNoDuplicateLabels() -
Method in class com.atlassian.confluence.RecentlyUsedLabelsMacroAcceptanceTest
- If a recent label has been used more than once, check that only one link is present with the label text.
- testNoDuplicateLabels() -
Method in class com.atlassian.confluence.webdriver.LabelTest
-
- testNoDuplicatesClasses() -
Method in class com.atlassian.confluence.ClasspathAcceptanceTest
-
- testNoEllipsis() -
Method in class com.atlassian.confluence.selenium.LinkBrowserBreadcrumbNotIExploreTest
- Tests that breadcrumbs don't appear as "..." even if there is plenty of room.
- testNoEmailServerConfigured() -
Method in class com.atlassian.confluence.SiteSupportAcceptanceTest
-
- testNoEmptyParagraphAddedAfterEditMacroBody() -
Method in class com.atlassian.confluence.selenium.MacroPropertyPanelTest
-
- testNoErrorsInStandardMode() -
Method in class com.atlassian.confluence.VelocityDeprecationAcceptanceTest
-
- testNoExpandIconIfAllChildrenRestricted() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testNoFollowers() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testNoFollowers() -
Method in class com.atlassian.confluence.NetworkTabAcceptanceTest
-
- testNofollowRelationOnMenuItems() -
Method in class com.atlassian.confluence.ActionMenuAcceptanceTest
-
- testNoFormatMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testNoFormatMacroBodyEncoding() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testNoFormatMacroTitleChanged() -
Method in class com.atlassian.confluence.MovePageAcceptanceTest
-
- testNoHeadingInsertionUsingShiftKey() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorTableTest
-
- testNoLabels() -
Method in class com.atlassian.confluence.RecentlyUsedLabelsMacroAcceptanceTest
-
- testNoLayoutFullEditIfNoColumns() -
Method in class com.atlassian.confluence.webdriver.editor.EditorPageLayout2Test
-
- testNoLayoutQuickEditIfNoColumns() -
Method in class com.atlassian.confluence.webdriver.editor.EditorPageLayout2Test
-
- testNoLayoutWhenPageIsCreated() -
Method in class com.atlassian.confluence.webdriver.editor.EditorPageLayout2Test
-
- testNoLicense() -
Method in class com.atlassian.confluence.LicensingAcceptanceTest
- Ensure that updating the license validates that a license String has been supplied.
- testNoMatches() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testNoMatchesFound() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
-
- testNoMatchingAttachments() -
Method in class com.atlassian.confluence.selenium.OfficeConnectorMacroBrowserSmartFieldsTest
-
- testNoMergeConflictWithPageLayout() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testNonAdminCannotViewSystemInformation() -
Method in class com.atlassian.confluence.SystemInformationAcceptanceTest
-
- testNonAdminDoesntSeeGetStarted() -
Method in class com.atlassian.confluence.dashboard.GetStartedAcceptanceTest
-
- testNonAdminWebSudoLinkDoesntRefreshToDashboard() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testNonExistentEmailGiven() -
Method in class com.atlassian.confluence.ResetPasswordAcceptanceTest
-
- testNonExistentProfileRedirectsTo404() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testNonExistentUsernameGiven() -
Method in class com.atlassian.confluence.ResetPasswordAcceptanceTest
-
- testNonSystem() -
Method in class com.atlassian.confluence.rest.UserAcceptanceTest
-
- testNonSystemXssUserIsEscaped() -
Method in class com.atlassian.confluence.rest.UserAcceptanceTest
-
- testNonWhiteListedIsNotMigrated() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testNoOldDefaults() -
Method in class com.atlassian.confluence.upgrade.OnDemandSpacePermissionsDefaultUpgradeTaskAcceptanceTest
-
- testNoOutputOptionForCreateMacro() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
- Wiki output as a template option should no longer be presented.
- testNoPermission() -
Method in class com.atlassian.confluence.rest.QuickReloadAcceptanceTest
-
- testNoRedirectOnErrorForGetRequests() -
Method in class com.atlassian.confluence.JohnsonFilterAcceptanceTest
-
- testNoRemoveLinkForLdapUser() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testNoResults() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserSearchStateLessTest
-
- testNoResultsGroupSearch() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testNormalLinkRefactoredOnPageRename() -
Method in class com.atlassian.confluence.RefactoringAcceptanceTest
-
- testNormalUserCannotSee() -
Method in class com.atlassian.confluence.rest.GroupsAcceptanceTest
-
- testNormalUserCannotSee() -
Method in class com.atlassian.confluence.rest.UsersAcceptanceTest
-
- testNoSelection() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testNoSpacePickerIfNoRemovePermission() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
- Ensure that if the user does not have remove permission for the current space then they are not presented with a
space picker mechanism.
- testNoSpacePickerIfOnlyOneSpaceAccessible() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testNotAbleToRenameFileToEmptyFileNameInOtherSpace() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testNotAbleToRenameFileToExistingFileName() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testNotAbleToRenameFileToExistingFileNameInOtherSpace() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testNotAutoFormatEmotionIcon() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorEmoticonTest
-
- testNotAutoFormatEmotionIconWhenInsertLink() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorEmoticonTest
-
- testNotAutoFormatEmotionIconWhenInsertMacro() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorEmoticonTest
-
- testNotConvertibleCustomContentIs_Not_AccessibleInAPI() -
Method in class com.atlassian.confluence.ContentConvertibleRestAcceptanceTest
-
- testNotFound() -
Method in class com.atlassian.confluence.rest.QuickReloadAcceptanceTest
-
- testNothing() -
Method in class com.atlassian.confluence.LanguageAcceptanceTest
-
- testNothingChangedIfClickOnCancel() -
Method in class com.atlassian.confluence.webdriver.EditUserProfileTest
-
- testNoTitleXSSOnPurge() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testNoTitleXSSOnRestore() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testNotPermitted() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testNotShownOnPageLoadIfUserDisabled() -
Method in class com.atlassian.confluence.webdriver.WhatsNewTest
-
- testNoUnescapedHtmlPresentInResponse() -
Method in class com.atlassian.confluence.FiveHundredPageSecurityAcceptanceTest
-
- testNoVersionCommentSavedByShortcut() -
Method in class com.atlassian.confluence.webdriver.PageVersionCommentTest
-
- testNoXSSFromAttachments() -
Method in class com.atlassian.confluence.webdriver.MacroBrowserSmartFieldsTest
-
- testNoXssWithFileRename() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testNumberedList() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testNumberedListAndTabbing() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testNumberedListIndent() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testNumberedListThenType() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testOctetStreamAttachmentDownloadHeadersWithIE() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testOddPermutationOfTableBehaviorProvidedTextOnENTER() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatTableTest
-
- testOddPermutationOfTableHeaderBehaviorOnENTER() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatTableTest
-
- testOgnlExpressionIsNotEvaluated() -
Method in class com.atlassian.confluence.XworkAcceptanceTest
- Tests https://jira.atlassian.com/browse/CONF-30205
- testOlderNewerNavigation() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testOlderNewerNavigationInBlogPostByDate() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testOldSpaceImportIncludesAttachments() -
Method in class com.atlassian.confluence.importexport.SpaceImportAcceptanceTest
-
- testOnDemandSpacePermissionDefaultUpgrade() -
Method in class com.atlassian.confluence.upgrade.OnDemandSpacePermissionsDefaultUpgradeTaskAcceptanceTest
-
- testOneItemDisplayedPerUser() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testOneSectionOneCellLayoutShowsNoColumnsInViewMode() -
Method in class com.atlassian.confluence.webdriver.editor.EditorPageLayout2Test
-
- testOneUserCanSeeThatAnotherExistsWithoutBeingAdmin() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testOnlyAdminCanAccessAdminConsole() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testOnlyASubsetOfTheAdministrationConsoleIsShownToConfluenceAdmins() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testOnlyContentChanges() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testOnlyEnabledForUser() -
Method in class com.atlassian.confluence.DarkFeaturesAcceptanceTest
-
- testOnlyLdapGroupsAUserBelongsToAppearOnAdminPage() -
Method in class com.atlassian.confluence.DelegatedLdapGroupSyncAcceptanceTest
-
- testOnlyPermittedPagesAreMoved() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testOnlyPermittedResults() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testOnlySuggestsTenImages() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testOnlyTheLastEditsFromUsersAreDisplayed() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testOnlyTitleChanges() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testOpenAndCloseDialog() -
Method in class com.atlassian.confluence.selenium.LinkBrowserDialogTest
-
- testOpenDialogInNewBlogPost() -
Method in class com.atlassian.confluence.selenium.LinkBrowserDialogTest
-
- testOpeningDialogDoesNotScrollPage() -
Method in class com.atlassian.confluence.selenium.TinyMceLinkBrowserTest
-
- testOpenMacroBrowserToMedia() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testOpenMoveDialogOnPageHistory() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testOpenMoveDialogOnViewAttachments() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testOpenMoveDialogOnViewInfo() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testOpenQuickEditReplaysKeysTypedAfter() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testOpenSearchDescriptionDocument() -
Method in class com.atlassian.confluence.OpenSearchAcceptanceTest
-
- testOpenSourceLicense() -
Method in class com.atlassian.confluence.NonClusterLicensingAcceptanceTest
-
- testOpenWithShortcutKey() -
Method in class com.atlassian.confluence.selenium.TinyMceLinkBrowserTest
-
- testOrderedListRichTextMacroBody() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testOrderedListRichTextMacroBodyUsingHASH() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testOrderedListWith1() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testorderedListWithTypingAfterward() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testOrderOfMixedCaseNames() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testOrderOfNames() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
- Commented out as CONF-7771 fix is rolled back
See also: CONF-16477
public void testDeactivatedUsersDontAppear() throws Exception
{
logInAs(User.ADMIN);
createTestUsers(1);
rpcFlushIndexQueue();
viewPeopleDirectory();
assertLinkPresentWithText("Test User 1");
removeUserFromGroupViaHelper("testuser1", TestProperties.DEFAULT_USERS_GROUP);
viewPeopleDirectory();
assertLinkNotPresentWithText("Test User 1");
}
- testOrderOfNamesWithSpaces() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testOriginal() -
Method in class com.atlassian.confluence.VersionChildPolicyAcceptanceTest
-
- testOriginalEmbeddedImage() -
Method in class com.atlassian.confluence.webdriver.EmbeddedImagesTest
-
- testOrphanedChildrenUppdendedToTheRightPosition() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testOrphanedPagesReport() -
Method in class com.atlassian.confluence.ReportsAcceptanceTest
-
- testOutputHtml() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testOverrideModeOverridesDevMode() -
Method in class com.atlassian.confluence.VelocityDeprecationAcceptanceTest
-
- testOverwriteEdit() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testOverwriteRestoreTrash() -
Method in class com.atlassian.confluence.xsrf.PageXsrfAcceptanceTest
-
- testPadlockHiddenAfterLastPermissionRemoved() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPadlockVisibleAfterFirstPermissionCreated() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPage -
Variable in class com.atlassian.confluence.multimedia.AbstractMultimediaMacroAcceptanceTest
-
- testPage -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- TESTPAGE_COMMENT -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- TESTPAGE_CONTENT -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- TESTPAGE_TITLE -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- TESTPAGE_TITLE -
Variable in class com.atlassian.confluence.cluster.AbstractClusteredTestCase
-
- testPageAnchorLink() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageAnchorLinkOnCurrentPage() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageAnchorLinkToNonexistentAnchor() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageAuthorWithAttachmentOnCreate() -
Method in class com.atlassian.confluence.selenium.EditorDraftsTest
-
- testPageBreadcrumb() -
Method in class com.atlassian.confluence.selenium.LinkBrowserBreadcrumbNotIExploreTest
-
- testPageBreadcrumbs() -
Method in class com.atlassian.confluence.rest.BreadcrumbsAcceptanceTest
-
- testPageDoesNotExist() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testPageEditAfterClosingCommentEditor() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testPageEvents() -
Method in class com.atlassian.confluence.EventsAcceptanceTest
-
- testPageFooterAndMetaTagsContainClusterNodeIdentifierInClusteredMode() -
Method in class com.atlassian.confluence.NodeIdentifierAcceptanceTest
-
- testPageFooterAndMetaTagsOmitClusterNodeIdentifierInStandaloneMode() -
Method in class com.atlassian.confluence.NodeIdentifierAcceptanceTest
-
- testPageIncludeMacroRefactoredOnPageRename() -
Method in class com.atlassian.confluence.RefactoringAcceptanceTest
-
- testPageIncludeMacroRespectsPageLevelPermissions() -
Method in class com.atlassian.confluence.MacrosRespectPagePermissionsAcceptanceTest
-
- testPageLayoutCanNotBeRemovedPressingBackspace() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testPageLayoutCanNotBeRemovedPressingDelete() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testPageLevelPermissionsUpdatedOnPageMove() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testPageLink() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageLink() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testPageLinkToNonexistentSpaceAsAdminUser() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageLinkToUnpermittedSpace() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageLinkWithCustomTitle() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageLinkWithUppercaseOmega() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testPageMetadataNotUpdatedByEditingPermissions() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testPageModificationDateUsesDateFormat() -
Method in class com.atlassian.confluence.DateFormatAcceptanceTest
-
- testPageNotFoundVmNameIsEscaped() -
Method in class com.atlassian.confluence.PageNotFoundAcceptanceTest
- CONF-24609 Ensure that the page error message does not include the
un-escaped filename.
- testPageNotificationsSpaceImportExport() -
Method in class com.atlassian.confluence.NotificationImportAcceptanceTest
-
- testPagePermission() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testPagePermissionsArePreservedOnMove() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testPagePropertiesReportAcrossMultipleSpaces() -
Method in class com.atlassian.confluence.PagePropertiesReportAcceptanceTest
-
- testPageRestrictionsDialogWorksAfterUserRemovedFromLdap() -
Method in class com.atlassian.confluence.LdapSyncAcceptanceTest
-
- testPageShare() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testPagesMenuItem() -
Method in class com.atlassian.confluence.BrowseMenuAcceptanceTest
-
- testPagesRssFeedInAllSpaces() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testPagesRssFeedInOneSpace() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testPagesRssFeedWithMaxTwoItems() -
Method in class com.atlassian.confluence.RssAcceptanceTest
- Pages only Limited to one space Creations Labels: none RSS2 Last 2 items from 5 days All updates Anonymous feed
- testPageTab() -
Method in class com.atlassian.confluence.dashboard.GlobalEntitiesAcceptanceTest
-
- testPageTimeoutSetting() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testPageTitlesOnChangesAreRenamed() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testPageTree() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testPageTreeMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testPageTreeSearchFormNotPresentWhenSpaceSpecificSearchingOptionIsEnabled() -
Method in class com.atlassian.confluence.DocThemeAcceptanceTest
-
- testPageTreeSearchFormPresentWhenSpaceSpecificSearchingOptionIsDisabled() -
Method in class com.atlassian.confluence.DocThemeAcceptanceTest
-
- testPageWithExpandedChildren() -
Method in class com.atlassian.confluence.api.RemoteChildContentServiceAcceptanceTest
-
- testPageWithExpandedDescendants() -
Method in class com.atlassian.confluence.api.RemoteChildContentServiceAcceptanceTest
-
- testPageWithImage() -
Method in class com.atlassian.confluence.ViewSourceAcceptanceTest
-
- testPageWithMacro() -
Method in class com.atlassian.confluence.ViewSourceAcceptanceTest
-
- testPageWithMixedAttachments() -
Method in class com.atlassian.confluence.AttachedImagesJsonAcceptanceTest
-
- testPageWithNoAttachments() -
Method in class com.atlassian.confluence.AttachedImagesJsonAcceptanceTest
-
- testPageWithOneImageAttachment() -
Method in class com.atlassian.confluence.AttachedImagesJsonAcceptanceTest
-
- testPagination() -
Method in class com.atlassian.confluence.rest.GroupsAcceptanceTest
-
- testPagination() -
Method in class com.atlassian.confluence.rest.UsersAcceptanceTest
-
- testPagination() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testPagingAndCheckboxesInUserPicker() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testPagingInGroupPicker() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testPagingLinksAreUrlEncoded() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testPagingOnOrphanedPages() -
Method in class com.atlassian.confluence.OrphanedPagesAcceptanceTest
-
- testPagingOnRestrictedPages() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testPagingOnUndefinedPages() -
Method in class com.atlassian.confluence.UndefinedPagesAcceptanceTest
-
- testParagraphAndHeadings() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testParagraphsAfterInsertBodylessMacro() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMacroTest
-
- testParagraphShortcut() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testParameterLessMacro() -
Method in class com.atlassian.confluence.selenium.MacroBrowserTest
-
- testParameterValueWithEquals() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testParentDirExploit() -
Method in class com.atlassian.confluence.SpaceKeyDirectoryTraversalAcceptanceTest
-
- testParentPageWithInvertedComma() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPartialLinkDeletion() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorDeleteTest
-
- testPasswordConfirmationRequiredWhenUpdateEmail() -
Method in class com.atlassian.confluence.webdriver.EditUserProfileTest
-
- testPasteContentAndKeepTyping() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testPathOptionTogglesPathBox() -
Method in class com.atlassian.confluence.selenium.BackupAdminTest
-
- testPdfSpaceExport() -
Method in class com.atlassian.confluence.xsrf.SpaceExportXsrfAcceptanceTest
-
- testPeopleDirectoryDisabledByPermissions() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
- Ensure that the anonymous user sees no people directory (even with no flags set) if it does not have the correct
permission
- testPeopleDirectoryDisabledFlags() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testPeopleDirectoryDoesntShowExtraFields() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testPeopleDirectoryPaging() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testPeopleDirectoryProfileMacro() -
Method in class com.atlassian.confluence.webdriver.ProfileMacroTest
- People directory uses the profile macro but with "|mode=people-directory" as extra options
- testPeopleDirectoryProfileMacroNonExistingUser() -
Method in class com.atlassian.confluence.webdriver.ProfileMacroTest
-
- testPeopleDirectoryUrlsProtectedByPermission() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
- CONF-14563 and CONF-14562 Make sure you can't go directly to the people directory action when you don't have the
permission.
- testPermissionCacheIsFlushedOnRemovePagePermission() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testPermissionCacheIsFlushedOnUpdateToPagePermission() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testPermissionCheckUsesCorrectSpace() -
Method in class com.atlassian.confluence.PageTemplatesAcceptanceTest
-
- testPermissionDialogAvailableOnDifferentPageScreens() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPermissionDialogWorksWithWhiteSpaceSpacekey() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPermissions() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testPermissionsForDeletedSpaceNotCached() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testPermissionsForGroupsWithApostrophes() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testPermissionsForGroupsWithApostrophes() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testPermissionsForUsersWithApostrophes() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testPermissionsForUsersWithApostrophes() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testPermissionsKeptAfterSaveErrorExistingPage() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testPermissionsKeptAfterSaveErrorNewPage() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPermissionsOnRemovedGroupsAreIgnoredOnPageNoAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedGroupsAreIgnoredOnPageViewAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedGroupsAreIgnoredOnSpaceAdminAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedGroupsAreIgnoredOnSpaceNoAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedUsersAreIgnoredOnPageNoAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedUsersAreIgnoredOnPageViewAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedUsersAreIgnoredOnSpaceAdminAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsOnRemovedUsersAreIgnoredOnSpaceNoAccess() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testPermissionsReflectAddMenuDisplay() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testPermissionsTabNotPresentForNonSpaceAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testPermissionsTabPresentForSpaceAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testPermissionTabs() -
Method in class com.atlassian.confluence.EditGlobalPermissionsAcceptanceTest
-
- testPermittedUserWithoutEditPagePermissionCantUpdate() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testPersonalBlogInHover() -
Method in class com.atlassian.confluence.webdriver.UserHoverTest
-
- testPersonalInformationEditsAreDisplayed() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testPersonalProfileTabs() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testPersonalProfileTitles() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testPersonalScope() -
Method in class com.atlassian.confluence.RecentlyUsedLabelsMacroAcceptanceTest
-
- testPersonalSpace() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetConfigTest
-
- testPersonalSpaceChangesAreNotShown() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testPersonalSpaceKeyEscaped() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testPersonalSpaceLink() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testPersonalSpaceLogoDownloadPathAfterRename() -
Method in class com.atlassian.confluence.UserRenameAcceptanceTest
-
- testPersonalSpaceMenuItem() -
Method in class com.atlassian.confluence.webdriver.UserHoverTest
-
- testPersonalSpaceMenuItemWithNoPersonalSpace() -
Method in class com.atlassian.confluence.webdriver.UserHoverTest
-
- testPersonalSpaceNotInRecentlyUpdatedWhenUserHasNoPermissions() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testPersonalSpacePreservedAfterUserRename() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testPersonalSpaceSearch() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testPersonalSpaceWithSpecialChars() -
Method in class com.atlassian.confluence.KnownBugsAcceptanceTest
- Test for CONF-13479 (uncomment when fixed)
- testPhraseQuery() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testPhraseSearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testPipebobPipeCanBeRecoveredByUndo() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatUndoTest
-
- testPipeBobPipeTurnedIntoTableWithProvidedTextOnENTER() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatTableTest
-
- testPlaceholderTexNotInsertedForSubsequentListItems() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testPlaceholderTexRemovedForMentions() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testPlaceholderTextForNewList() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testPlainOrderedList() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testPlatformSpec() -
Method in class com.atlassian.confluence.PlatformCtkAcceptanceTest
-
- testPluggableBoostingStrategies() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testPluginCanBeDisabledAndEnabled() -
Method in class com.atlassian.confluence.SpringPluginUploadAcceptanceTest
-
- testPluginCanUseBandanaForItsOwnClasses() -
Method in class com.atlassian.confluence.SpringPluginUploadAcceptanceTest
-
- testPluginClassLoaderLoop() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testPluginComponentModulesAreInjected() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testPluginIsEnabled() -
Method in class com.atlassian.confluence.SupportToolsPluginAcceptanceTest
-
- testPluginLicenseDisplaysCorrectly() -
Method in class com.atlassian.confluence.webdriver.AboutPageTest
-
- testPluginLoaded() -
Method in class com.atlassian.confluence.SpringPluginUploadAcceptanceTest
-
- testPluginMacroMetadata() -
Method in class com.atlassian.confluence.selenium.MarkupMacroBrowserTest
-
- testPluginResourceDownloads() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- TestPlugins - Class in com.atlassian.confluence.it.plugin
- Helper class to install plugins that are required for testing.
- TestPlugins() -
Constructor for class com.atlassian.confluence.it.plugin.TestPlugins
-
- testPluginsAction() -
Method in class com.atlassian.confluence.xsrf.PluginAdminXsrfAcceptanceTest
-
- testPluginsAreUpgradedOnImport() -
Method in class com.atlassian.confluence.importexport.SiteImportAcceptanceTest
-
- testPluginsPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testPluginStaysDisabledAfterImport() -
Method in class com.atlassian.confluence.importexport.SiteImportAcceptanceTest
-
- testPluginStaysEnabledAfterImport() -
Method in class com.atlassian.confluence.importexport.SiteImportAcceptanceTest
-
- testPluginWithInvalidVendorURL() -
Method in class com.atlassian.confluence.UPMAcceptanceTest
-
- testPopMailConfigPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testPopularContent() -
Method in class com.atlassian.confluence.rest.EdgeIndexAcceptanceTest
-
- testPostingDateCalendar() -
Method in class com.atlassian.confluence.webdriver.editor.BlogEditorTest
-
- testPostingDateIsSetDespitePageSaveError() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
- Tests the blog post date change persists on a page save error.
- testPostingDateNotEditableOnEditBlogPost() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
- Tests that a blog posting date cannot be edited.
- testPostListInternationalisation() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testPostUpgrade() -
Method in class com.atlassian.confluence.setup.SetupUpgradedConfluenceAcceptanceTest
-
- testPostUpgradeRecoveryFileIsGenerated() -
Method in class com.atlassian.confluence.TestUpgradeRecoveryFile
-
- testPptxAttachmentsListed() -
Method in class com.atlassian.confluence.selenium.OfficeConnectorMacroBrowserSmartFieldsTest
-
- testPreformatted() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testPressingDeleteFromEndOfParagraphMergesTheLineBelow() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorDeleteTest
-
- testPressingENTERAtEndOfLastParagraphInAListItemProducesANewListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingENTERInsideATrailingEmptyParagraphInAListItemProducesANewListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingEnterOnFirstLiInSecondLevelListOutdentsCorrectly() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingEnterOnFirstLiInThirdLevelListOutdentsCorrectly() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingEnterOnSelectionDoesNotThrowException() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSelectionTest
- Test for CONFDEV-10170.
- testPressingEnterOnTitleWillNotSubmitThePage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testPressingEnterWhenInAParagraphInAListCreatesANewListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingEnterWhenInTheMiddleOfAParagraphCreatesANewListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingKeyShortCutOpensQuickEdit() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testPressingKeyShortCutOpensTopLevelQuickComment() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testPressingMultipleEntersOnFirstLiInSecondLevelListOutdentsCorrectly() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testPressingSPACEAtEndOfAnchorMovesYouOutOfTheAnchor() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorCursorTargetTest
-
- testPressingTabInsidePlainTextMacroBody() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMacroPlaceholderTest
-
- testPressLeftAndRightArrowsInATable() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorTableTest
-
- testPressTabbingWhenEntireTableIsSelected() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorTableTest
-
- testPreUpgradeRecoveryFileIsGenerated() -
Method in class com.atlassian.confluence.TestUpgradeRecoveryFile
-
- testPreviewAndReturnToEditShortcuts() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testPreviewAttachmentsInTemplatesMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testPreviewConfluenceWikiMarkup() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testPreviewIframeIsRemovedWhenDialogIsClosed() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testPreviewMarkdownMarkup() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testPrivateFeedAsAdminUser() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testPrivateFeedAsUnpermittedUser() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testProfileInsteadOfPersonalSpace() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AnonymousAccessTest
-
- testProfileMacro() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testProfileMacroBasic() -
Method in class com.atlassian.confluence.webdriver.ProfileMacroTest
-
- testProfileMacroNonExistingUser() -
Method in class com.atlassian.confluence.webdriver.ProfileMacroTest
-
- testProfileMacroWithStatus() -
Method in class com.atlassian.confluence.webdriver.ProfileMacroTest
-
- testProfileMenuItem() -
Method in class com.atlassian.confluence.webdriver.UserHoverTest
-
- testProfileMenuItemGoesToViewProfile() -
Method in class com.atlassian.confluence.UserMenuAcceptanceTest
-
- testProfilePictureNotOnDashboard() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testProfileWithAmpersandUser() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- TestProperties - Class in com.atlassian.confluence.it
- Contains common properties used for testing Confluence's functionality.
- TestProperties() -
Constructor for class com.atlassian.confluence.it.TestProperties
-
- testPublishButtonIsDisabledWhenThereAreNoChanges() -
Method in class com.atlassian.confluence.webdriver.editor.EditorSharedDraftsTest
-
- testPublishedGadgetDirectoryDialog() -
Method in class com.atlassian.confluence.selenium.gadgets.PublishedGadgetDirectoryTest
-
- testPunctuationPreserved() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testPurgeAll() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testPurgeAll() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testPurgeAllWithMulitpleTransaction() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testPurgeFromTrash() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testPurgeFromTrashWithoutPermission() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testPurgeFromTrashWrongSpace() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testPurgePageNotInTrash() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testPurgeSingleItem() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testPurgeWithError() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testPutAttribute() -
Method in class com.atlassian.confluence.ServletPluginAcceptanceTest
-
- testQuickCommentForAnonymousUser() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorWithAnonymousUserTest
-
- testQuickCommentNotPresentedWithoutPermission() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorWithAnonymousUserTest
-
- testQuickCommentOnBlog() -
Method in class com.atlassian.confluence.webdriver.editor.EditorUiTest
-
- testQuickCommentOnPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorUiTest
-
- testQuickCommentPlaceholderVisible() -
Method in class com.atlassian.confluence.webdriver.editor.CommentsTest
-
- testQuickCommentPlaceholderWithoutPermission() -
Method in class com.atlassian.confluence.webdriver.editor.CommentsTest
-
- testQuickCorrect(String, String) -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoFormatQuickReplaceTest
-
- testQuickEditBlog() -
Method in class com.atlassian.confluence.webdriver.editor.EditorUiTest
-
- testQuickEditEditorTitleReloaded() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testQuickEditFromHashUrl() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testQuickEditPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorUiTest
-
- testQuickEditPushState() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testQuickEmptySearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testQuickNavigation() -
Method in class com.atlassian.confluence.selenium.gadgets.QuickNavTest
-
- testQuickNavigationOnBothCommentAndPage() -
Method in class com.atlassian.confluence.selenium.gadgets.QuickNavTest
-
- testQuickNavSearch() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.SearchTest
-
- testQuickSearchEmptyResultAndSecondSearchForm() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testQuickSearchMaxResults() -
Method in class com.atlassian.confluence.selenium.LinkBrowserSearchTest
-
- testQuickSearchPlaceholderSpecifiesSpaceSearchIfSet() -
Method in class com.atlassian.confluence.DocThemeAcceptanceTest
-
- testQuickSearchRespectsSpaceSelected() -
Method in class com.atlassian.confluence.selenium.LinkBrowserSearchTest
-
- testQuickSearchResultsDontUseUrlEncodedTitle() -
Method in class com.atlassian.confluence.selenium.LinkBrowserSearchTest
-
- testQuickSearchSelectionClearsSearchResults() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserSearchStateLessTest
-
- testQuickSearchWithResults() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testQuoteMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testRaiseSupportRequest() -
Method in class com.atlassian.confluence.xsrf.ImportPagesXsrfAcceptanceTest
-
- testRaiseSupportRequest() -
Method in class com.atlassian.confluence.xsrf.RaiseSupportRequestXsrfAcceptanceTest
-
- testRaiseSupportRequest() -
Method in class com.atlassian.confluence.xsrf.RemovePageRestrictionsXsrfAcceptanceTest
-
- testRaiseSupportRequest() -
Method in class com.atlassian.confluence.xsrf.SpacePermissionsXsrfAcceptanceTest
-
- testRankingOfResultsOfSearchByContributor() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRawStringsNotShownWhenValuesHaveNoParameters() -
Method in class com.atlassian.confluence.I18nModeAcceptanceTest
-
- testRawStringsShownWhenValuesHaveParameters() -
Method in class com.atlassian.confluence.I18nModeAcceptanceTest
-
- testReactivateInvalidUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testReactivateUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testReactivateUserAlreadyActiveUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testReactivateUserAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testReactivateUserXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ManageUsersAndGroupsXsrfAcceptanceTest
-
- testRebuildingIndexRebuildsChanges() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testRecentAuthors() -
Method in class com.atlassian.confluence.PageInfoAcceptanceTest
-
- testRecentBlogPosts() -
Method in class com.atlassian.confluence.BlogSlowAcceptanceTest
-
- testRecentlyUpatedMacro() -
Method in class com.atlassian.confluence.cluster.ClusteredBigAcceptanceTest
-
- testRecentlyUpdated() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testRecentlyUpdatedByAnonymousUsers() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
- Tests that anonymous users are correctly attributed to changes
(CONF-8826, CONF-9773).
- testRecentlyUpdatedMacro() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testRecommendedUpdatesSendsByDefault() -
Method in class com.atlassian.confluence.SummaryEmailAcceptanceFailingTest
-
- testRecoverAdminPermissionForSpace() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRedirectOnErrorForPostRequests() -
Method in class com.atlassian.confluence.JohnsonFilterAcceptanceTest
-
- testReferringAttachmentLinkRefactoredOnAttachmentRename() -
Method in class com.atlassian.confluence.RefactoringAcceptanceTest
-
- testReferringContentUpdatedWhenChangingBlogPostTitle() -
Method in class com.atlassian.confluence.links.MovePageReferencesAcceptanceTest
-
- testReferringContentUpdatedWhenChangingPageTitle() -
Method in class com.atlassian.confluence.links.MovePageReferencesAcceptanceTest
-
- testReferringContentUpdatedWhenChangingSpace() -
Method in class com.atlassian.confluence.links.MovePageReferencesAcceptanceTest
-
- testReferringMacrosUpdatedWhenChangingPageTitle() -
Method in class com.atlassian.confluence.links.MovePageReferencesAcceptanceTest
-
- testReferringMacrosUpdatedWhenChangingSpace() -
Method in class com.atlassian.confluence.links.MovePageReferencesAcceptanceTest
-
- testRefiningViewPermissionsToASubsetOfUsersInTheInheritedGroupPermission() -
Method in class com.atlassian.confluence.ComplexPagePermissionsAcceptanceTest
-
- testRefiningViewPermissionsToPartsOfTheInheritedGroupPermission() -
Method in class com.atlassian.confluence.ComplexPagePermissionsAcceptanceTest
-
- testRegisteredUserCanSeeContentSeenByAnonymousUser() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testReIndexRequiresContentTypeHeader() -
Method in class com.atlassian.confluence.IndexingAcceptanceTest
-
- testRelatedLabelsMacro() -
Method in class com.atlassian.confluence.RelatedLabelsMacroAcceptanceTest
-
- testRelatedLabelsMacroWithDefinedLabels() -
Method in class com.atlassian.confluence.RelatedLabelsMacroAcceptanceTest
-
- testRelatedLabelsMacroWithNoRelatedLabels() -
Method in class com.atlassian.confluence.RelatedLabelsMacroAcceptanceTest
-
- testRelatedLabelsMacroWithTwoDefinedLabels() -
Method in class com.atlassian.confluence.RelatedLabelsMacroAcceptanceTest
-
- testRelativeAttachmentLinkRefactoredOnAttachmentRename() -
Method in class com.atlassian.confluence.RefactoringAcceptanceTest
-
- testRelativeEmbeddedImageRefactoredOnAttachmentRename() -
Method in class com.atlassian.confluence.RefactoringAcceptanceTest
-
- testReliableCancelBlogTitleChange() -
Method in class com.atlassian.confluence.webdriver.editor.EditorReliableSaveTest
-
- testReliableCancelPageTitleChange() -
Method in class com.atlassian.confluence.webdriver.editor.EditorReliableSaveTest
-
- testReliableSaveBlogTitleChange() -
Method in class com.atlassian.confluence.webdriver.editor.EditorReliableSaveTest
-
- testReliableSavePageTitleChange() -
Method in class com.atlassian.confluence.webdriver.editor.EditorReliableSaveTest
-
- testReloadableEditorForTopLevelComment() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReloadableEditorJumpBetweenEdits() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReloadableEditorJumpBetweenReplies() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testRememberMe() -
Method in class com.atlassian.confluence.webdriver.LoginTest
-
- testRememberMeLoginEvent() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testRememberMeNotSetWhenCheckboxNotTicked() -
Method in class com.atlassian.confluence.webdriver.LoginTest
-
- testRemoteSearchResultContainsAllInformation() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemoveAdminGroup() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveAllAdminsAndAddNewAdminInOneEdit() -
Method in class com.atlassian.confluence.EditSpacePermissionsAcceptanceTest
-
- testRemoveAllAsTestUser() -
Method in class com.atlassian.confluence.FuncTestPermissionAcceptanceTest
-
- testRemoveAllContentPermissions() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemoveAllPermissions() -
Method in class com.atlassian.confluence.ComplexPagePermissionsAcceptanceTest
-
- testRemoveAllPermissionsForGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveAllPermissionsForInvalidGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveAnonymousPermissionFromSpace() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveAttachment() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testRemoveAttachment() -
Method in class com.atlassian.confluence.rpc.AttachmentsRpcAcceptanceTest
-
- testRemoveAttachmentAndAllPreviousVersions() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testRemoveAttachmentAndPreviousVersionsViaAction() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testRemoveAttachmentAndPreviousVersionsViaActionPreventsInjection() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testRemoveAttachmentForUser() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testRemoveAttachmentVersions() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testRemoveBlogForUser() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testRemoveBlogPost() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testRemoveBlogPost() -
Method in class com.atlassian.confluence.xsrf.PageXsrfAcceptanceTest
-
- testRemoveChildrenInheritsGrandparents() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testRemoveComment() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testRemoveComment() -
Method in class com.atlassian.confluence.CommentsAcceptanceTest
-
- testRemoveComment() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCommentAsAuthorWhenNoReplies() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCommentAsAuthorWhenReplies() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCommentAsUserWithoutRemoveCommentPermissions() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCommentAsUserWithoutViewPermissions() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCommentAsUserWithRemoveCommentPermissions() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCommentFailsWithoutToken() -
Method in class com.atlassian.confluence.xsrf.CommentXsrfAcceptanceTest
-
- testRemoveCommentForUser() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testRemoveCommentNoJavascriptAsAdmin() -
Method in class com.atlassian.confluence.selenium.EditorCommentsTest
-
- testRemoveCommentNoJavascriptAsAuthor() -
Method in class com.atlassian.confluence.selenium.EditorCommentsTest
-
- testRemoveCommentOnAttachment() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testRemoveCommentWithConfirmationAsAdmin() -
Method in class com.atlassian.confluence.selenium.EditorCommentsTest
-
- testRemoveCommentWithConfirmationAsAuthor() -
Method in class com.atlassian.confluence.selenium.EditorCommentsTest
-
- testRemoveCommentWithInvalidId() -
Method in class com.atlassian.confluence.rpc.CommentsRpcAcceptanceTest
-
- testRemoveCurrentStatus() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testRemovedUserIsRemovedFromIndex() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testRemoveEditPermissionsOnEditPage() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testRemoveFavouriteXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.FavouritePageXsrfAcceptanceTest
-
- testRemoveFavouriteXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.FavouriteSpaceXsrfAcceptanceTest
-
- testRemoveFileCommentAsUserWithRemoveCommentPermissions() -
Method in class com.atlassian.confluence.api.RemoteChildContentServiceAcceptanceTest
-
- testRemoveFormatting() -
Method in class com.atlassian.confluence.selenium.TinyMceConfluenceFormatTest
-
- testRemoveGadgetFeed() -
Method in class com.atlassian.confluence.xsrf.GadgetXsrfAcceptanceTest
-
- testRemoveGadgetSpec() -
Method in class com.atlassian.confluence.xsrf.GadgetXsrfAcceptanceTest
-
- testRemoveGroup() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testRemoveGroup() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testRemoveGroup() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveGroupAddMembersToAnotherGroupBetweenSyncs() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
- CONF-22410
delete group (which also affects a user) + add the same user to another group in LDAP between syncs
- testRemoveGroupCancel() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveGroupMovesUsersToDefaultGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveGroupPermissionFromSpace() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveGroupPermissionFromSpaceAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveGroupWithGlobalPermissions() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveGroupWithInvalidDefaultGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveGroupWithMembersPresent() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveGroupWithSpacePermissions() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveGroupWithSpacePermissions() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveGroupWithUmlauts() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveGroupXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ManageUsersAndGroupsXsrfAcceptanceTest
-
- testRemoveGroupXSS() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveInvalidGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveInvalidSpace() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testRemoveLabel() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testRemoveLabelById() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testRemoveLabelByName() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testRemoveLabelByObject() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testRemoveLabelFromSpace() -
Method in class com.atlassian.confluence.rpc.LabelsRestRpcAcceptanceTest
-
- testRemoveLabelFromSpace() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testRemoveLabelOnViewPage() -
Method in class com.atlassian.confluence.webdriver.LabelTest
-
- testRemoveLike() -
Method in class com.atlassian.confluence.webdriver.LikeWebDriverTest
-
- testRemoveLineDiff() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testRemoveLogger() -
Method in class com.atlassian.confluence.xsrf.LoggingAndProfilingXsrfAcceptanceTest
-
- testRemoveMail() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testRemoveMailAccount() -
Method in class com.atlassian.confluence.xsrf.MailSpaceAdminXsrfAcceptanceTest
-
- testRemoveManualOrdering() -
Method in class com.atlassian.confluence.selenium.PageOrderingTest
-
- testRemoveOlderStatus() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testRemovePage() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemovePage() -
Method in class com.atlassian.confluence.xsrf.PageXsrfAcceptanceTest
-
- testRemovePageAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemovePageAsUserWithoutCreatePermission() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemovePageForUser() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testRemovePageNotificationXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.NotificationsXsrfAcceptanceTest
-
- testRemovePageNotVulnerableToXssThroughParentPageTitle() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testRemovePageRedirects() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testRemovePageVersion() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemovePageVersionForTrashedPage() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemovePageVersionNotPermitted() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testRemovePageWatch() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testRemovePageWatchForUser() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testRemovePageWithChildrenInheritingViewPermissionsShowsWarningToUser() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testRemovePersonalSpaceUponRenamedUserRemoval() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testRemovePersonalSpaceUponUserRemoval() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testRemoveRestorePage() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testRemoveRestrictionsLink() -
Method in class com.atlassian.confluence.PageInfoAcceptanceTest
-
- testRemoveSection() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testRemoveSelfFromAdmin() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveSpace() -
Method in class com.atlassian.confluence.RemoveSpaceAcceptanceTest
-
- testRemoveSpace() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testRemoveSpace() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testRemoveSpace() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testRemoveSpaceAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testRemoveSpaceContainingDeletedPageWithNotification() -
Method in class com.atlassian.confluence.RemoveSpaceAcceptanceTest
-
- testRemoveSpaceNotificationXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.NotificationsXsrfAcceptanceTest
-
- testRemoveSpaceWatch() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testRemoveSpaceWithAttachmentsFromDatabase() -
Method in class com.atlassian.confluence.RemoveSpaceAcceptanceTest
-
- testRemoveSpaceWithCancel() -
Method in class com.atlassian.confluence.RemoveSpaceAcceptanceTest
-
- testRemoveUser() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testRemoveUser() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testRemoveUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveUser() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveUserFromAllGroupsDecreasesActiveUsers() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserFromGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveUserFromGroup() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserFromGroupWithUmlaut() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserFromGroupXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ManageUsersAndGroupsXsrfAcceptanceTest
-
- testRemoveUserFromInvalidGroup() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveUserPermissionFromInvalidSpace() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveUserPermissionFromSpace() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveUserPermissionFromSpaceAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveUserPermissionFromSpaceWithInvalidUser() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testRemoveUserWithAuthoredPage() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRemoveUserWithPluses() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserWithSpace() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserWithUTF8Characters() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testRemoveUserXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ManageUsersAndGroupsXsrfAcceptanceTest
-
- testRemoveViewPermissionsOnEditPage() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testRemovingAttachmentsDoesntRemoveLikes() -
Method in class com.atlassian.confluence.webdriver.LikeWebDriverTest
-
- testRemovingBulletAtStartOfListItemAndPreviousListItemIsEmpty() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRemovingBulletAtStartOfListItemAndPreviousListItemLastChildANestedList() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRemovingBulletAtStartOfListItemAndPreviousListItemLastChildIsABR() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRemovingBulletAtStartOfListItemAndPreviousListItemLastChildIsATextNode() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRemovingBulletMergeInlineElementsInCurrentListItemIntoParagraphInPreviousListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRemovingBulletMergeInlineElementsInPreviousListItemIntoParagraph() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRemovingBulletStyleOnDeleteAtStartOfEmptyListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testRenameAttachment() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
-
- testRenameIsNotAllowedToShadow() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testRenamePageForLinkInsideImage() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
- This test was moved from its prior home of
PageOperationsAcceptanceTest.
- testRenamePageWithLinkToItself() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testRenamePageWithTitleTooLong() -
Method in class com.atlassian.confluence.PageTitlesAcceptanceTest
- Testing issue: CONF-8855
This fails in DB2.
- testRenameReusingDeletedUserUsername() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testRenameShadowedUser() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testRenameShadowingUser() -
Method in class com.atlassian.confluence.LdapReadOnlyAcceptanceTest
-
- testRenameUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRender() -
Method in class com.atlassian.confluence.PluginsVelocityConfigurationAcceptanceTest
-
- testRenderContentFailsWithoutXsrfToken() -
Method in class com.atlassian.confluence.xsrf.RenderContentXsrfAcceptanceTest
-
- testRenderedBody() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testRenderedStatusHtmlInJsonActions() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testRenderedStatusInProfile() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testRenderedStatusInStatusList() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testRendererPluginModule() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testRenderingServletPluginWithTimeout() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testReorderToFirstUnderSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testReorderToLastUnderSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testReorderWhenNoSiblings() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testReorderWithoutMoving() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
- Change the order of a page within it's siblings list without first moving it to a new parent.
- testReparentPage() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testReparentToWrongSpace() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testReplaceAllText() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceAllTextIsHTMLEncoded() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceBecomesDisabledOnceEditorUpdated() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceLineDiff() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testReplaceOne() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceOneOnlyReplacesFirstMatch() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceOneWithEnter() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceSeveral() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceTextIsHTMLEncoded() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceThenUndoThenFindAgainShouldNotResultInMultipleHighlights() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testReplaceWordDiff() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testReply() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReplyToCommentFromFallbackUrl() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReplyToCommentQuickEdit() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReplyToCommentQuickEditWithKeys() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReplyToCommentWhenOtherReplyCommentIsAlreadyOpen() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReplyToCommentWhenTopLevelCommentIsAlreadyOpen() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testReplyToSameCommentHasNoEffect() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- TestReport - Interface in com.atlassian.confluence.renderer.radeox.macros.junit.report
-
- testRequestLicense() -
Method in class com.atlassian.confluence.setup.TestRequestLicenseFromMac
-
- TestRequestLicenseFromMac - Class in com.atlassian.confluence.setup
-
- TestRequestLicenseFromMac() -
Constructor for class com.atlassian.confluence.setup.TestRequestLicenseFromMac
-
- testResendErrorQueue() -
Method in class com.atlassian.confluence.KnownBugsAcceptanceTest
-
- testResendErrorQueue() -
Method in class com.atlassian.confluence.xsrf.MailQueueXsrfAcceptanceTest
-
- testResetDecorator() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testResetDefaultLogo() -
Method in class com.atlassian.confluence.CustomizeSiteLogoAcceptanceTest
-
- testResetFailedLoginCount() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testResetGlobalStylesheetXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.CustomStylesheetXsrfAcceptanceTest
-
- testResetSpaceStylesheetXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.CustomStylesheetXsrfAcceptanceTest
-
- testResettingCustomDefaultSpaceLogo() -
Method in class com.atlassian.confluence.CustomizeLogoAcceptanceTest
-
- testResettingCustomSpaceLogo() -
Method in class com.atlassian.confluence.CustomizeLogoAcceptanceTest
-
- TestResource<T> - Class in com.atlassian.confluence.util.test.rules
- Load a resource via the defining ClassLoader of the given test class.
- TestResource(Class, String) -
Constructor for class com.atlassian.confluence.util.test.rules.TestResource
-
- testResourceDecoration() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testRestHeaders() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testRestModule() -
Method in class com.atlassian.confluence.RestAcceptanceTest
-
- testRestoreByOverwriting() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testRestoreByRenaming() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testRestoreExistingTrashItem() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testRestoreOfAttachmentsAndCommentsToSearchResults() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testRestoreQADataSiteImport() -
Method in class com.atlassian.confluence.importexport.SiteImportAcceptanceTest
-
- testRestoreTrashItem() -
Method in class com.atlassian.confluence.xsrf.SpaceAdminXsrfAcceptanceTest
-
- testRestoreUnsupportedVersion() -
Method in class com.atlassian.confluence.importexport.SiteImportAcceptanceTest
-
- testRestoreUserLanguageBackToSiteDefault() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testRestoreWikiVersionOfPage() -
Method in class com.atlassian.confluence.PageHistoryAcceptanceTest
- CONFDEV-968 Ensure that when restoring a version of a page that is wiki format, it is converted to XHTML.
- testRestrictedBlogPostDoesNotAppearInRecentBlogPostsViewForAdminUser() -
Method in class com.atlassian.confluence.webdriver.BlogPostRestrictionsTest
-
- testRestrictedBlogPostDoesNotAppearInRecentBlogPostsViewForNonAdminUser() -
Method in class com.atlassian.confluence.webdriver.BlogPostRestrictionsTest
-
- testRestrictedBlogPostDoesNotAppearInViewBlogPostsByDateAction() -
Method in class com.atlassian.confluence.webdriver.BlogPostRestrictionsTest
-
- testRestrictedBlogPostSearch() -
Method in class com.atlassian.confluence.BrowseSpaceAcceptanceTest
-
- testRestrictedContent() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.SearchTest
-
- testRestrictedHomePageAppearsOnList() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testRestrictedPages() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testRestrictedPages() -
Method in class com.atlassian.confluence.rpc.MovePageRpcAcceptanceTest
-
- testRestrictedSpace() -
Method in class com.atlassian.confluence.AddPageSecurityAcceptanceTest
- Test the creation of a page in a space the test user should not have access to.
- testRestrictionsButtonAppearsOnCreate() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testRestrictionsButtonAppearsOnCreate() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testRestrictionsButtonAppearsOnEdit() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testRestrictionsButtonAppearsOnEdit() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testRestrictionsButtonDoesNotAppearWithoutPermissionsOnCreate() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testRestrictionsButtonDoesNotAppearWithoutPermissionsOnCreate() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testRestrictionsDialogOnExistingPageQuickEdit() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testRestrictionsForGroupNamesWithSpaces() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testRestrictToSpace() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testRestrictToSpaceCategory() -
Method in class com.atlassian.confluence.PageDestinationSearchAcceptanceTest
-
- testResultLimitForManyAlternatives() -
Method in class com.atlassian.confluence.ListPageAlternativesAcceptanceTest
-
- testResultLimitForManyAlternativesForAnonymousUser() -
Method in class com.atlassian.confluence.ListPageAlternativesAcceptanceTest
-
- testResumeAnonymousSessionDraft() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsWithAnonymousUserTest
-
- testResumeBlogPostDraftFromDialog() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsDialogTest
-
- testResumeDraftInPersonalSpace() -
Method in class com.atlassian.confluence.DraftsAcceptanceTest
-
- testResumeDraftInPersonalSpaceWithXSSUsername() -
Method in class com.atlassian.confluence.DraftsAcceptanceTest
-
- testResumeDraftWithoutPermission() -
Method in class com.atlassian.confluence.DraftsAcceptanceTest
-
- testResumeEditingFromEditor() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsTest
-
- testResumePageDraftFromDialog() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsDialogTest
-
- testRetrievePasswordFailsWhenNoMailServerConfigured() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testReturnedIdIsAlwaysTheMainOne() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testReusedUsernameDoesNotAssociateWithPersonalSpace() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testRevertOrderedListWithHASH() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testRevertPageContent() -
Method in class com.atlassian.confluence.RevertPageAcceptanceTest
-
- testRevertPageTitleAndContent() -
Method in class com.atlassian.confluence.RevertPageAcceptanceTest
-
- testRevertPageWithConflictingPage() -
Method in class com.atlassian.confluence.RevertPageAcceptanceTest
-
- testRevertPageWithCustomComment() -
Method in class com.atlassian.confluence.RevertPageAcceptanceTest
-
- testRevertPageXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.PageHistoryXsrfAcceptanceTest
-
- testRevertUnorderedListWithSTAR() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testRightClickLinkDoesNotShowPanel() -
Method in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelTest
-
- testRomanExport() -
Method in class com.atlassian.confluence.WordExportAcceptanceTest
-
- testRpcShouldReturnTheCreatedUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRpcShouldThrowAnRpcRuntimeExceptionIfARequestedUserDoesNotExist() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testRssFeedRespectsContentPermissions() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testRSSInPersonalAndGlobalSpace() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testRssMacro() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testRssTimeoutSetting() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testRunJobProtected() -
Method in class com.atlassian.confluence.xsrf.ScheduleJobAdminXsrfAcceptanceTest
-
- testSafetyNumberNotExported() -
Method in class com.atlassian.confluence.cluster.ClusteredExportAcceptanceTest
-
- testSameAjaxErrorIsShownOnce() -
Method in class com.atlassian.confluence.selenium.AjaxNotificationErrorTest
-
- testSamePageAttachment() -
Method in class com.atlassian.confluence.multimedia.AbstractMultimediaMacroAcceptanceTest
-
- testSameSpaceAttachment() -
Method in class com.atlassian.confluence.multimedia.AbstractMultimediaMacroAcceptanceTest
-
- testSatisfiedAdminTasksCannotBeReinstated() -
Method in class com.atlassian.confluence.AdminTasklistAcceptanceTest
-
- testSaveActionIsProtected() -
Method in class com.atlassian.confluence.xsrf.TrustedApplicationXsrfAcceptanceTest
-
- testSaveButtonVisibleAfterEdit() -
Method in class com.atlassian.confluence.webdriver.ActivityStreamGadgetTest
-
- testSavePageFromOtherServer() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testSavePageWithInvalidImage() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testSaveShortCutWorksInComments() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testSavingPageQuickEditWithoutChanges() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testSavingPageQuickEditWithoutChanges() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testScanForNewPlugins() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testScanForPluginAction() -
Method in class com.atlassian.confluence.xsrf.PluginAdminXsrfAcceptanceTest
-
- testScoringForFullMatches() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
- Create a bunch of documents with different partial matches (prefix) for the search term and only one with an
exact match.
- testScriptTagCleaning() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testSearch() -
Method in class com.atlassian.confluence.rpc.AdminRpcAcceptanceTest
-
- testSearch() -
Method in class com.atlassian.confluence.selenium.QuickNavigationTest
-
- testSearchAcrossDifferentFields() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchAndInsertLink() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserSearchStateLessTest
-
- testSearchAndMultipleInsert() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testSearchAndReindex() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchArchivedSpace() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchAsAnonymousUser() -
Method in class com.atlassian.confluence.rpc.AdminRpcAcceptanceTest
-
- testSearchAttachmentByNameWithDefaultSize() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchAttachmentByNameWithSize() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchAttachmentTypeFilter() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchByAny() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByAttachmentFilename() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchByAttachmentFilenameWithDashDelimiter() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchByAttachmentFilenameWithFullStopDelimiter() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchByAttachmentFilenameWithUnderscoreDelimiterWithNumberWord() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchByContent() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSearchByContentId() -
Method in class com.atlassian.confluence.api.RemoteContentPropertyServiceAcceptanceTest
-
- testSearchByEmail() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByEmailNoResults() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByFullName() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByFullNameNoResults() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByMembership() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByMembershipNoResults() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByMembershipWithManyMembers() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByMembershipWithNonexistantGroup() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByUserName() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByUserNameNoResults() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchByUserNameWithDoubleQuotes() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchFilename() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testSearchFilenameWithEnter() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogNotIExploreTest
-
- testSearchFor() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteLinkShortcutTest
-
- testSearchForNumbers() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchForUserAfterSync() -
Method in class com.atlassian.confluence.LdapSyncAcceptanceTest
-
- testSearchForWithRegexChar() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteLinkShortcutTest
-
- testSearchGroupWithExplicitWildcards() -
Method in class com.atlassian.confluence.GroupManagementReadOnlyAcceptanceTest
-
- testSearchGroupWithImplicitWildcards() -
Method in class com.atlassian.confluence.GroupManagementReadOnlyAcceptanceTest
-
- testSearchGroupWithWhiteSpace() -
Method in class com.atlassian.confluence.GroupManagementReadOnlyAcceptanceTest
-
- testSearchHighlightingFilename() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testSearchHighlightingPageName() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testSearchHonoursPageLevelPermissions() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testSearchInheritedPermissions() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testSearchInNonDefaultTheme() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testSearchInPdf() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchInPersonalSpaces() -
Method in class com.atlassian.confluence.PersonalSpaceAcceptanceTest
-
- testSearchInSpace() -
Method in class com.atlassian.confluence.LabelSearchAcceptanceTest
-
- testSearchInUnprintablePdf() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchMacro() -
Method in class com.atlassian.confluence.SearchMacroAcceptanceTest
-
- testSearchMacroOnlyMail() -
Method in class com.atlassian.confluence.SearchMacroAcceptanceTest
-
- testSearchMacroOnlyMailWithEmptyQuery() -
Method in class com.atlassian.confluence.SearchMacroAcceptanceTest
-
- testSearchMacroWithContributor() -
Method in class com.atlassian.confluence.SearchMacroAcceptanceTest
-
- testSearchMacroWithEmptyQueryAndDefinedSpaceKeyDoesNotRevealContentInNotPermittedSpace() -
Method in class com.atlassian.confluence.SearchMacroAcceptanceTest
-
- testSearchMacroWithEmptyQueryAndDefinedSpaceKeyDoesNotRevealContentWithPagePermissions() -
Method in class com.atlassian.confluence.SearchMacroAcceptanceTest
-
- testSearchMail() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testSearchNoResults() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testSearchPageName() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testSearchPageNotVulnerableToXss() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchRespectsSpaceSelected() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserSearchStateLessTest
-
- testSearchResultEmailMasked() -
Method in class com.atlassian.confluence.UserPickerAcceptanceTest
-
- testSearchResultEnteties() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchResultId() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSearchResultPagination() -
Method in class com.atlassian.confluence.PaginationAcceptanceTest
-
- testSearchResultsForAutocompleteLimited() -
Method in class com.atlassian.confluence.selenium.LinkBrowserSearchTest
-
- testSearchResultUrl() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSearchSenderMail() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testSearchTypesReturnSameAttachmentResult() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchTypesReturnSameBlogResult() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchTypesReturnSamePageResult() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchTypesReturnSameSpaceResult() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchTypesReturnSameUserResult() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSearchUsers() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testSearchUserWithWhiteSpaceInSimple() -
Method in class com.atlassian.confluence.UserManagementReadOnlyAcceptanceTest
-
- testSearchWithAllModifier() -
Method in class com.atlassian.confluence.webdriver.QuickSearchWithDocThemeTest
-
- testSearchWithContributorFilter() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSearchWithContributorForVersions() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSearchWithCriteria() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSearchWithDateBoost() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchWithLargeResults() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSearchWithNbsp() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSearchWithRestrictedPages() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSecondLiRemovedWhenPressingBackspaceInsideSecondLi() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testSecondLiRemovedWhenPressingDeleteAtEndOfFirstLi() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testSecondLiRemovedWhenSelectingWholeFirstLiAndOverWritingItsContents() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testSecuredPagesHiddenInAlphabeticalView() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testSecurity() -
Method in class com.atlassian.confluence.WordExportAcceptanceTest
-
- testSecurityConfigurationBrowsable() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSecurityTokenRefresh() -
Method in class com.atlassian.confluence.selenium.gadgets.GadgetMacroTest
-
- testSelectedLinkHistory() -
Method in class com.atlassian.confluence.webdriver.editor.LinkBrowserAttachmentTest
-
- testSelectGlobalDefaultLocaleIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSelectingMacroPressingBackspaceRemovesMacro() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMacroPlaceholderTest
-
- testSelectItem() -
Method in class com.atlassian.confluence.selenium.QuickNavigationTest
-
- testSelectItem() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testSelectTeam() -
Method in class com.atlassian.confluence.SpacesListMacroAcceptanceTest
-
- testSeleniumSetup() -
Method in class com.atlassian.confluence.selenium.SeleniumSetupTest
-
- testSelfAnchorLinksAreRelativeOnNewPageWhenMigratingWiki() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSelfCommentAndOtherReply() -
Method in class com.atlassian.confluence.webdriver.QuickReloadTest
-
- testSemiColonPageTitles() -
Method in class com.atlassian.confluence.PageTitlesAcceptanceTest
-
- testSendSupportRequest() -
Method in class com.atlassian.confluence.webdriver.SupportToolsPluginTest
- Tests that the Support Tools Plugin correctly submits a new support request email to support@atlassian.com when
an administrator fills out the new support request form.
- testSendUserInvitesContent() -
Method in class com.atlassian.confluence.rest.RestSignupAcceptanceTest
-
- testSendUserInvitesSendsMultipleEmails() -
Method in class com.atlassian.confluence.rest.RestSignupAcceptanceTest
-
- testSendUTF8Character() -
Method in class com.atlassian.confluence.rpc.LoginRpcAcceptanceTest
-
- testServerBaseURLValidation() -
Method in class com.atlassian.confluence.GeneralConfigurationAcceptanceTest
-
- testServiceProxy() -
Method in class com.atlassian.confluence.api.AbstractRemoteServiceAcceptanceTest
- Test that RemoteService equivalents for API Service interfaces include all of the methods on the Services.
- TestServlet - Class in com.atlassian.confluence.test.pluginsvelocityconfiguration
- Test servlet that uses ATR to render a local velocity template and local macro.
- TestServlet(TemplateRenderer) -
Constructor for class com.atlassian.confluence.test.pluginsvelocityconfiguration.TestServlet
-
- testServletLoaded() -
Method in class com.atlassian.confluence.ServletPluginAcceptanceTest
-
- testSetContentPermissions() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSetCustomImageSize() -
Method in class com.atlassian.confluence.webdriver.editor.ImagePropertyPanelTest
-
- testSetDuplicateContentPermission() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testSetExtendedCharacterStatus() -
Method in class com.atlassian.confluence.webdriver.UserStatusTest
-
- testSetLogoThenCreateSpace() -
Method in class com.atlassian.confluence.CustomizeLogoAcceptanceTest
- Tests that spaces created *after* default space logo is set get new logo.
- testSetPageOrderWithError() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testSetPageOrderWithNoError() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testSetPagePermissionsForUser() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testSetParentPageAsItself() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testSetPassword() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testSetPasswordAndCancel() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testSetPasswordForUserWithUTF8Characters() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testSetPasswordForUserWithUTF8CharactersAndCancel() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testSetPasswordWithIncorrectConfirmation() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
-
- testSetPreferenceBoolean() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetPreferenceBooleanNotPermitted() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetPreferenceLongNotPermitted() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetPreferenceString() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetPreferenceStringNotPermitted() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetSharedMode() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
- test that we have removed the shared mode setting from the UI
- testSetSimpleStatus() -
Method in class com.atlassian.confluence.webdriver.UserStatusTest
-
- testSetStatusShowsOnMyStatusUpdatesPage() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSetStatusShowsOnPopup() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSetStatusShowsOnProfile() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSetStatusUpdatesNewStatusOnly() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSetStatusXSRF() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSetStatusXSS() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSettingDraftSaveInterval() -
Method in class com.atlassian.confluence.webdriver.SpacesConfigurationAcceptanceTest
-
- testSettingEmailMaskingToMasked() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testSettingEmailMaskingToPrivate() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testSettingEmailMaskingToPublic() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testSettingGroupPermissionWithNonAsciiCharacters() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testSettingGroupPermissionWithNonAsciiCharacters() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testSettingHttpConnectionParameters() -
Method in class com.atlassian.confluence.GeneralConfigurationAcceptanceTest
-
- testSettingHttpConnectionParametersAsConfAdmin() -
Method in class com.atlassian.confluence.GeneralConfigurationAcceptanceTest
-
- testSettingLoginManagerSettingsAdmin() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSettingLoginManagerSettingsAdminOff() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSettingLoginManagerSettingsAdminValidation() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSettingLoginManagerSettingsAdminValidationNegativeValue() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSettingsMenuItemGoesToSettings() -
Method in class com.atlassian.confluence.UserMenuAcceptanceTest
-
- testSetup() -
Method in class com.atlassian.confluence.webdriver.WebDriverSetupTest
-
- testSetupAdministratorIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupAdminXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.GlobalAdminXsrfAcceptanceTest
-
- testSetupClusterIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupConnectJIRAIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupDataIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupDatasourceDBIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupDBChoiceIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupDBIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupDemoContentIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupEmbeddedDBIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupLicenseIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupPathsIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupRestoreIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupStandardDBIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetupUserManagementChoiceIsBlockedAfterSetup() -
Method in class com.atlassian.confluence.AlreadySetupAcceptanceTest
-
- testSetUserDefaultLanguage() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testSetUserInformation() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetUserInformationAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetUserInformationAsUser() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetUserInformationWithModifiedId() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testSetUserPasswordXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ManageUsersAndGroupsXsrfAcceptanceTest
-
- testSetUserStatusWhenLoggedOutWithAnonymousUse() -
Method in class com.atlassian.confluence.selenium.UserStatusNotIExploreTest
-
- testSetUserStatusWhenLoggedOutWithoutAnonymousUse() -
Method in class com.atlassian.confluence.selenium.UserStatusNotIExploreTest
-
- testsGetContentByIdWithLabelsExpanded() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testShiftTabRemovesUniqueListItem() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testShortCut() -
Method in class com.atlassian.confluence.webdriver.editor.MacroBrowserTest
-
- testShortcutAbsent(String) -
Method in class com.atlassian.confluence.selenium.client.KeyboardShortcutHelpDialog
-
- testShortcutActivatesSearchBar() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testShortcutCheckboxForAnonymousUsers() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testShortcutDialogInAdmin() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testShortcutFocusesInputWhenSearchBarIsAlreadyOpen() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorSearchAndReplaceTest
-
- testShortcutLink() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testShortcutLinksEncoding() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testShortcutLinksXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.GlobalAdminXsrfAcceptanceTest
-
- testShortcutLinkToNonexistentShortcut() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testShortcutsDialogEditorTab() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testShortcutsDialogEditorTabIsOpenedAsDefaultWhenDialogHasAlreadyBeenOpenedOnViewpage() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testShortcutsDialogGeneralTab() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testShortcutsDialogWikimarkupTab() -
Method in class com.atlassian.confluence.webdriver.KeyboardShortcutDialogTest
-
- testShortcutsDisabledInSearchBox() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testShortcutsWithPageGadget() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testShouldNotAllowInlineEventHandlers() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testShouldNotAllowInlineJavacript() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInsertWikiMarkupDialogTest
-
- testShowCaptchaAfterFailedLoginAttempts() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testShowContent() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testShowLoginMetaInformation() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testShowLoginMetaInformationWithSuccessfulLogin() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testShowNoMetadataScreen() -
Method in class com.atlassian.confluence.webdriver.editor.MacroPropertyPanelTest
-
- testShownOnPageLoad() -
Method in class com.atlassian.confluence.webdriver.WhatsNewTest
-
- testSidebarHasCurrentStatusOnlyForCurrentUser() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testSidIsCommonAcrossCluster() -
Method in class com.atlassian.confluence.cluster.ClusteredSidTest
-
- testSignUp() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AnonymousAccessTest
-
- testSignup() -
Method in class com.atlassian.confluence.SignupAcceptanceTest
-
- testSignupWithCatpchaEnabled() -
Method in class com.atlassian.confluence.SignupAcceptanceTest
-
- testSignupWithUsernameWithWhiteSpaces() -
Method in class com.atlassian.confluence.BigAcceptanceTest
- Test signing up using a username starting and/or ending with white spaces
- testSimpleCreateRead() -
Method in class com.atlassian.confluence.api.RemoteContentPropertyServiceAcceptanceTest
-
- testSimpleLink() -
Method in class com.atlassian.confluence.UndefinedPagesAcceptanceTest
-
- testSimpleLoad() -
Method in class com.atlassian.confluence.rpc.RpcLoadTest
- login, create space, remove space, logout
- testSimpleMarkup() -
Method in class com.atlassian.confluence.rpc.ConvertWikiToStorageFormatRpcAcceptanceTest
-
- testSimplePage() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testSimplePageTitles() -
Method in class com.atlassian.confluence.PageTitlesAcceptanceTest
-
- testSimpleSearch() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
- Test the search interface that takes only a query term and a size limit.
- testSimpleTextSearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSingleClickUnsubscribe() -
Method in class com.atlassian.confluence.SummaryEmailAcceptanceFailingTest
-
- testSiteImportReindexesBothNodes() -
Method in class com.atlassian.confluence.cluster.ClusteredSiteImportAcceptanceTest
-
- testSiteSearch2SpaceKeyParams() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSiteSearchNoSpaceKey() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSiteSearchReturnsAllResultWhenSpaceSpecificSearchingOptionIsDisabled() -
Method in class com.atlassian.confluence.DocThemeAcceptanceTest
-
- testSiteSearchReturnScopedResultsWhenSpaceSpecificSearchOptionEnabled() -
Method in class com.atlassian.confluence.DocThemeAcceptanceTest
-
- testSiteSearchSpaceKeyParams() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testSlashAdminIsAccessibleToConfluenceAdministrator() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testSlowCommentOnPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorUiTest
-
- testSmallEmbeddedImage() -
Method in class com.atlassian.confluence.webdriver.EmbeddedImagesTest
-
- testSortByDateCreated() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testSortByDateModified() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testSortingByCreatedDate() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testSpace -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- TESTSPACE2_KEY -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- TESTSPACE2_TITLE -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- TESTSPACE_KEY -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- TESTSPACE_TITLE -
Static variable in class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
-
- testSpaceAdminCanEditOtherCommentInSpace() -
Method in class com.atlassian.confluence.CommentsAcceptanceTest
-
- testSpaceAdminCanRemoveRestrictions() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
- Test for CONF-8135.
- testSpaceAdministratorCannotSeeProtectedBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testSpaceAdministratorCannotSeeProtectedPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testSpaceAdminMenuItemOnlyPresentForSpaceAdmins() -
Method in class com.atlassian.confluence.BrowseMenuAcceptanceTest
-
- testSpaceAdminPermittedtoEditPageRestrictions() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testSpaceBlogWatcherCanBeAddedAsBlogWatcher() -
Method in class com.atlassian.confluence.webdriver.ManageWatchersTest
-
- testSpaceBlogWatcherDoesNotAffectPageAndSpaceWatch() -
Method in class com.atlassian.confluence.webdriver.ManageWatchersTest
-
- testSpaceBreadcrumb() -
Method in class com.atlassian.confluence.selenium.LinkBrowserBreadcrumbNotIExploreTest
-
- testSpaceCreatesAndEditsAreDisplayed() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testSpaceCreationIsRolledBackInNestedTransaction() -
Method in class com.atlassian.confluence.plugin.ActiveObjectsTestResource
-
- testSpaceCreationRolledBackOnExceptionInNestedTransaction() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testSpaceDescriptionExpandablePopulated() -
Method in class com.atlassian.confluence.rest.api.RestApiSpaceAcceptanceTest
-
- testSpaceDescriptionExpandablesPopulated() -
Method in class com.atlassian.confluence.rest.api.RestApiSpaceAcceptanceTest
-
- testSpaceDescriptionPartialExpandablesPopulated() -
Method in class com.atlassian.confluence.rest.api.RestApiSpaceAcceptanceTest
-
- testSpaceDescriptionPropertyWhenSpaceIsRemoved() -
Method in class com.atlassian.confluence.ContentPropertiesAcceptanceTest
-
- testSpaceDescriptionResultLink() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSpaceDetailsMacroAsAdmin() -
Method in class com.atlassian.confluence.SpaceDetailsAcceptanceTest
-
- testSpaceDetailsMacroAsNormalUser() -
Method in class com.atlassian.confluence.SpaceDetailsAcceptanceTest
-
- testSpaceExclusions() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testSpaceExport() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
- A partial test of remote space export functionality.
- testSpaceExportWithAsteriskInTitle() -
Method in class com.atlassian.confluence.HtmlExportAcceptanceTest
-
- testSpaceFields() -
Method in class com.atlassian.confluence.rest.RestSpaceAcceptanceTest
-
- testSpaceImportExport() -
Method in class com.atlassian.confluence.PageTemplatesAcceptanceTest
-
- testSpaceInformationIsUpdatedWhenPageMoved() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testSpaceKeyEscapedWithNoDecorator() -
Method in class com.atlassian.confluence.KnownBugsAcceptanceTest
- Test for CONF-20865 (uncomment when fixed)
- testSpaceKeyField() -
Method in class com.atlassian.confluence.selenium.MacroBrowserSmartFieldsTest
-
- testSpaceKeyLink() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testSpaceKeyLinkToNonexistentPageOnSpaceAsAdminUser() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testSpaceKeyLinkToNonexistentPageOnSpaceAsNormalUser() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testSpaceKeyLinkToNonexistentSpace() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testSpaceKeyLinkToPageOnNonexistentSpace() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testSpaceKeyLinkToUnpermittedSpace() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testSpaceKeyRequiredForPageListing() -
Method in class com.atlassian.confluence.PageListingAcceptanceTest
-
- testSpaceListIsPresent() -
Method in class com.atlassian.confluence.SpacePermissionDefaultsAcceptanceTest
-
- testSpaceListMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testSpaceListPermissions() -
Method in class com.atlassian.confluence.dashboard.SpacesListMacroAcceptanceTest
-
- testSpaceLogoInSearch() -
Method in class com.atlassian.confluence.CustomizeLogoAcceptanceTest
-
- testSpaceMainDecorator() -
Method in class com.atlassian.confluence.DecoratorAcceptanceTest
-
- testSpaceMethods() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testSpaceNameContainingXss() -
Method in class com.atlassian.confluence.DocThemeAcceptanceTest
- Tests that Space Names that attempt to exploit XSS vulnerabilities are correctly escaped when the Documentation
Theme is enabled.
- testSpaceNameContainingXss_DefaultTheme() -
Method in class com.atlassian.confluence.webdriver.ViewSpaceTest
- CONF-20667 - Tests that JavaScript injected into the Space title is properly escaped before being rendered in
the \
element of every child content page.
- testSpaceNameContainingXss_DocumentationTheme() -
Method in class com.atlassian.confluence.webdriver.ViewSpaceTest
- Tests the fix for CONF-20667 when the documentation theme is enabled (see DOC-70).
- testSpaceNameEscaped() -
Method in class com.atlassian.confluence.EditSpaceAcceptanceTest
- CONF-20667
- testSpaceNotificationsSpaceImportExport() -
Method in class com.atlassian.confluence.NotificationImportAcceptanceTest
-
- testSpaceOperationsMenuItem() -
Method in class com.atlassian.confluence.BrowseMenuAcceptanceTest
-
- testSpacePermisisonsRespectedInSearch() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSpacePermission() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testSpacePermissions() -
Method in class com.atlassian.confluence.ContentNameSearchAcceptanceTest
-
- testSpacePermissionsAreRespected() -
Method in class com.atlassian.confluence.RecentlyUpdatedContentMacroAcceptanceTest
-
- testSpacePermissionsGroupPicker() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
- The space permissions popup excludes groups that have already been assigned view space permissions.
- testSpacePickerFiltering() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testSpaceScope() -
Method in class com.atlassian.confluence.RecentlyUsedLabelsMacroAcceptanceTest
-
- testSpaceSearchToADifferentSpace() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetConfigTest
-
- testSpaceSearchToTheSameSpace() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetConfigTest
-
- testSpacesPaginationIsCorrectWithDifferentPermissions() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testSpaceSpecificSearch() -
Method in class com.atlassian.confluence.webdriver.QuickSearchWithDocThemeTest
-
- testSpacesTab() -
Method in class com.atlassian.confluence.dashboard.GlobalEntitiesAcceptanceTest
-
- testSpaceStaysAfterUndo() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatUndoTest
-
- testSpaceStylesheetsSetting() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSpaceSummaryMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testSpaceThemeXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.ThemesXsrfAcceptanceTest
-
- testSpaceUpdateWithoutKey() -
Method in class com.atlassian.confluence.rest.api.RestApiSpaceAcceptanceTest
-
- testSpaceWatcherCannotBeAddedAsPageWatcher() -
Method in class com.atlassian.confluence.webdriver.ManageWatchersTest
-
- testSpaceWatcherIsNotPageWatcher() -
Method in class com.atlassian.confluence.webdriver.ManageWatchersTest
-
- testSpaceWithCloseTitleXssExploit() -
Method in class com.atlassian.confluence.EditSpaceAcceptanceTest
- CONF-20667
- testSpecialCharactersInChangeComments() -
Method in class com.atlassian.confluence.PageHistoryAcceptanceTest
- Tests CONF-14322.
- testSpecialCharacterUserNames() -
Method in class com.atlassian.confluence.rpc.AddUserAcceptanceTest
-
- testSpecificSize() -
Method in class com.atlassian.confluence.multimedia.AbstractMultimediaMacroAcceptanceTest
-
- testSquareUnorderedList() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testSquareUnorderedListRichTextMacroBody() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testStarted(Description) -
Method in class com.atlassian.confluence.util.test.timing.TestTimingListener
-
- testStartHeartbeatActivityProvidesXsrfToken() -
Method in class com.atlassian.confluence.xsrf.HeartbeatXsrfAcceptanceTest
-
- testStatusContainingHashtag() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testStatusMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testStatusMacroDiff() -
Method in class com.atlassian.confluence.MacroDiffAcceptanceTest
-
- testStatusMenuItem() -
Method in class com.atlassian.confluence.webdriver.UserHoverTest
-
- testStatusMessageLength() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testStatusRegeneratedAfterCacheCleared() -
Method in class com.atlassian.confluence.selenium.ScheduledJobAdminTest
-
- testStatusUpdatesTabRespectsPermissions() -
Method in class com.atlassian.confluence.UserStatusPermissionsAcceptanceTest
-
- testStatusUpdatesXss() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testStoreBlogEntry() -
Method in class com.atlassian.confluence.rpc.RpcVersion1AcceptanceTest
-
- testStoreBlogEntryAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.BlogsRpcAcceptanceTest
-
- testStorePage() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testStorePage() -
Method in class com.atlassian.confluence.rpc.RpcVersion1AcceptanceTest
-
- testStorePageAsUnpermittedUser() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testStorePageAsUserWithoutCreatePermission() -
Method in class com.atlassian.confluence.rpc.PagesRpcAcceptanceTest
-
- testStoreUpdatedBlogEntryWithModifiedSpace() -
Method in class com.atlassian.confluence.rpc.BlogsRpcAcceptanceTest
-
- testStrikeThrough() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testStrikethrough() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testStrikethrough() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest
-
- testStrikethroughThenType() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testStylesheetLoadsWhenLoggedIn() -
Method in class com.atlassian.confluence.StylesheetAcceptanceTest
-
- testStylesheetLoadsWhenLoggedOut() -
Method in class com.atlassian.confluence.StylesheetAcceptanceTest
-
- testSubscribeToFeed() -
Method in class com.atlassian.confluence.webdriver.GadgetFeedSubscriptionTest
-
- testSubscript() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testSubscript() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest
-
- testSubscriptStrikethroughMonospace() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testSuccessfulConnectionTestDoesNotAddAccountAndDownloadMail() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testSuccessfulConnectionTestDoesNotEditAccount() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testSuccessfulMerge() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
- Test that non-conflicting edits by concurrent editors are successfully merged.
- testSuccessfulMerge() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
- Test that non-conflicting edits by concurrent editors are successfully merged.
- testSuccessfulMergeAfterSessionExpiry() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
- Test that non-conflicting edits by concurrent editors are successfully merged.
- testSuccessfulPasswordReset() -
Method in class com.atlassian.confluence.ResetPasswordAcceptanceTest
-
- testSuggestAdminItems() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- testSuggestAdminItemsAreNotShownForNonAdmins() -
Method in class com.atlassian.confluence.webdriver.QuickSearchTest
-
- TestSuite - Class in com.atlassian.confluence.renderer.radeox.macros.junit.report
-
- TestSuite(TestReport) -
Constructor for class com.atlassian.confluence.renderer.radeox.macros.junit.report.TestSuite
-
- TestSuiteReport - Class in com.atlassian.confluence.renderer.radeox.macros.junit.report
-
- TestSuiteReport() -
Constructor for class com.atlassian.confluence.renderer.radeox.macros.junit.report.TestSuiteReport
-
- testSummaryOfCommentIsDisplayed() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
- We only provide a summary of the bodies of comments on the dashboard
- testSuperscript() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testSuperscript() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest
-
- testSuperscriptsCanBeUndoneWithoutALossOfCursorPosition() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatUndoTest
-
- testSuperscriptStrikethroughMonospace() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testSuperuserCanEditCommentsOnRestrictedBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testSuperuserCanEditCommentsOnRestrictedPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testSuperUserCanSearchSpacesTheyDontHaveExplicitViewPermissions() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testSuperUserCanSeeButNotFindProtectedBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testSuperUserCanSeeButNotFindProtectedPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testSuperuserCanSeeRestrictionIconWhenViewingRestrictedBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testSuperuserCanSeeRestrictionIconWhenViewingRestrictedPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testSupportToolsPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testSwitchBetweenSiteHomepageAndDashboard() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testSwitchingOrderdListToUorderedListWithSTAR() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testSwitchingUnorderdListToOrderedListWithHASH() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testSysadminInConfluenceAdministratorsGroup() -
Method in class com.atlassian.confluence.UserManagementReadOnlyAcceptanceTest
-
- testSysAdminsDontSeeChangesOfRestrictedPagesInDigest() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testSysAdminSettingsAreHiddenFromConfAdmin() -
Method in class com.atlassian.confluence.GeneralConfigurationAcceptanceTest
-
- testSysAdminSettingsAreHiddenFromConfAdmin() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSysAdminSettingsAreNotClobberedByConfAdmin() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSysAdminSettingsAreNotOverridedByConfAdmin() -
Method in class com.atlassian.confluence.webdriver.SpacesConfigurationAcceptanceTest
-
- testSystemAdminCanInstallPlugin() -
Method in class com.atlassian.confluence.rpc.AdminRpcAcceptanceTest
-
- testSystemAdministratorCannotSeeProtectedBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testSystemAdministratorCannotSeeProtectedPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testSystemAdministratorsCannotViewUnpermittedSpaces() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testSystemInformationOn500Page() -
Method in class com.atlassian.confluence.SecurityConfigurationAcceptanceTest
-
- testSystemInstallationDateIsShown() -
Method in class com.atlassian.confluence.SystemInformationAcceptanceTest
-
- testTabbing() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorTableTest
-
- testTabInListCreatesNewIndentationLevel() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorListsTest
-
- testTable() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testTableCellContentsPersistOnSave() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testTableCopyRow() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testTableCutRow() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testTableInMacroBody() -
Method in class com.atlassian.confluence.selenium.MacroPropertyPanelTest
-
- testTableInsertedOnEnter() -
Method in class com.atlassian.confluence.selenium.TinyMceTableTest
-
- testTableMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testTablePaste() -
Method in class com.atlassian.confluence.selenium.TinyMceNotIExploreTest
-
- testTableToolbarCopyAndPasteRowAcrossPage() -
Method in class com.atlassian.confluence.selenium.EditorTableToolbarTest
-
- testTableToolbarCutAndPasteRow() -
Method in class com.atlassian.confluence.selenium.EditorTableToolbarTest
-
- testTableToolbarForNewTable() -
Method in class com.atlassian.confluence.selenium.EditorTableToolbarTest
-
- testTabs() -
Method in class com.atlassian.confluence.dashboard.GlobalEntitiesAcceptanceTest
-
- testTaskListMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testTeamSpacesTab() -
Method in class com.atlassian.confluence.dashboard.SpacesListMacroAcceptanceTest
-
- testTemplatesWithSameNameInDifferentSpaces() -
Method in class com.atlassian.confluence.SpaceTemplateAcceptanceTest
-
- testTextAttachmentDownloadHeadersWithIE() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testTextChangeDigestPageLinksAreRenderedCorrectly() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testThatAllAtlassianCachesHaveDefinedDisplayNames() -
Method in class com.atlassian.confluence.CacheNamesAcceptanceTest
-
- testThatAllThreadsHaveDistinctiveOrigin() -
Method in class com.atlassian.confluence.ThreadCheckAcceptanceTest
-
- testThatANewlyCreatedUserCanSeeThatItExists() -
Method in class com.atlassian.confluence.rpc.UsersRpcAcceptanceTest
-
- testThatTestUserWithFavouriteSpaceIsNotMarkedAsFavourite() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testThatTheUnpublishedLozengeGetShownWhenThereAreChangesInThEditor() -
Method in class com.atlassian.confluence.webdriver.editor.EditorSharedDraftsTest
-
- testThatUserCanNotSaveADraftWhenTheyHaveTheEditorOpenedButDontHaveEditPermissionsForTheDraft() -
Method in class com.atlassian.confluence.webdriver.editor.EditorSharedDraftsTest
- We should write a test restricting draft permissions instead of space permissions once per page drafts are ready.
- testThatUserCanStillActivateQuickEditWhenCommentsAreDisabled() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testThemes() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testThumbnail() -
Method in class com.atlassian.confluence.ThumbnailAcceptanceTest
-
- testThumbnailsWithSameNameAttachments() -
Method in class com.atlassian.confluence.ThumbnailAcceptanceTest
-
- testTickingInlineTasks() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorInlineTasksTest
-
- testTildeOrDollarNotAtStartOfPageTitles() -
Method in class com.atlassian.confluence.PageTitlesAcceptanceTest
-
- testTilesAreHtmlEncoding() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- TestTimer - Class in com.atlassian.confluence.util.test.timing
- Print timing information for JUnit4 tests.
- testTimeZoneSelection() -
Method in class com.atlassian.confluence.TimeZoneAcceptanceTest
-
- testTimeZoneSelectionCaptions() -
Method in class com.atlassian.confluence.TimeZoneAcceptanceTest
-
- TestTimingListener - Class in com.atlassian.confluence.util.test.timing
- Logs timings around all tests run.
- TestTimingListener() -
Constructor for class com.atlassian.confluence.util.test.timing.TestTimingListener
-
- testTipMessageInVisibleUnpermittedUser() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testTipMessageNotVisibleWhenDisableShowTip() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testTipMessageVisible() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testTipMessageVisibleWhenEnableShowTip() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testTitleAndAltImageAttributes() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testTitleAndContentChanges() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testTitledGalleryWithOnePicture() -
Method in class com.atlassian.confluence.GalleryAcceptanceTest
-
- testTitleIsFocusedInCopiedPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testTitleIsFocusedInCreatePage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testTitleIsNotFocusedInEditPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testTitleIsNotFocusedInQuickEditPage() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testTocMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testToggleDocThemeSidebar() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testToggleFavouriteBlogPostViaTheToolsMenu() -
Method in class com.atlassian.confluence.selenium.ToolsMenuFavouriteItemTest
-
- testToggleFavouritePageViaTheToolsMenu() -
Method in class com.atlassian.confluence.selenium.ToolsMenuFavouriteItemTest
-
- testToolbarButtonsAreDisabledWhenTitleIsFocused() -
Method in class com.atlassian.confluence.webdriver.editor.EditorTest
-
- testToolbarShown() -
Method in class com.atlassian.confluence.selenium.EditorTableToolbarTest
-
- testToolBarShownInBodyLessMacro() -
Method in class com.atlassian.confluence.selenium.EditorTableToolbarTest
-
- testToolBarShownInBodyMacro() -
Method in class com.atlassian.confluence.selenium.EditorTableToolbarTest
-
- testToolsMenu() -
Method in class com.atlassian.confluence.webdriver.MenuTest
-
- testTooltips() -
Method in class com.atlassian.confluence.selenium.EditorImagePropertyPanelTest
-
- testToolTips() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testTopLevelCommentForNonAsciiCharacters() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelCommentPreview() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelCommentScrollToView() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelCommentWatchWhenToolsMenuWatchToggle() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelCommentWatchWhenToolsMenuWatchUsedAndEditorNotActiveFallBack() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelCommentWatchWhenToolsMenuWatchUsedAndEditorNotActiveQuickEdit() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelCommentWhenAlreadyWatchingPage() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelSaveAfterCancel() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelSaveAndEditNonWhiteListedMacro() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelSaveEmbeddedImageCausesPageReload() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelSaveWhiteListedMacro() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelWithCaptchaEnabled() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTopLevelWithWrongCaptcha() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTrackbackPing() -
Method in class com.atlassian.confluence.TrackbackAcceptanceTest
-
- testTrackingImage() -
Method in class com.atlassian.confluence.SummaryEmailAcceptanceFailingTest
-
- testTransactionDeleteIsRolledBack() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testTransfer(Integer, Integer, Integer, Boolean) -
Method in class com.atlassian.confluence.plugin.ActiveObjectsTestResource
-
- testTransferWithExceptionOutsideAO(Integer, Integer, Integer) -
Method in class com.atlassian.confluence.plugin.ActiveObjectsTestResource
-
- testTranslationModeDoesNotAffectOtherUsers() -
Method in class com.atlassian.confluence.I18nModeAcceptanceTest
-
- TestTranslationTransformEnabler - Class in com.atlassian.confluence.plugin
-
- TestTranslationTransformEnabler() -
Constructor for class com.atlassian.confluence.plugin.TestTranslationTransformEnabler
-
- testTrash() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
-
- testTrashAlreadyTrashed() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashAndGet() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashAndPurge() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashAndRestore() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashAndRestoreIncorrectStatus() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashAndRestoreIncorrectVersion() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashAndRestoreWithLocatedContent() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testTrashCansAreSpaceScoped() -
Method in class com.atlassian.confluence.TrashCanAcceptanceTest
- A page deleted in Space A should not turn up in the trash for Space B
- testTrashDirectUrlAsAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testTrashDirectUrlAsUnpermittedUser() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testTrashedContentSelfLink() -
Method in class com.atlassian.confluence.rest.api.RestSelfLinkAcceptanceTest
-
- testTrashPageAlsoTrashesContentProperties() -
Method in class com.atlassian.confluence.api.RemoteContentPropertyServiceAcceptanceTest
-
- testTrashPageRemoveSearchablesFromIndex() -
Method in class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- testTrashReturnsNoContentResponse() -
Method in class com.atlassian.confluence.rest.api.RestApiContentTrashAcceptanceTest
-
- testTreeCanDisplayPageWithAmpersandInTitle() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeClicksDoNotNavigate() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeContainsDescendantsOfMovedPage() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeDoesNotShowSpaceWithNoCreatePermission() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeExpandsInOtherLanguages() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeExpandsToShowCurrentPageAndParent() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeMoveToHomePageOfAnotherSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeMoveToSibling() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeMoveToTopOfNewSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeMoveToTopOfSameSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeMoveWithinSameSpace() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeScrollsToShowCurrentParent() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTreeSpaceChangeDoesNotDiscardSelection() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
- When a selection is made in the tree and then the space is changed then that old selection should still work
if we click 'Move'.
- testTreeSpaceNamesAreProperlyEncoded() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testTurningHibernateLoggingOnAndOff() -
Method in class com.atlassian.confluence.ConfigureLoggingAcceptanceTest
-
- testTurningProfilingOnAndOff() -
Method in class com.atlassian.confluence.ConfigureLoggingAcceptanceTest
-
- testTurningProfilingOnAndOffInternationalised() -
Method in class com.atlassian.confluence.ConfigureLoggingAcceptanceTest
-
- testTurnOffSqlLogging() -
Method in class com.atlassian.confluence.xsrf.LoggingAndProfilingXsrfAcceptanceTest
-
- testTurnOnSqlLogging() -
Method in class com.atlassian.confluence.xsrf.LoggingAndProfilingXsrfAcceptanceTest
-
- testTxtFilesAreZippedWhenGzipEnabled() -
Method in class com.atlassian.confluence.GzipFilterAcceptanceTest
-
- testTypeThenBlockquote() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorToolbarFormatTest
-
- testTypeThenPreformat() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorToolbarFormatTest
-
- testTypingAfterQuoteDoesNotIncreaseEditorHeight() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTypingAfterShortCutReplayKeys() -
Method in class com.atlassian.confluence.webdriver.editor.QuickCommentEditorTest
-
- testTypingAtEndOfMonospaceLine() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorNoFormatTest
-
- testUnableToRemoveCommentAsNotAuthorOrAdmin() -
Method in class com.atlassian.confluence.selenium.EditorCommentsTest
-
- testUnauthenticatedHeartbeatReturnsUnauthorizedStatus() -
Method in class com.atlassian.confluence.HeartbeatAcceptanceTest
-
- testUnauthenticatedStartHeartbeatActivityReturnsUnauthorizedStatus() -
Method in class com.atlassian.confluence.HeartbeatAcceptanceTest
-
- testUnauthorizedExternalGadget() -
Method in class com.atlassian.confluence.gadgets.GadgetWhiteListAcceptanceTest
-
- testUnchangedImageIsUnchanged() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testUnderline() -
Method in class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- testUnderline() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest
-
- testUnderlineThenType() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorMainToolbarTest
-
- testUndo() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testUndoAfterRemovingSection() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorPageLayouts2ContentTest
-
- testUndoAutoComplete() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorAutoCompleteTest
-
- testUndoEmbeddedImage() -
Method in class com.atlassian.confluence.webdriver.EmbeddedImagesTest
-
- testUndoLimit() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorUndoTest
-
- testUndoStateWithQuickEdit() -
Method in class com.atlassian.confluence.webdriver.editor.QuickEditEditorTest
-
- testUnescapedBody() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUnfavourite() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUnfavouritePageFromMacro() -
Method in class com.atlassian.confluence.selenium.FavouritePagesMacroTest
-
- testUnfavouritePageFromMacroChangesIcon() -
Method in class com.atlassian.confluence.selenium.FavouritePagesMacroTest
-
- testUnfavouriteUserWithPersonalSpace() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUnicodeSymbolInQuickSearch() -
Method in class com.atlassian.confluence.selenium.LinkBrowserSearchTest
-
- testUninstallPluginAction() -
Method in class com.atlassian.confluence.xsrf.PluginAdminXsrfAcceptanceTest
-
- testUniqueHeadings() -
Method in class com.atlassian.confluence.UniqueHeadingIdAcceptanceTest
-
- testUnknownAttachmentShouldNotShowPropertyPanel() -
Method in class com.atlassian.confluence.webdriver.editor.ImagePropertyPanelTest
-
- testUnknownSelectedTab() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
- Test when the selected Tab is not one of the known set.
- testUnlink() -
Method in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelTest
-
- testUnlinkCreateLink() -
Method in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelTest
-
- testUnlinkExternalLink() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorExternalLinkPropertyPanelTest
-
- testUnlinkExternalLinkWithAlias() -
Method in class com.atlassian.confluence.webdriver.editor.content.EditorExternalLinkPropertyPanelTest
-
- testUnmigratedContentIndexed() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testUnorderedList() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testUnorderedListRichTextMacroBody() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testUnorderedListWithContentAlreadyInTheLine() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testUnorderedListWithTypingAfterward() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatListTest
-
- testUnpermittedChildrenMovedWithinSpace() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testUnpermittedChildrenNotMovedToNewSpace() -
Method in class com.atlassian.confluence.PageTreeMovePageAcceptanceTest
-
- testUnpermittedPageDoesNotShowUp() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUnpermittedSpaceContentDoesNotShowUpForAnonymousUsers() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUnpermittedSpaces() -
Method in class com.atlassian.confluence.dashboard.GlobalEntitiesAcceptanceTest
-
- testUnpermittedTrash() -
Method in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- testUnprivilegedAccessToUserFollowFeed() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testUnprivilegedUserCanSeeLinksToPagesInDiffs() -
Method in class com.atlassian.confluence.DiffPagesAcceptanceTest
-
- testUnreachableLocation() -
Method in class com.atlassian.confluence.TrustedApplicationAcceptanceTest
-
- testUnsuccessfulConnectionTestWhileEditingAccount() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testUnsupportedCodeMacro() -
Method in class com.atlassian.confluence.CodeMacroAcceptanceTest
-
- testUnViewableAttachmentDoNotHaveZoomIconWhenHover() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testUpdate() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testUpdate() -
Method in class com.atlassian.confluence.ContentConvertibleRestAcceptanceTest
-
- testUpdate() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUpdateAttachmentData() -
Method in class com.atlassian.confluence.api.RemoteAttachmentServiceAcceptanceTest
-
- testUpdateAttachmentDataWithNameChange() -
Method in class com.atlassian.confluence.api.RemoteAttachmentServiceAcceptanceTest
-
- testUpdateBlog() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testUpdateBlogPermissionsDoesNotChangeLastModifier() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testUpdateBlogPost() -
Method in class com.atlassian.confluence.rpc.BlogsRpcAcceptanceTest
-
- testUpdateBlogPostContent() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testUpdateBlogPostTitle() -
Method in class com.atlassian.confluence.rpc.BlogsRpcAcceptanceTest
-
- testUpdateBlogPostWithInvalidID() -
Method in class com.atlassian.confluence.rpc.BlogsRpcAcceptanceTest
-
- testUpdateCommentContent() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testUpdateContentWithoutContentTypeHeader() -
Method in class com.atlassian.confluence.rest.api.RestApiContentAcceptanceTest
-
- testUpdateContentWithoutIDInObject() -
Method in class com.atlassian.confluence.rest.api.RestApiContentAcceptanceTest
-
- testUpdatedCommentInRssFeed() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testUpdateDisabledUntilStateChanged() -
Method in class com.atlassian.confluence.selenium.PagePermissionsDialogTest
-
- testUpdateExistingSystemMacro() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUpdateFullName() -
Method in class com.atlassian.confluence.UserPreferencesAcceptanceTest
-
- testUpdateFullName() -
Method in class com.atlassian.confluence.webdriver.EditUserProfileTest
-
- testUpdateInvalidLicenseWithXsrfToken() -
Method in class com.atlassian.confluence.xsrf.UpdateLicenseDetailsXsrfAcceptanceTest
-
- testUpdateInvalidName() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUpdateLicenseWithNonClusteredLicense() -
Method in class com.atlassian.confluence.cluster.ClusteredLicensingAcceptanceTest
-
- testUpdateLicenseWithoutXsrfToken() -
Method in class com.atlassian.confluence.xsrf.UpdateLicenseDetailsXsrfAcceptanceTest
-
- testUpdateNoName() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUpdatePage() -
Method in class com.atlassian.confluence.rpc.RpcVersion1AcceptanceTest
-
- testUpdatePage() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testUpdatePageContent() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testUpdatePagePermissionsDoesNotChangeLastModifier() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testUpdatePageWithParent() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testUpdatePassword() -
Method in class com.atlassian.confluence.UserPreferencesAcceptanceTest
-
- testUpdateProfileEmail() -
Method in class com.atlassian.confluence.UserPreferencesAcceptanceTest
-
- testUpdatesOlderThanOneYearNotShown() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testUpdateSpace() -
Method in class com.atlassian.confluence.api.RemoteSpaceServiceAcceptanceTest
-
- testUpdateStatusOnProfilePage() -
Method in class com.atlassian.confluence.webdriver.UserStatusTest
-
- testUpdateStatusOnUserHover() -
Method in class com.atlassian.confluence.webdriver.UserStatusTest
-
- testUpdateStatusWithoutPermission() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testUpdateStatusWithPermission() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testUpdateToExistingName() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUpdateValidLicenseWithXsrfToken() -
Method in class com.atlassian.confluence.xsrf.UpdateLicenseDetailsXsrfAcceptanceTest
-
- testUpdateWithDifferentTypeFails() -
Method in class com.atlassian.confluence.ContentConvertibleRestAcceptanceTest
-
- testUpdateWithExceptionOutsideOfAOTransaction() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testUpdateWithExceptionOutsideOfAOTransactionExplicitGC() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testUpdateWithExceptionOutsideOfAOTransactionFlushCache() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testUpdateWithMissingVersion() -
Method in class com.atlassian.confluence.api.RemoteContentPropertyServiceAcceptanceTest
-
- testUpdateWithOldVersion() -
Method in class com.atlassian.confluence.api.RemoteContentPropertyServiceAcceptanceTest
-
- testUpdateWithoutVersionThrowsBadRequest() -
Method in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- testUpdateWithRollback() -
Method in class com.atlassian.confluence.activeobjects.ActiveObjectsPluginAcceptanceTest
-
- testUpdatingContentWithoutRequiredExtensionThrowsBadRequest() -
Method in class com.atlassian.confluence.ContentConvertibleRestAcceptanceTest
-
- testUpdatingListOfConfiguredLoggers() -
Method in class com.atlassian.confluence.ConfigureLoggingAcceptanceTest
-
- TestUpgradeRecoveryFile - Class in com.atlassian.confluence
-
- TestUpgradeRecoveryFile() -
Constructor for class com.atlassian.confluence.TestUpgradeRecoveryFile
-
- testUpgradeTaskPerformance() -
Method in class com.atlassian.confluence.upgrade.CrowdUsersUserMappingUpgradeTaskAcceptanceTest
-
- testUpload() -
Method in class com.atlassian.confluence.xsrf.AttachmentEditXsrfAcceptanceTest
-
- testUpload() -
Method in class com.atlassian.confluence.xsrf.AttachmentUploadXsrfAcceptanceTest
-
- testUploadAttachmentGetsXssSafeContentDispositionApplicationXml() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentGetsXssSafeContentDispositionAtom() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentGetsXssSafeContentDispositionHtml() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentGetsXssSafeContentDispositionTextXml() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentKeepsProperContentTypeGif() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentKeepsProperContentTypeJpeg() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentKeepsProperContentTypePng() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentKeepsProperContentTypeTxt() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentOfficeXmlAsZipLikeIEDoesIt() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentOpenOfficeXmlAsZipLikeIEDoesIt() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachments() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentWithGenericContentTypeGetsFixed() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentWithGenericContentTypeGetsFixedXlsb() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentWithGenericContentTypeGetsFixedXlsm() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentWithInvalidTypeGetsFixed() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadAttachmentZipFile() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testUploadDefaultSpaceLogoXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.DefaultSpaceLogoXsrfAcceptanceTest
-
- testUploaderOfNewAttachmentVersionIsAcknowledgedAsCreator() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testUploadFile() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testUploadFormAppearanceInComment() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- testUploadFormAppearsForPermittedUser() -
Method in class com.atlassian.confluence.webdriver.editor.EditorInsertFilesDialogTest
-
- testUploadingAndUninstallingPluginAcrossCluster() -
Method in class com.atlassian.confluence.cluster.ClusteredPluginAcceptanceTest
-
- testUploadPlugin() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testUploadPluginAction() -
Method in class com.atlassian.confluence.xsrf.PluginAdminXsrfAcceptanceTest
-
- testUploadPluginOnNode2() -
Method in class com.atlassian.confluence.cluster.ClusteredPluginAcceptanceTest
-
- testUploadSpaceLogoXsrfProtection() -
Method in class com.atlassian.confluence.xsrf.SpaceLogoXsrfAcceptanceTest
-
- testUPMAvailable() -
Method in class com.atlassian.confluence.webdriver.UPMTest
-
- testUPMBrowsable() -
Method in class com.atlassian.confluence.webdriver.UPMTest
-
- testUPMLink() -
Method in class com.atlassian.confluence.webdriver.SpacesConfigurationAcceptanceTest
-
- testUpmLinksVisibleForSysAdmin() -
Method in class com.atlassian.confluence.selenium.UPMTest
-
- testURLAutoformatGiveProperUrlOnFtpLinks() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLAutoformatGiveProperUrlOnWWWLinks() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLAutoformatTriggeredWithoutTopLevelDomainOnSPACE() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLCanBeUnlinkedWithUndo() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLCanContainWWWOnENTER() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLCanContainWWWOnSPACE() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLCanStartWithWWWOnSPACE() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testUrlEscapingWhenSpecialCharactersInFilename() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testURLFieldGetsFocus() -
Method in class com.atlassian.confluence.selenium.LinkBrowserWebLinkTest
-
- testURLIsConvertedIntoALinkOnENTER() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLIsConvertedIntoALinkOnSPACE() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testURLIsConvertedIntoASingleLinkOnEnter() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testUrlLinkWithNonHardcodedProtocol() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testUrlThatIsNotGadget() -
Method in class com.atlassian.confluence.gadgets.ExternalGadgetDirectoryAcceptanceTest
-
- testUser -
Variable in class com.atlassian.confluence.multimedia.AbstractMultimediaMacroAcceptanceTest
-
- testUser -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- testUser -
Variable in class com.atlassian.confluence.webdriver.AbstractMultimediaMacroTest
-
- testUser -
Variable in class com.atlassian.confluence.webdriver.editor.base.AbstractLinkBrowserTest
-
- testUserBreadcrumb() -
Method in class com.atlassian.confluence.selenium.LinkBrowserBreadcrumbNotIExploreTest
-
- testUserCanCreateSpace() -
Method in class com.atlassian.confluence.rpc.PermissionsRpcAcceptanceTest
-
- testUserCannotEditRestrictionsIfPageHasOtherEditRestrictions() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCannotRestrictPageEditIfNoSpacePermission() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCannotRestrictPageViewIfNoSpacePermission() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCannotRestrictThemselvesFromEditingBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testUserCannotRestrictThemselvesFromEditingPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testUserCannotRestrictThemselvesFromViewingBlog() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testUserCannotRestrictThemselvesFromViewingPage() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testUserCannotSubmitInviteEmailFormWhenNoMailServerIsConfigured() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteTest
-
- testUserCanRemoveViewPageRestrictionOnPageInfoLink() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestricPageViewOnPageCreationWithWeirdUsername() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictBlogEditWithRestrictionsDialog() -
Method in class com.atlassian.confluence.webdriver.BlogPostRestrictionsTest
-
- testUserCanRestrictBlogViewWithQuickEdit() -
Method in class com.atlassian.confluence.webdriver.BlogPostRestrictionsTest
-
- testUserCanRestrictBlogViewWithRestrictionsDialog() -
Method in class com.atlassian.confluence.webdriver.BlogPostRestrictionsTest
-
- testUserCanRestrictPageEditWithPageInfoLink() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictPageEditWithPageRestrictionsDialog() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictPageEditWithRestrictionsDialog() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictPageViewWithPageRestrictionsDialog() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewAddingGroupFromPopupWindow() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewAddingGroupWithApostrophes() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewAddingUserAndGroupWithSameNameUsingAutocomplete() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewAddingUserDirectly() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewAddingUserFromPopupWindow() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewInDocTheme() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewOnCopyPage() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewOnExistingPageFullEdit() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanRestrictViewWithRestrictionsDialogForWhiteSpaceUserUsingAutocomplete() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserCanSendAnEmailInvitation() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteMailTest
-
- testUserCanSendAnEmailInvitationWithMultipleRecipients() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteMailTest
-
- testUserCanSetHomepageToDashboardWhenSiteHomepageIsNotDashboard() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserCanUndoGeneratingANewToken() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteTest
-
- testUserCanUseRestrictionsDialogOnViewPage() -
Method in class com.atlassian.confluence.webdriver.PageRestrictionsTest
-
- testUserDirectoriesDirectAccessBlockedFromConfluenceAdministrator() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testUserDirectoriesWebItemHiddenFromConfluenceAdministrator() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testUserDirectoriesWebItemShownToSystemAdministrator() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testUserDisableSetting() -
Method in class com.atlassian.confluence.webdriver.WhatsNewTest
-
- testUserEditPermission() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testUserEditPermission() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- TestUserFactory - Class in com.atlassian.confluence.it
-
- TestUserFactory(UserManagementHelper) -
Constructor for class com.atlassian.confluence.it.TestUserFactory
-
- TestUserFactory(UserManagementHelper, String, String) -
Constructor for class com.atlassian.confluence.it.TestUserFactory
-
- testUserFactory -
Variable in class com.atlassian.confluence.webdriver.editor.base.AbstractLinkBrowserTest
-
- testUserFollowFeed() -
Method in class com.atlassian.confluence.RssAcceptanceTest
-
- testUserFunctions() -
Method in class com.atlassian.confluence.BigAcceptanceTest
- This test will fail if the confluence installation is running on a personal license.
- testUserFunctions() -
Method in class com.atlassian.confluence.cluster.ClusteredBigAcceptanceTest
- This test will fail if the confluence installation is running on a personal license.
- testUserHistory() -
Method in class com.atlassian.confluence.rest.UserHistoryAcceptanceTest
-
- testUserHistoryListWhenRightModified() -
Method in class com.atlassian.confluence.rest.UserHistoryAcceptanceTest
-
- testUserHomepageDefaultsToSiteHomepage() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserHomepageIsProfilePage() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserInfoAction() -
Method in class com.atlassian.confluence.UserHoverAcceptanceTest
-
- testUserInstalledOverridesDisplayedInOnDemand() -
Method in class com.atlassian.confluence.webdriver.UPMTest
- When running in OnDemand mode, some bundled plugins should be overridden to be displayed as "user installed"
(see com.atlassian.studio.confluence.startup.UpmInitialiser).
- testUserInterfaceStateIsUpdated() -
Method in class com.atlassian.confluence.selenium.PageChildrenTest
-
- testUserInterfaceStateIsUpdatedSetToHidden() -
Method in class com.atlassian.confluence.selenium.PageChildrenTest
-
- testUserIsCreatedInInternalDirectoryWhenFirst() -
Method in class com.atlassian.confluence.DirectoryOrderAcceptanceTest
-
- testUserIsCreatedInLDAPDirectoryWhenFirst() -
Method in class com.atlassian.confluence.DirectoryOrderAcceptanceTest
-
- testUserIsRedirectedCorrectlyAfterLogin() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testUserIsRedirectedCorrectlyInAnonymousSpaceAfterLogin() -
Method in class com.atlassian.confluence.LoginAcceptanceTest
-
- testUserLabelBrowser() -
Method in class com.atlassian.confluence.PersonalLabelsAcceptanceTest
-
- testUserLabelBrowserDoesNotContainFavourites() -
Method in class com.atlassian.confluence.PersonalLabelsAcceptanceTest
- Favourites are implemented as personal labels under the hood.
- testUserLink() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUserListPagination() -
Method in class com.atlassian.confluence.UserManagementReadOnlyAcceptanceTest
-
- testUserMacroAddedWhileOneHiddenDoesNotRemoveHiddenUserMacro() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
- CONFDEV-3288.
- testUserMacroBodyChoices() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
- Another test to protect against merge problems (CONFDEV-514 and CONFDEV-1413).
- testUserMacroFields() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacroHiddenIfPluginMacroWithSameNameInstalled() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
- CONFDEV-3288.
- testUserMacroNoBodyConfiguration() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
- This test is to protect against merge problems which have occurred previously (CONFDEV-514 and CONFDEV-1413)
where a choice of no body is not possible.
- testUserMacrosAreNotAlwaysBlock() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacrosAreNotAlwaysInline() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacrosNestedInsideAnUnmigratedWikiMarkupBlockStillRender() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacroWithDefaultParameter() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacroWithMetadata() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testUserMacroWithNoDefaultParameter() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacroWithNoMetadataAnnotated() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacroWithParameter() -
Method in class com.atlassian.confluence.UserMacrosAcceptanceTest
-
- testUserMacroWithParameters() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- testUserMenu() -
Method in class com.atlassian.confluence.webdriver.MenuTest
-
- testUserMustSupplyAtLeastOneEmailAddress() -
Method in class com.atlassian.confluence.webdriver.EasyUserInviteMailTest
-
- testUsernameField() -
Method in class com.atlassian.confluence.selenium.MacroBrowserSmartFieldsTest
-
- testUserNamesAreHtmlEncoding() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testUsernameSearch() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testUsernameSearchWithRemoteDirectory() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testUserOrder() -
Method in class com.atlassian.confluence.UserManagementReadOnlyAcceptanceTest
-
- testUserPickerInGlobalPerms() -
Method in class com.atlassian.confluence.webdriver.UserPickerTest
-
- testUserPickerInSpacePerms() -
Method in class com.atlassian.confluence.webdriver.UserPickerTest
-
- testUserPickerPopupInManageGroups() -
Method in class com.atlassian.confluence.webdriver.UserPickerTest
-
- testUserPreferencesMaintainedAcrossDirectories() -
Method in class com.atlassian.confluence.DirectoryOrderAcceptanceTest
-
- testUserProfileBusinessDetails() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUserProfileBusinessDetailsWhenNoneEntered() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUserProfileIndexedNotInRecentlyUpdated() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserProfileIndexedNotInRecentlyUpdated2() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserProfileLink() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testUserProfileLinkToNonexistentUser() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testUserProfileLinkWithUTF8Characters() -
Method in class com.atlassian.confluence.LinkTypeAcceptanceTest
-
- testUserProfileNavigationInALaCarte() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserProfilePictureHover() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUserProfilePropertiesAreEncodedProperly() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testUserPropertiesPropagateAcrossCluster() -
Method in class com.atlassian.confluence.cluster.ClusteredCacheAwarePropertySetAcceptanceTest
- CONF-9778.
- testUserSearchFiltersOnSearchTokensInTheirEntirety() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUserSearchIsSortsFullnamesAlphabetically() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUserSearchJson() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUserSearchMatchesTheFrontOfNamesOnly() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUserSearchWhenUserIsRenamed() -
Method in class com.atlassian.confluence.SearchAcceptanceTest
-
- testUserSearchWithTokens() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
-
- testUserSessionWhenModified() -
Method in class com.atlassian.confluence.rest.UserHistoryAcceptanceTest
-
- testUserSignup() -
Method in class com.atlassian.confluence.webdriver.visualregression.LoginVisualRegressionTest
-
- testUserStatusAuthorNotAnonymous() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testUserStatusCannotContainLinebreaks() -
Method in class com.atlassian.confluence.UserStatusAcceptanceTest
-
- testUserStatusNotTruncated() -
Method in class com.atlassian.confluence.dashboard.DashboardRecentlyUpdatedContentMacroAcceptanceTest
-
- testUserTypeSearch() -
Method in class com.atlassian.confluence.rest.RestSearchAcceptanceTest
- Tests to ensure that the last modified date is not returned for users, as we do not have this information it
should return null.
- testUserViewPermission() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testUserViewPermission() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testUserWhoCannotEditPage() -
Method in class com.atlassian.confluence.ViewSourceAcceptanceTest
-
- testUserWhoCannotViewPage() -
Method in class com.atlassian.confluence.ViewSourceAcceptanceTest
-
- testUserWithAmpersand() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testUserWithApostrophe -
Variable in class com.atlassian.confluence.selenium.AbstractSeleniumTest
-
- testUserWithEditedProfileIsFindable() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testUserWithOnlyViewPermissionCannotRemovePermission() -
Method in class com.atlassian.confluence.InheritedPagePermissionsAcceptanceTest
-
- testUserWithPersonalSpaceIsFindable() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testUserWithProfileConvertedToPersonalSpaceOccursOnce() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testUserWithSpaceInUsername() -
Method in class com.atlassian.confluence.selenium.UserHoverTest
-
- testUserWithSpecialCharsInUsernameAddFavourite() -
Method in class com.atlassian.confluence.selenium.ToolsMenuFavouriteItemTest
-
- testUserWithSpecialCharsInUsernameAddLabels() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
- Tests to see if a user with special characters in their name can add global labels.
- testUserWithSpecialCharsInUsernameAddPersonalAndGlobalLabels() -
Method in class com.atlassian.confluence.webdriver.LabelTest
-
- testUserWithSpecialCharsInUsernameAddPersonalLabels() -
Method in class com.atlassian.confluence.PersonalLabelsAcceptanceTest
- Tests to see if a user with special characters in their name can add personal and global labels.
- TestUtils - Class in com.atlassian.confluence.selenium.client
- Static class (that might be renamed) to provide Selenium tests with common util
methods.
- TestUtils() -
Constructor for class com.atlassian.confluence.selenium.client.TestUtils
-
- testV1andV2AttachmentUrls() -
Method in class com.atlassian.confluence.AttachmentAcceptanceTest
-
- testV1License() -
Method in class com.atlassian.confluence.NonClusterLicensingAcceptanceTest
-
- testV2ApiDoesNotUseWikiMarkup() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testValidation() -
Method in class com.atlassian.confluence.SiteSupportAcceptanceTest
-
- testValidationAndExtraFields() -
Method in class com.atlassian.confluence.UserManagementAcceptanceTest
- Tests that fields are not cleared if the form is not valid
- testValidationAndExtraFields() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
- Tests that fields are not cleared if the form is not valid
- testValidationErrorIfMovingPageBeneathItself() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testValidationErrorWhenAttachmentTooLarge() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testValidationErrorWhenNotPermitted() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testValidationErrorWhenNotPermittedByInheritedPagePermissions() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testValidationErrorWhenNotPermittedOnPage() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testValidationErrorWhenTooManyAttachments() -
Method in class com.atlassian.confluence.AttachmentUploadAcceptanceTest
-
- testValidExportUrl() -
Method in class com.atlassian.confluence.rpc.SpaceRpcAcceptanceTest
-
- testValidLanguageSelection() -
Method in class com.atlassian.confluence.webdriver.LoginTest
-
- testValidSidReported() -
Method in class com.atlassian.confluence.LicensingAcceptanceTest
-
- testVariousEmailAddresses() -
Method in class com.atlassian.confluence.webdriver.editor.content.WikiAutoformatLinkTest
-
- testVelocityStaticRenderingWithAntiXssModeDisabled() -
Method in class com.atlassian.confluence.AntiXSSAcceptanceTest
-
- testVelocityStaticRenderingWithAntiXssModeEnabled() -
Method in class com.atlassian.confluence.AntiXSSAcceptanceTest
-
- testVelocityTemplateHeaders() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testVersionCommentAlwaysShownOnPageHistory() -
Method in class com.atlassian.confluence.webdriver.PageMetadataTest
-
- testVersionCommentSaved() -
Method in class com.atlassian.confluence.webdriver.PageVersionCommentTest
-
- testVersionCommentSavedByShortcut() -
Method in class com.atlassian.confluence.webdriver.PageVersionCommentTest
-
- testVersionHistoryShowsCorrectRevisions() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- testVersionPlaceholderNotSavedAsComment() -
Method in class com.atlassian.confluence.webdriver.PageVersionCommentTest
-
- testViewAndEditableOptions() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetConfigTest
-
- testViewAttachmentsInBrowseBySpace() -
Method in class com.atlassian.confluence.BrowseSpaceAcceptanceTest
-
- testViewAttachmentsRequiresSpaceKey() -
Method in class com.atlassian.confluence.BrowseSpaceAcceptanceTest
- CONF-13874
- testViewBlog() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AnonymousAccessTest
-
- testViewBlogPostsByDay() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testViewBlogPostsByMonth() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- testViewBlogSourceRestrictions() -
Method in class com.atlassian.confluence.BlogPermissionsAcceptanceTest
-
- testViewChangesLinkInHtmlChangeDigest() -
Method in class com.atlassian.confluence.notifications.DailyReportNotificationsAcceptanceTest
-
- testViewChangesWhileEditing() -
Method in class com.atlassian.confluence.webdriver.editor.EditorDraftsTest
-
- testViewContentForLabelRespectsPageLevelPermissions() -
Method in class com.atlassian.confluence.MacrosRespectPagePermissionsAcceptanceTest
-
- testViewContentShortcutsEnabledOnAttachmentsPage() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testViewContentShortcutsEnabledOnInfoPage() -
Method in class com.atlassian.confluence.selenium.KeyboardShortcutTest
-
- testViewDocxMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testViewEnabledFeatures() -
Method in class com.atlassian.confluence.DarkFeaturesAcceptanceTest
-
- testViewErrorPageAfterJohnsonEventRemoved() -
Method in class com.atlassian.confluence.JohnsonFilterAcceptanceTest
-
- testViewFollowersOfKnownUser() -
Method in class com.atlassian.confluence.NetworkTabAcceptanceTest
-
- testViewFollowersOfUnknownUser() -
Method in class com.atlassian.confluence.NetworkTabAcceptanceTest
-
- testViewGlobalStylesheetPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testViewHistoricalVersion() -
Method in class com.atlassian.confluence.HistoricalPageViewAcceptanceTest
-
- testViewingHistoricalVersionWithImage() -
Method in class com.atlassian.confluence.PageHistoryAcceptanceTest
- CONFDEV-3642 Ensure that embedded images are shown in historical versions.
- testViewingPageMarksRelatedWorkboxNotificationsAsRead() -
Method in class com.atlassian.confluence.webdriver.WorkboxBasicTest
-
- testViewLabelIsCaseInsensitive() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewLabelsForUndefinedSpace() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewLabelsPagination() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewLabelsWithNoDefinedLabels() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewMail() -
Method in class com.atlassian.confluence.MailArchivingAcceptanceTest
-
- testViewNonAsciiLabelsPagination() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewOfWikiVersionOfAPage() -
Method in class com.atlassian.confluence.PageHistoryAcceptanceTest
- CONFDEV-968 Ensure that is possible to view an older wiki version of a page from its history.
- testViewOrphanedPages() -
Method in class com.atlassian.confluence.OrphanedPagesAcceptanceTest
-
- testViewOtherUsersProfile() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testViewOtherUsersProfileDoesNotShowClearLink() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testViewPage() -
Method in class com.atlassian.confluence.sanity.newinstance.AnonymousAccessTest
-
- testViewPage() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testViewPageButtonNotRenderedWhenPageIsRestricted() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testViewPageSource() -
Method in class com.atlassian.confluence.PageOperationsAcceptanceTest
- Test that I can view the page source of a created page.
- testViewPageSourceRestrictions() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testViewPdfMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testViewPermissionOnExistingPage() -
Method in class com.atlassian.confluence.sanity.newinstance.PagePermissionTest
-
- testViewPermissionOnExistingPage() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.ExistingPagePermissionsTest
-
- testViewPermissionsOnCreatePage() -
Method in class com.atlassian.confluence.sanity.newinstance.PagePermissionTest
-
- testViewPermissionsOnEditPage() -
Method in class com.atlassian.confluence.sanity.newinstance.PagePermissionTest
-
- testViewPermissionsProhibitEdit() -
Method in class com.atlassian.confluence.PagePermissionsAcceptanceTest
-
- testViewPptMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testViewPptxMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testViewPreferences() -
Method in class com.atlassian.confluence.BigAcceptanceTest
-
- testViewProfileLinkWithoutPersonalSpace() -
Method in class com.atlassian.confluence.AdminConsoleAcceptanceTest
-
- testViewProfileLinkWithPersonalSpace() -
Method in class com.atlassian.confluence.AdminConsoleAcceptanceTest
-
- testViewRemovedLabelID() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewRestrictedPagesAsAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testViewRestrictedPagesDirectUrlAsUnpermittedUser() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testViewSourceOfHistoricalVersion() -
Method in class com.atlassian.confluence.PageHistoryAcceptanceTest
-
- testViewSpaceAdminAsAdmin() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
- The following methods test security by accessing actions directly (rather than navigating through the interface)
See CONF-4832
- testViewSpaceAdminAsUnpermittedUser() -
Method in class com.atlassian.confluence.SpaceAdminPermissionsAcceptanceTest
-
- testViewSpacePermissions() -
Method in class com.atlassian.confluence.SpacePermissionsAcceptanceTest
-
- testViewUndefinedLabelID() -
Method in class com.atlassian.confluence.LabelsAcceptanceTest
-
- testViewUneditablePage() -
Method in class com.atlassian.confluence.selenium.gadgets.PageGadgetContentTest
-
- testViewUserDetailsFromDifferentUser() -
Method in class com.atlassian.confluence.UserManagementReadOnlyAcceptanceTest
-
- testViewUserDetailsFromDifferentUser() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testViewUserLinkForUserWithUTF8Characters() -
Method in class com.atlassian.confluence.UserManagementReadOnlyAcceptanceTest
-
- testViewUsersWithPersonalSpaces() -
Method in class com.atlassian.confluence.PeopleDirectoryAcceptanceTest
-
- testViewXlsMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testViewXlsxMacro() -
Method in class com.atlassian.confluence.sanity.upgradeinstance.AtlassianBundledMacrosTest
-
- testVisibilityOfFlushIndexQueueLink() -
Method in class com.atlassian.confluence.FlushIndexingQueueAcceptanceTest
- Link should only be visible if there is something that needs to be flushed.
- testVisitingAdminSectionAsNonAdminUser() -
Method in class com.atlassian.confluence.SecurityAcceptanceTest
-
- testVisitingSpaceUsingLoginUrlForAlreadyLoggedInUser() -
Method in class com.atlassian.confluence.SecurityAcceptanceTest
-
- testVisitingSpaceUsingLoginUrlForAlreadyLoggedInUserForAdminSection() -
Method in class com.atlassian.confluence.SecurityAcceptanceTest
-
- testWarningHiddenWhenCorrect() -
Method in class com.atlassian.confluence.selenium.GeneralConfigurationTest
-
- testWatchAndUnwatchContent() -
Method in class com.atlassian.confluence.rest.WatchesResourceAcceptanceTest
-
- testWatchAndUnwatchLabel() -
Method in class com.atlassian.confluence.rest.WatchesResourceAcceptanceTest
-
- testWatchBlog() -
Method in class com.atlassian.confluence.SpaceAdvancedAcceptanceTest
-
- testWatchesMenuItemGoesToWatches() -
Method in class com.atlassian.confluence.UserMenuAcceptanceTest
-
- testWatchesPageCatchesInvalidStopWatchParameters() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testWatchesPageDoesNotShowUnnecessaryErrorMessages() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testWatchesPageLinksToEmailPage() -
Method in class com.atlassian.confluence.UserProfileAcceptanceTest
-
- testWatchNonExistentPage() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testWatchPage() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testWatchSpace() -
Method in class com.atlassian.confluence.rpc.NotificationsRpcAcceptanceTest
-
- testWatchSpace() -
Method in class com.atlassian.confluence.SpaceAdvancedAcceptanceTest
-
- testWatchStillShownWhenCommentingIfWatchingEntireSpace() -
Method in class com.atlassian.confluence.webdriver.AutowatchTest
-
- testWatchStillShownWhenCommentingIfWatchingSpaceBlogs() -
Method in class com.atlassian.confluence.webdriver.AutowatchTest
-
- testWebItemHighlighting() -
Method in class com.atlassian.confluence.AdminAcceptanceTest
-
- testWebItemPresentOnViewPage() -
Method in class com.atlassian.confluence.WebItemPluginAcceptanceTest
-
- testWebItemWithCustomContext() -
Method in class com.atlassian.confluence.WebItemPluginAcceptanceTest
-
- testWebLink() -
Method in class com.atlassian.confluence.rpc.RpcVersion2AcceptanceTest
-
- testWebResourceWasTransformed() -
Method in class com.atlassian.confluence.WebResourceTransformerAcceptanceTest
-
- testWebSudo() -
Method in class com.atlassian.confluence.webdriver.visualregression.VisualRegressionTest
-
- testWebSudoActiveDropLink() -
Method in class com.atlassian.confluence.selenium.WebSudoTest
-
- testWebSudoAddsBanner() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoBannerHasDropLink() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoCancelToDashboard() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoDisabledInDevMode() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoLoginWhenMainLayoutBad() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoNotOnSpaceTemplateAdmin() -
Method in class com.atlassian.confluence.SpaceTemplateAcceptanceTest
-
- testWebSudoNotYouLogsOut() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoOnAdminConsole() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoOnGlobalTemplateAdmin() -
Method in class com.atlassian.confluence.SpaceTemplateAcceptanceTest
-
- testWebSudoOnSpaceAdminDoesRedirect() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoPassiveDropLink() -
Method in class com.atlassian.confluence.selenium.WebSudoTest
-
- testWebSudoRedirectHandlesParameters() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoSpaceFunctionsThatAreOff() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebSudoSpaceFunctionsThatAreOn() -
Method in class com.atlassian.confluence.WebSudoAcceptanceTest
-
- testWebworkVelocityResultWithAntiXssModeDisabled() -
Method in class com.atlassian.confluence.AntiXSSAcceptanceTest
-
- testWebworkVelocityResultWithAntiXssModeEnabled() -
Method in class com.atlassian.confluence.AntiXSSAcceptanceTest
-
- TestWeightCalculator - Interface in com.atlassian.confluence.testbatching
- An interface for calculating the "weight" of a test class.
- TestWeightCalculator.TestCounter - Class in com.atlassian.confluence.testbatching
- A simple
TestWeightCalculator implementation which uses the
number of individual tests in the test class as the weight. - TestWeightCalculator.TestCounter() -
Constructor for class com.atlassian.confluence.testbatching.TestWeightCalculator.TestCounter
-
- testWelcomeMessageMacro() -
Method in class com.atlassian.confluence.MacrosAcceptanceTest
-
- testWhatsNewLinkInOnDemand() -
Method in class com.atlassian.confluence.webdriver.WhatsNewTest
-
- testWhenAttachmentHasBeenRemoved() -
Method in class com.atlassian.confluence.selenium.OfficeConnectorMacroBrowserSmartFieldsTest
-
- testWhiteListedMacroIsMigrated() -
Method in class com.atlassian.confluence.rpc.MacroMigrationRpcAcceptanceTest
-
- testWikiMarkupGadgetMacro() -
Method in class com.atlassian.confluence.selenium.gadgets.GadgetMacroTest
-
- testWontOpenTwice() -
Method in class com.atlassian.confluence.selenium.TinyMceLinkBrowserTest
-
- testWrongTokenIsGiven() -
Method in class com.atlassian.confluence.ResetPasswordAcceptanceTest
-
- testXhtmlIncludeMacro() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testXhtmlIncludeMacroDisabledByDefault() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testXhtmlMacro() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testXhtmlMacroDisabledByDefault() -
Method in class com.atlassian.confluence.HtmlMacrosAcceptanceTest
-
- testXhtmlSecurityScanningHappens() -
Method in class com.atlassian.confluence.AddPageAcceptanceTest
- This is a bit redundant since BodyContentCleaningIntegrationTest should enforce cleaning, but leave it as a safey net in case the
mechanism is ever changed in the future.
- TESTXHTMLtestCloseScroll() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMediaShortcutTest
-
- testXmlAttachmentDownloadHeadersWithIE() -
Method in class com.atlassian.confluence.HttpHeadersAcceptanceTest
-
- testXmlExportAsAdminExportsAllContent() -
Method in class com.atlassian.confluence.webdriver.export.SpaceXmlExportTest
-
- testXmlExportAsNonAdminUserExportsJustVisibleContent() -
Method in class com.atlassian.confluence.webdriver.export.SpaceXmlExportTest
-
- testXmlPluginArtifact() -
Method in class com.atlassian.confluence.PluginAcceptanceTest
-
- testXSSGroupPickerFormAction() -
Method in class com.atlassian.confluence.GroupPickerAcceptanceTest
-
- testXssInComment() -
Method in class com.atlassian.confluence.CommentsAcceptanceTest
-
- testXssInFollowTab() -
Method in class com.atlassian.confluence.UserFollowAcceptanceTest
-
- testXssInPageTitle() -
Method in class com.atlassian.confluence.webdriver.MovePageTest
-
- testXSSSubject() -
Method in class com.atlassian.confluence.mail.EmailToContentAcceptanceTest
-
- testXssVulnerabilityFixed() -
Method in class com.atlassian.confluence.selenium.FindSpaceAttachmentsJSPTest
-
- testXworkPluginsTriggerReload() -
Method in class com.atlassian.confluence.EventsAcceptanceTest
-
- testYoutubeLink() -
Method in class com.atlassian.confluence.links.ExternalLinkAcceptanceTest
-
- testZipFilesAreNotZippedWhenGzipEnabled() -
Method in class com.atlassian.confluence.GzipFilterAcceptanceTest
-
- TEXT -
Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
- Deprecated.
- text() -
Method in class com.atlassian.confluence.pageobjects.component.macro.StatusMacro
-
- TEXT_FRIENDLY_NAME -
Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
-
- TEXT_MIME_TYPE -
Static variable in class com.atlassian.confluence.user.actions.AbstractUserProfileAction
-
- TEXT_TYPE -
Static variable in class com.atlassian.confluence.it.Attachment
-
- TextAreaVariable - Class in com.atlassian.confluence.pages.templates.variables
-
- TextAreaVariable(String, String, int, int) -
Constructor for class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
-
- TextAreaVariable(String, int, int) -
Constructor for class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
-
- TextExtractingXmlFragmentEventReader - Class in com.atlassian.confluence.content.render.xhtml
- Class wraps another {code}XmlEventReader{code} to extract text from the XML that has been read.
- TextExtractingXmlFragmentEventReader(XMLEventReader) -
Constructor for class com.atlassian.confluence.content.render.xhtml.TextExtractingXmlFragmentEventReader
-
- TextFieldPrefixQuery - Class in com.atlassian.confluence.search.v2.query
-
Represents a query that specifies a prefix to be matched - equivalent to a trailing wildcard search e.g.
- TextFieldPrefixQuery(String, String) -
Constructor for class com.atlassian.confluence.search.v2.query.TextFieldPrefixQuery
- Construct a new TextFieldPrefixQuery.
- TextFieldPrefixQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
- A mapper for
TextFieldPrefixQuerys. - TextFieldPrefixQueryMapper() -
Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.TextFieldPrefixQueryMapper
-
- TextFieldQuery - Class in com.atlassian.confluence.search.v2.query
-
Represents a raw query from the user that may be parsed.
- TextFieldQuery(String, String, BooleanOperator) -
Constructor for class com.atlassian.confluence.search.v2.query.TextFieldQuery
-
- TextFieldQueryMapper - Class in com.atlassian.confluence.search.v2.lucene.mapper
- A mapper for
TextFieldQuerys. - TextFieldQueryMapper() -
Constructor for class com.atlassian.confluence.search.v2.lucene.mapper.TextFieldQueryMapper
-
- textProviders -
Variable in class com.atlassian.quartz.jobs.AbstractJob
-
- TextQuery - Class in com.atlassian.confluence.plugins.contentproperty.search.query
- Represents a set of data needed to perform a full text search query.
- TextQuery(ContentPropertySchemaField, String) -
Constructor for class com.atlassian.confluence.plugins.contentproperty.search.query.TextQuery
-
- TextQuery - Class in com.atlassian.confluence.search.v2.query
- A multi text field query that searches across a range of text fields for the query string
- TextQuery(String) -
Constructor for class com.atlassian.confluence.search.v2.query.TextQuery
-
- TextQueryMapper - Class in com.atlassian.confluence.plugins.contentproperty.search.query
- Transforms
TextQuery into Query. - TextQueryMapper() -
Constructor for class com.atlassian.confluence.plugins.contentproperty.search.query.TextQueryMapper
-
- TextScope - Class in com.atlassian.confluence.search.scope
-
- TextScope(Searcher, String, boolean) -
Constructor for class com.atlassian.confluence.search.scope.TextScope
-
- TextScope(Searcher, String, boolean, SettingsManager) -
Constructor for class com.atlassian.confluence.search.scope.TextScope
- Deprecated since 5.1.
- theme -
Variable in class com.atlassian.confluence.it.rpc.delegates.admin.AdminRpc
-
- THEME -
Static variable in class com.atlassian.confluence.setup.settings.beans.ColourSchemesSettings
-
- Theme - Interface in com.atlassian.confluence.themes
-
- THEME_ICON -
Static variable in class com.atlassian.confluence.util.LayoutHelper
-
- THEME_SETTINGS -
Static variable in interface com.atlassian.confluence.setup.bandana.ConfluenceBandanaKeys
-
- ThemeChangeAcceptanceTest - Class in com.atlassian.confluence
-
- ThemeChangeAcceptanceTest() -
Constructor for class com.atlassian.confluence.ThemeChangeAcceptanceTest
-
- ThemeChangedEvent - Class in com.atlassian.confluence.themes.events
- Fired when a new theme is selected, either globally or for an individual space.
- ThemeChangedEvent(Object, String, String, String) -
Constructor for class com.atlassian.confluence.themes.events.ThemeChangedEvent
-
- ThemeColorsStylesheetAction - Class in com.atlassian.confluence.core.actions
- Used for rendering theme stylesheets which are Velocity templates.
- ThemeColorsStylesheetAction() -
Constructor for class com.atlassian.confluence.core.actions.ThemeColorsStylesheetAction
-
- ThemeContext - Class in com.atlassian.confluence.themes
- Context object placed in the HttpServletRequest attributes that the theme manager can use to determine what the
'context' of the current request might be.
- ThemeContext(Space, Theme, Theme) -
Constructor for class com.atlassian.confluence.themes.ThemeContext
-
- ThemeContextInterceptor - Class in com.atlassian.confluence.themes
- Interceptor to put information in the Http Request object that can be used by the themeing subsystem to determine
which theme to apply to the request.
- ThemeContextInterceptor() -
Constructor for class com.atlassian.confluence.themes.ThemeContextInterceptor
-
- ThemedDecorator - Interface in com.atlassian.confluence.themes
-
- ThemeHelper - Interface in com.atlassian.confluence.themes
-
- themeKey -
Variable in class com.atlassian.confluence.admin.actions.lookandfeel.AbstractThemeAction
-
- themeManager -
Variable in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
-
- themeManager -
Variable in class com.atlassian.confluence.security.actions.ViewSpacePermissionsAction
-
- themeManager -
Variable in class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
-
- themeManager -
Variable in class com.atlassian.confluence.spaces.actions.ConfigureSpaceLogoAction
-
- ThemeManager - Interface in com.atlassian.confluence.themes
-
- ThemeModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
-
- ThemeModuleDescriptor(ModuleFactory, PluginAccessor) -
Constructor for class com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
-
- ThemeResource - Class in com.atlassian.confluence.functest.rest.admin
- Gets and sets global and space themes.
- ThemeResource(ThemeManager) -
Constructor for class com.atlassian.confluence.functest.rest.admin.ThemeResource
-
- ThemeResource - Interface in com.atlassian.confluence.themes
- Represents a custom stylesheet or javascript associated with a theme.
- ThemeResource.Type - Enum in com.atlassian.confluence.themes
-
- ThemeRpc - Class in com.atlassian.confluence.it.rpc.delegates.admin
- Manages themes, this does.
- ThemeRpc(AuthenticatedWebResourceProvider) -
Constructor for class com.atlassian.confluence.it.rpc.delegates.admin.ThemeRpc
-
- ThemeService - Interface in com.atlassian.confluence.plugins.doctheme
-
- ThemeStylesheet - Interface in com.atlassian.confluence.themes
- Deprecated. since 3.4. Use
ThemeResource instead. - ThemesXsrfAcceptanceTest - Class in com.atlassian.confluence.xsrf
-
- ThemesXsrfAcceptanceTest() -
Constructor for class com.atlassian.confluence.xsrf.ThemesXsrfAcceptanceTest
-
- ThemingTest - Class in com.atlassian.confluence.webdriver
- Tests the application of custom themes to Confluence.
- ThemingTest() -
Constructor for class com.atlassian.confluence.webdriver.ThemingTest
-
- thereAreMoreAdmins() -
Method in class com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
-
- ThirdPartyMacrosTest - Class in com.atlassian.confluence.sanity.upgradeinstance
-
- ThirdPartyMacrosTest() -
Constructor for class com.atlassian.confluence.sanity.upgradeinstance.ThirdPartyMacrosTest
-
- ThreadBuilder - Class in com.atlassian.confluence.mail.archive
- Magical bean that takes a message, and builds a thread of related messages.
- ThreadBuilder(ILuceneConnection) -
Constructor for class com.atlassian.confluence.mail.archive.ThreadBuilder
-
- ThreadCachedSearchMapperRegistry - Class in com.atlassian.confluence.search.v2.lucene
-
A facade onto the
PluggableLuceneSearchMapperRegistry which will first look for a
ThreadLocal cache of available search mappers before delegating. - ThreadCachedSearchMapperRegistry(LuceneSearchMapperRegistry) -
Constructor for class com.atlassian.confluence.search.v2.lucene.ThreadCachedSearchMapperRegistry
- Construct with the supplied registry to be used when mappers are not found in the thread local cache.
- ThreadCheckAcceptanceTest - Class in com.atlassian.confluence
-
- ThreadCheckAcceptanceTest() -
Constructor for class com.atlassian.confluence.ThreadCheckAcceptanceTest
-
- ThreadDumper - Class in com.atlassian.confluence
- Checks whether there are any threads that shouldn't exist.
- ThreadDumper(ConfluenceRpc) -
Constructor for class com.atlassian.confluence.ThreadDumper
-
- ThreadedCommentAcceptanceTest - Class in com.atlassian.confluence
-
- ThreadedCommentAcceptanceTest() -
Constructor for class com.atlassian.confluence.ThreadedCommentAcceptanceTest
-
- ThreadedCommentsCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
- Condition that checks if threaded comments is allowed in global settings.
- ThreadedCommentsCondition() -
Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.ThreadedCommentsCondition
-
- ThreadLocalCache - Class in com.atlassian.confluence.cache
- A generic cache for "stuff" that is only needed for the lifetime of a web request or scheduled job.
- ThreadLocalCache() -
Constructor for class com.atlassian.confluence.cache.ThreadLocalCache
-
- ThreadLocalCacheAccessor<K,V> - Class in com.atlassian.confluence.cache
- A type-safe way of accessing the threadlocal cache
- ThreadLocalCacheFilter - Class in com.atlassian.confluence.web.filter
- Filter that sets up and destroys the per-web-request generic threadlocal cache.
- ThreadLocalCacheFilter() -
Constructor for class com.atlassian.confluence.web.filter.ThreadLocalCacheFilter
-
- ThreadLocalIndexerControl - Class in com.atlassian.confluence.search
- Allows the enabling and disabling of indexing for the current executing thread.
- ThreadLocalIndexerControl() -
Constructor for class com.atlassian.confluence.search.ThreadLocalIndexerControl
-
- ThreadLocalMap<K,V> - Class in com.atlassian.confluence.concurrent
- A thread local, resettable hash map
- ThreadLocalMap() -
Constructor for class com.atlassian.confluence.concurrent.ThreadLocalMap
-
- ThreadLocalMimeBodyPartRecorder - Class in com.atlassian.confluence.mail.embed
- This implementation relies on a
ThreadLocal to keep track of embeddable images. - ThreadLocalMimeBodyPartRecorder() -
Constructor for class com.atlassian.confluence.mail.embed.ThreadLocalMimeBodyPartRecorder
-
- ThreadLocalPermissionsCache - Class in com.atlassian.confluence.security
- Wrapper around the ThreadLocalCache to deal with caching space permissions and application access.
- ThreadLocalPermissionsCache() -
Constructor for class com.atlassian.confluence.security.ThreadLocalPermissionsCache
-
- ThreadLocalProfilePictureCache - Class in com.atlassian.confluence.user
- Wrapper around the ThreadLocalCache to deal with caching user profilepictures
- ThreadLocalProfilePictureCache() -
Constructor for class com.atlassian.confluence.user.ThreadLocalProfilePictureCache
-
- ThreadLocalTransformationDateFormats - Class in com.atlassian.confluence.content.render.xhtml
- Serves date formats from thread local storage to avoid synchronisation.
- ThreadLocalTransformationDateFormats() -
Constructor for class com.atlassian.confluence.content.render.xhtml.ThreadLocalTransformationDateFormats
-
- ThreadNode - Class in com.atlassian.confluence.mail.archive
-
- ThreadNode(long, Document) -
Constructor for class com.atlassian.confluence.mail.archive.ThreadNode
-
- throwCollapsedException(String) -
Static method in class com.atlassian.confluence.api.model.reference.Collapsed.Exceptions
-
- ThrowExceptionOnFragmentTransformationError - Class in com.atlassian.confluence.content.render.xhtml.transformers
- Just propagates the exception thrown in fragment transformation as a runtime exception.
- ThrowExceptionOnFragmentTransformationError() -
Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.ThrowExceptionOnFragmentTransformationError
-
- throwIfInvalid(String) -
Method in class com.atlassian.confluence.api.impl.model.validation.CoreValidationResult
- Deprecated.
- throwIfInvalid(String) -
Method in class com.atlassian.confluence.api.model.validation.SimpleValidationResult
-
- throwIfInvalid(String) -
Method in interface com.atlassian.confluence.api.model.validation.ValidationResult
- converts this validation result into an Exception and throws it
- throwIfInvalid(String) -
Method in class com.atlassian.confluence.rest.api.model.validation.RestValidationResult
-
- Throwing2TransactionCallback<T,X1 extends Exception,X2 extends Exception> - Interface in com.atlassian.confluence.plugins.contentproperty.transaction
- Callback for a Transaction that supports throwing exceptions.
- ThrowingTransactionCallback<T,X extends Exception> - Interface in com.atlassian.confluence.plugins.contentproperty.transaction
- Callback for a Transaction that supports throwing exceptions.
- ThrowingTransactionTemplate - Class in com.atlassian.confluence.plugins.contentproperty.transaction
- TransactionTemplate that supports throwing checked exceptions.
- ThrowingTransactionTemplate(TransactionalHostContextAccessor) -
Constructor for class com.atlassian.confluence.plugins.contentproperty.transaction.ThrowingTransactionTemplate
-
- thrown -
Variable in class com.atlassian.confluence.api.RemoteContentBodyConversionServiceAcceptanceTest
-
- thrown -
Variable in class com.atlassian.confluence.api.RemoteContentServiceAcceptanceTest
-
- thrown -
Variable in class com.atlassian.confluence.api.RemoteContentTrashServiceAcceptanceTest
-
- THUMBNAIL_DEFAULT_WIDTH -
Static variable in class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
-
- THUMBNAIL_IMAGE_DARK_FEATURE -
Static variable in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
-
- THUMBNAIL_MIME_TYPE -
Static variable in class com.atlassian.confluence.servlet.download.ThumbnailDownload
- Deprecated. since 3.5. Use
Thumbnail.MimeType#PNG toString() instead, as we use PNG now thumbnails.
- THUMBNAIL_PATH_SUFFIX -
Static variable in interface com.atlassian.confluence.pages.thumbnail.ThumbnailManager
-
- ThumbnailAcceptanceTest - Class in com.atlassian.confluence
-
- ThumbnailAcceptanceTest() -
Constructor for class com.atlassian.confluence.ThumbnailAcceptanceTest
-
- ThumbnailDownload - Class in com.atlassian.confluence.servlet.download
-
- ThumbnailDownload() -
Constructor for class com.atlassian.confluence.servlet.download.ThumbnailDownload
-
- ThumbnailDownloadResourceManager - Class in com.atlassian.confluence.importexport.resource
-
- ThumbnailDownloadResourceManager() -
Constructor for class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceManager
-
- ThumbnailDownloadResourceReader - Class in com.atlassian.confluence.importexport.resource
-
- ThumbnailDownloadResourceReader(Attachment, File, InputStreamSource) -
Constructor for class com.atlassian.confluence.importexport.resource.ThumbnailDownloadResourceReader
-
- ThumbnailGenerator - Interface in com.atlassian.confluence.pages.thumbnail.renderer
-
- ThumbnailInfo - Class in com.atlassian.confluence.pages.thumbnail
- Responsible for setting the height and width of thumbnails appropriately and generating the HTML
for rendering them in a page.
- ThumbnailInfo(Attachment, InputStream, String) -
Constructor for class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
- Deprecated. since 3.1 use
ThumbnailInfo.ThumbnailInfo(ImageDetails, Dimensions, String), or
ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment, String)
- ThumbnailInfo(ImageDetails, Dimensions, String) -
Constructor for class com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
- Creates a thumbnail info for the given image details and maximum dimensions.
- ThumbnailInfoFactory - Interface in com.atlassian.confluence.util
- Deprecated. since 3.0 use
ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment). - ThumbnailManager - Interface in com.atlassian.confluence.pages.thumbnail
-
- ThumbnailRemovingListener - Class in com.atlassian.confluence.event.listeners
- Removes thumbnails when an attachment is removed or updated.
- ThumbnailRemovingListener(ThumbnailManager, AttachmentManager, EventPublisher) -
Constructor for class com.atlassian.confluence.event.listeners.ThumbnailRemovingListener
-
- ThumbnailRenderer - Class in com.atlassian.confluence.pages.thumbnail.renderer
-
- ThumbnailRenderer(Thumber, Predicate<Dimensions>) -
Constructor for class com.atlassian.confluence.pages.thumbnail.renderer.ThumbnailRenderer
-
- ThumbnailRenderException - Exception in com.atlassian.confluence.pages.thumbnail
-
- ThumbnailRenderException(String) -
Constructor for exception com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException
-
- ThumbnailRenderException(String, Throwable) -
Constructor for exception com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException
-
- ThumbnailRenderException(Throwable) -
Constructor for exception com.atlassian.confluence.pages.thumbnail.ThumbnailRenderException
-
- Thumbnails - Class in com.atlassian.confluence.pages.thumbnail
- Retrieves or constructs
ThumbnailInfo objects for a list of
image Attachments, and determines the maximum height and width of the
thumbnails and images so that the rendered columns and rows can be sized
appropriately. - Thumbnails(List<Attachment>, String, int, AttachmentManager, ThumbnailManager) -
Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
- Deprecated. use
Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager)
- Thumbnails(List<Attachment>, ImagePathHelper, int, AttachmentManager, ThumbnailManager) -
Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
- Deprecated. use
Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager)
- Thumbnails(List<Attachment>, int, ThumbnailManager) -
Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
- Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments.
- Thumbnails(List<Attachment>, ImagePathHelper, int, ThumbnailManager) -
Constructor for class com.atlassian.confluence.pages.thumbnail.Thumbnails
- Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments.
- THUMBNAILS_URL_PREFIX -
Static variable in class com.atlassian.confluence.servlet.FileServerServlet
-
- ThumbnailURIResolver - Class in com.atlassian.confluence.importexport.resolvers
- Resolves thumbnail URI's
- ThumbnailURIResolver() -
Constructor for class com.atlassian.confluence.importexport.resolvers.ThumbnailURIResolver
-
- ThumbnailViewEvent - Class in com.atlassian.confluence.event.events.content.attachment
- Event fired every time an attachment's thumbnail is viewed.
- ThumbnailViewEvent(Object, Attachment) -
Constructor for class com.atlassian.confluence.event.events.content.attachment.ThumbnailViewEvent
-
- tickPage(Page) -
Method in class com.atlassian.confluence.pageobjects.page.space.SpaceExportTree
-
- Time - Class in com.atlassian.confluence.content.render.xhtml.model.time
- Transforming model for <time> element.
- Time(String) -
Constructor for class com.atlassian.confluence.content.render.xhtml.model.time.Time
-
- TIME_ELEMENT -
Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
-
- TIME_ELEMENT_NAME -
Static variable in class com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeConstants
-
- TIME_FORMAT -
Static variable in class com.atlassian.confluence.rest.serialization.Dates
- Deprecated. since 5.7. This date time format will follow that provided by
ISODateTimeFormat.dateTime()
- TimeAcceptanceTest - Class in com.atlassian.confluence
-
- TimeAcceptanceTest() -
Constructor for class com.atlassian.confluence.TimeAcceptanceTest
-
- timedSize() -
Method in class com.atlassian.confluence.pageobjects.page.content.CommentsSection
-
- TimeModelDecorator - Interface in com.atlassian.confluence.content.render.xhtml.storage.time
-
- TIMEOUT_MS -
Static variable in class com.atlassian.confluence.core.DefaultHeartbeatManager
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.component.dialog.ViewDraftDiffDialog
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.page.admin.RebuildAncestorTablePage
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.page.content.Editor
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.page.content.EditorPreview
-
- timeouts -
Variable in class com.atlassian.confluence.pageobjects.page.content.RenderedContent
- Returns the text content of the given column index.
- TimePeriod - Class in com.atlassian.confluence.util
- Deprecated. Since 5.4. Use
Period. - TimePeriod(long, TimeUnit) -
Constructor for class com.atlassian.confluence.util.TimePeriod
- Deprecated.
- TimePeriod() -
Constructor for class com.atlassian.confluence.util.TimePeriod
- Deprecated.
- Timer - Class in com.atlassian.confluence.search.actions
-
- Timer() -
Constructor for class com.atlassian.confluence.search.actions.Timer
-
- TimerSnapshot - Interface in com.atlassian.confluence.util.profiling
- Returns the time in the unit specified.
- TimerSnapshotModel - Class in com.atlassian.confluence.plugins.monitoring.rest
- Data transfer object to match the DataTables AJAX API.
- TimerSnapshotModel() -
Constructor for class com.atlassian.confluence.plugins.monitoring.rest.TimerSnapshotModel
-
- TimerSnapshotModel(TimerSnapshot) -
Constructor for class com.atlassian.confluence.plugins.monitoring.rest.TimerSnapshotModel
-
- TimerStatsResource - Class in com.atlassian.confluence.plugins.monitoring.rest
- A resource of message.
- TimerStatsResource(ConfluenceMonitoringControl) -
Constructor for class com.atlassian.confluence.plugins.monitoring.rest.TimerStatsResource
-
- Timestamped - Interface in com.atlassian.confluence.event.events
- An event with a timestamp, most likely implemented by a subclass of
ApplicationEvent. - TIMESTMP_FMT -
Static variable in enum com.atlassian.confluence.setup.BuildInformation
-
- TimeUtils - Class in com.atlassian.confluence.util
-
- TimeUtils() -
Constructor for class com.atlassian.confluence.util.TimeUtils
-
- TimeZone - Class in com.atlassian.confluence.core
- Represents an instance of an valid time zone, wrapping a
TimeZone. - TIMEZONE_PROPERTY -
Static variable in class com.atlassian.studio.confluence.startup.TenantSetup
-
- TimeZoneAcceptanceTest - Class in com.atlassian.confluence
-
- TimeZoneAcceptanceTest() -
Constructor for class com.atlassian.confluence.TimeZoneAcceptanceTest
-
- TimezoneSchedulerConfiguration - Class in com.atlassian.confluence.schedule.service
-
- TimezoneSchedulerConfiguration() -
Constructor for class com.atlassian.confluence.schedule.service.TimezoneSchedulerConfiguration
-
- TimingEventPublisher - Class in com.atlassian.confluence.event
- An
EventPublisher implementation that times how long it takes to publish an event,
and logs a warning if the time is above a threshold. - TimingRunner - Class in com.atlassian.confluence.util.test.timing
- Block Runner that ensures we're generating basic timing logging as we run.
- TimingRunner(Class<?>) -
Constructor for class com.atlassian.confluence.util.test.timing.TimingRunner
- Creates a BlockJUnit4ClassRunner to run
klass
- TINY_UI -
Static variable in class com.atlassian.confluence.api.model.link.LinkType
-
- tinyMce -
Variable in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- tinyMce -
Variable in class com.atlassian.confluence.selenium.AbstractEditorPropertyPanelTest
-
- tinyMce -
Variable in class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
-
- tinyMce -
Variable in class com.atlassian.confluence.selenium.client.PropertyPanel
-
- tinyMce -
Variable in class com.atlassian.confluence.selenium.client.TableToolbar
-
- TinyMce - Class in com.atlassian.confluence.selenium.client
-
- TinyMce(ConfluenceSeleniumClient, Editor) -
Constructor for class com.atlassian.confluence.selenium.client.TinyMce
-
- tinyMce -
Variable in class com.atlassian.confluence.selenium.EditorLinkPropertyPanelNotIExploreTest
-
- TinyMce.Bookmark - Class in com.atlassian.confluence.selenium.client
- Represents a TinyMCE bookmark.
- TinyMce.Format - Enum in com.atlassian.confluence.selenium.client
-
- TinyMce.Position - Enum in com.atlassian.confluence.selenium.client
-
- TinyMce.ShortCut - Class in com.atlassian.confluence.selenium.client
-
- TinyMce.SimpleToolbarButton - Enum in com.atlassian.confluence.selenium.client
-
- TINYMCE_LOCATOR -
Static variable in class com.atlassian.confluence.selenium.client.TinyMce
-
- TinyMceConfluenceFormatTest - Class in com.atlassian.confluence.selenium
-
- TinyMceConfluenceFormatTest(String) -
Constructor for class com.atlassian.confluence.selenium.TinyMceConfluenceFormatTest
-
- TinyMceConfluenceFormatTest - Class in com.atlassian.confluence.webdriver.editor
-
- TinyMceConfluenceFormatTest() -
Constructor for class com.atlassian.confluence.webdriver.editor.TinyMceConfluenceFormatTest
-
- TinyMceEditor - Class in com.atlassian.confluence.tinymceplugin
-
- TinyMceEditor() -
Constructor for class com.atlassian.confluence.tinymceplugin.TinyMceEditor
-
- TinyMceEmoticonTest - Class in com.atlassian.confluence.selenium
-
- TinyMceEmoticonTest(String) -
Constructor for class com.atlassian.confluence.selenium.TinyMceEmoticonTest
-
- TinyMceEmotionsAction - Class in com.atlassian.plugins.editor.actions
-
- TinyMceEmotionsAction() -
Constructor for class com.atlassian.plugins.editor.actions.TinyMceEmotionsAction
-
- TinyMceInsertMenuTest - Class in com.atlassian.confluence.selenium
-
- TinyMceInsertMenuTest(String) -
Constructor for class com.atlassian.confluence.selenium.TinyMceInsertMenuTest
-
- TinyMceInsertMenuTest - Class in com.atlassian.confluence.webdriver.editor
-
- TinyMceInsertMenuTest() -
Constructor for class com.atlassian.confluence.webdriver.editor.TinyMceInsertMenuTest
-
- TinyMceLinkBrowserCursorTestTODOXHTML - Class in com.atlassian.confluence.selenium
-
- TinyMceLinkBrowserCursorTestTODOXHTML() -
Constructor for class com.atlassian.confluence.selenium.TinyMceLinkBrowserCursorTestTODOXHTML
-
- TinyMceLinkBrowserTest - Class in com.atlassian.confluence.selenium
-
- TinyMceLinkBrowserTest() -
Constructor for class com.atlassian.confluence.selenium.TinyMceLinkBrowserTest
-
- TinyMceMacroBrowserNotIExploreTest - Class in com.atlassian.confluence.selenium
- Run tests specific to RTE that require typing, cursor placement or pressing of the Enter key.
- TinyMceMacroBrowserNotIExploreTest() -
Constructor for class com.atlassian.confluence.selenium.TinyMceMacroBrowserNotIExploreTest
-
- TinyMceMacroBrowserTest - Class in com.atlassian.confluence.selenium
- Run tests specific to RTE.
- TinyMceMacroBrowserTest() -
Constructor for class com.atlassian.confluence.selenium.TinyMceMacroBrowserTest
-
- TinyMceNotIExploreTest - Class in com.atlassian.confluence.selenium
- Contains general TinyMCE tests that perform operations known to have problems on IE.
- TinyMceNotIExploreTest(String) -
Constructor for class com.atlassian.confluence.selenium.TinyMceNotIExploreTest
-
- TinyMcePasteTest - Class in com.atlassian.confluence.selenium
-
- TinyMcePasteTest() -
Constructor for class com.atlassian.confluence.selenium.TinyMcePasteTest
-
- TinyMceShortcutsTest - Class in com.atlassian.confluence.selenium
-
- TinyMceShortcutsTest() -
Constructor for class com.atlassian.confluence.selenium.TinyMceShortcutsTest
-
- TinyMceSymbolTest - Class in com.atlassian.confluence.webdriver.editor
-
- TinyMceSymbolTest() -
Constructor for class com.atlassian.confluence.webdriver.editor.TinyMceSymbolTest
-
- TinyMceTableTest - Class in com.atlassian.confluence.selenium
-
- TinyMceTableTest(String) -
Constructor for class com.atlassian.confluence.selenium.TinyMceTableTest
-
- TinyUrl - Class in com.atlassian.confluence.pages
-
- TinyUrl(long) -
Constructor for class com.atlassian.confluence.pages.TinyUrl
-
- TinyUrl(AbstractPage) -
Constructor for class com.atlassian.confluence.pages.TinyUrl
-
- TinyUrl(String) -
Constructor for class com.atlassian.confluence.pages.TinyUrl
-
- TinyUrlAction - Class in com.atlassian.confluence.pages.actions
- Action that the TinyUrlServlet redirects to, as we want to do (testable) things
with permissions and page availability.
- TinyUrlAction() -
Constructor for class com.atlassian.confluence.pages.actions.TinyUrlAction
-
- TinyUrlAware - Interface in com.atlassian.confluence.pages.actions
- Provides tiny urls.
- TinyUrlServlet - Class in com.atlassian.confluence.servlet
-
- TinyUrlServlet() -
Constructor for class com.atlassian.confluence.servlet.TinyUrlServlet
-
- TinyUrlSupportedCondition - Class in com.atlassian.confluence.plugin.descriptor.web.conditions
-
- TinyUrlSupportedCondition() -
Constructor for class com.atlassian.confluence.plugin.descriptor.web.conditions.TinyUrlSupportedCondition
-
- title(String) -
Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- title -
Variable in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
-
- TITLE -
Static variable in class com.atlassian.confluence.it.admin.ManageGroups
-
- TITLE -
Static variable in class com.atlassian.confluence.it.admin.ManageUsers
-
- TITLE -
Static variable in class com.atlassian.confluence.it.content.CreateSpaceBean
-
- title() -
Method in class com.atlassian.confluence.pageobjects.component.attachment.AttachmentRemovalConfirmationDialog
-
- title() -
Method in class com.atlassian.confluence.pageobjects.component.macro.StatusMacro.PropertyPanel
-
- title(String) -
Method in class com.atlassian.confluence.pageobjects.component.macro.StatusMacro.PropertyPanel
-
- title -
Variable in class com.atlassian.confluence.plugins.templates.actions.AbstractEditPageTemplateAction
-
- title -
Variable in class com.atlassian.confluence.sanity.newinstance.AutocompleteMacroTest
-
- title -
Variable in class com.atlassian.confluence.sanity.newinstance.BasicContentCreationTest
-
- TITLE -
Static variable in class com.atlassian.confluence.search.lucene.DocumentFieldName
-
- TITLE -
Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- title -
Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
-
- TITLE -
Static variable in class test.plugin.apiavailable.DummyApiAvailableTestResource
-
- TITLE -
Static variable in class test.plugin.versionchildpolicy.DummyVersionChildPolicyTestResource
-
- TITLE_ATTRIBUTE_NAME -
Static variable in class com.atlassian.confluence.content.render.xhtml.EmbeddedImageConstants
-
- TITLE_SEPARATOR -
Static variable in class com.atlassian.confluence.cluster.ClusteredBigAcceptanceTest
-
- TITLE_SEPARATOR -
Static variable in class com.atlassian.confluence.it.global.ConfluencePage
-
- TITLE_SEPARATOR -
Static variable in class com.atlassian.confluence.it.user.UserProfile
-
- TitleAndSpaceKeyPageLocator - Class in com.atlassian.confluence.content.service.page
- Returns the page with the given space key and title.
- TitleAndSpaceKeyPageLocator(PageManager, String, String) -
Constructor for class com.atlassian.confluence.content.service.page.TitleAndSpaceKeyPageLocator
-
- TitleChangeListener - Class in com.atlassian.confluence.core.listeners
- Listens for
ConfluenceEntityUpdated events that represent changes in the display title. - TitleChangeListener() -
Constructor for class com.atlassian.confluence.core.listeners.TitleChangeListener
-
- TitledContent - Interface in com.atlassian.confluence.it
- Content that has a title to be displayed in search results, etc.
- TitleExtractor - Class in com.atlassian.confluence.search.lucene.extractor
- Responsible for extracting titles for various entities.
- TitleExtractor() -
Constructor for class com.atlassian.confluence.search.lucene.extractor.TitleExtractor
-
- TitleSort - Class in com.atlassian.confluence.search.v2.sort
- Order search results by title
- TitleSort(SearchSort.Order) -
Constructor for class com.atlassian.confluence.search.v2.sort.TitleSort
-
- TitleText - Class in com.atlassian.confluence.pageobjects.component.header
-
- TitleText() -
Constructor for class com.atlassian.confluence.pageobjects.component.header.TitleText
-
- to(T) -
Static method in class com.atlassian.confluence.api.model.reference.Reference
- Create an expanded reference to the referent value.
- toAbsoluteUriBuilder() -
Method in class com.atlassian.confluence.api.impl.service.nav.AbstractNav
-
- toAbsoluteUriBuilder() -
Method in interface com.atlassian.confluence.rest.api.services.RestNavigation.RestBuilder
- converts this builder to a jersey URI builder
- toArray() -
Method in class com.atlassian.confluence.api.model.Expansions
-
- toArray() -
Method in class com.atlassian.confluence.legacyapi.service.Expansions
-
- toArray() -
Method in class com.atlassian.confluence.rest.api.model.RestList
-
- toArray(Object[]) -
Method in class com.atlassian.confluence.rest.api.model.RestList
-
- toBooleanQuery() -
Method in class com.atlassian.confluence.macro.query.BooleanQueryFactory
- Returns a
BooleanQuery instance using the current state of this
BooleanQueryFactory.
- TOC_MACRO -
Static variable in class com.atlassian.confluence.it.Macro
-
- toCalendar(Date) -
Static method in class com.atlassian.confluence.pages.BlogPost
-
- toCheckboxName(Permission, Entity) -
Static method in class com.atlassian.confluence.it.PermissionUtils
-
- toCheckboxName(Permission, Group) -
Static method in class com.atlassian.confluence.it.PermissionUtils
-
- toCheckboxName(Permission, User) -
Static method in class com.atlassian.confluence.it.PermissionUtils
-
- toCheckboxName(Permission, UserWithKey) -
Static method in class com.atlassian.confluence.it.PermissionUtils
-
- toContentRepresentation() -
Method in class com.atlassian.confluence.core.BodyType
-
- toDate(Date) -
Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
-
- toDate(DateTime) -
Method in class com.atlassian.confluence.search.v2.query.DateRangeQuery.Builder
-
- toDatePath(Date) -
Static method in class com.atlassian.confluence.pages.BlogPost
-
- toDefaultTrustedApplication(EncryptionProvider) -
Method in class com.atlassian.confluence.security.trust.ConfluenceTrustedApplication
- Create an instance of
TrustedApplication based on
this instance of ConfluenceTrustedApplication.
- toDiagnosticString() -
Static method in class com.atlassian.confluence.it.mail.MailUtils
-
- toDiagnosticString(MimeMessage) -
Static method in class com.atlassian.confluence.it.mail.MailUtils
-
- todoTestFollowUser() -
Method in class com.atlassian.confluence.selenium.UserFollowTest
-
- TODOXHTML_testAttachmentLink() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteLinkShortcutTest
-
- TODOXHTML_testClosePanelOnScroll() -
Method in class com.atlassian.confluence.selenium.EditorImagePropertyPanelTest
-
- TODOXHTML_testCursorMaintainedInEmptyParagraphOnCancel() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserNotIExploreTest
-
- TODOXHTML_testCursorMaintainedOnCancel() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserNotIExploreTest
-
- TODOXHTML_testCursorMaintainedOnCancelDuringMacroEdit() -
Method in class com.atlassian.confluence.selenium.TinyMceMacroBrowserNotIExploreTest
-
- TODOXHTML_testEmbedExternalQuickTime() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- TODOXHTML_testEmbedObjectWithEntityInUrl() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- TODOXHTML_testEmbedRealMedia() -
Method in class com.atlassian.confluence.EmbeddedObjectAcceptanceTest
-
- TODOXHTML_testExportPreservesParagraphs() -
Method in class com.atlassian.confluence.WordExportAcceptanceTest
-
- TODOXHTML_testInsertLinkForSelectedText() -
Method in class com.atlassian.confluence.selenium.TinyMceLinkBrowserTest
-
- TODOXHTML_testMacrosWhichRequireResources() -
Method in class com.atlassian.confluence.WordExportAcceptanceTest
-
- TODOXHTML_testNoAttachingToDraftForAnonymousUser() -
Method in class com.atlassian.confluence.selenium.EditorInsertImageDialogTest
-
- TODOXHTML_testPreviewExpandsToFitContent() -
Method in class com.atlassian.confluence.selenium.EditorPreviewTest
-
- TODOXHTML_testRepositionPanelOnThumbnail() -
Method in class com.atlassian.confluence.selenium.EditorImagePropertyPanelTest
-
- TODOXHTML_testResolveMergeConflict() -
Method in class com.atlassian.confluence.BlogAcceptanceTest
-
- TODOXHTML_testResolveMergeConflict() -
Method in class com.atlassian.confluence.EditPageAcceptanceTest
-
- TODOXHTMLtestCreateLinkStyle() -
Method in class com.atlassian.confluence.selenium.EditorLinkStyleTest
-
- TODOXHTMLtestNoEmptyParagraphIsAddedAfterInsert() -
Method in class com.atlassian.confluence.selenium.EditorAutocompleteMacroTest
-
- TODOXHTMLtestPanelLocationRelavantAfterResizeChangesViewportScroll() -
Method in class com.atlassian.confluence.selenium.EditorImagePropertyPanelTest
-
- TODOXHTMLtestUresolvedLinkStyle() -
Method in class com.atlassian.confluence.selenium.EditorLinkStyleTest
-
- toEndOfMonth(Calendar, boolean) -
Static method in class com.atlassian.confluence.util.GeneralUtil
- Takes a Calendar object and returns the very end (last day, hour, minute, second and millisecond) of the month that the Calendar is in.
- toEntityReference(Object) -
Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
-
- toEntityReference(String, Class<? extends EntityType>) -
Method in class com.atlassian.confluence.applinks.ConfluenceInternalHostApplication
-
- toFileName(String) -
Method in class com.atlassian.confluence.util.test.rules.TestResource
- Composes the file name of the resource based upon a hyphenated version of the test class and method name and the
given name suffix.
- toFormParameterName(String) -
Method in class com.atlassian.confluence.security.SpacePermission
- Deprecated. As of 2.7.2, use
PermissionRow.buildParameterName(String, String).
- toGenericXML(Writer, ExportProgress) -
Method in class com.atlassian.confluence.importexport.impl.AtlassianXMLDatabinder
-
- toggleBorder() -
Method in class com.atlassian.confluence.pageobjects.component.editor.ImagePropertyPanel
- Toggle the border of the image.
- ToggleFavourites - Class in com.atlassian.confluence.pageobjects.component
- Represents the favourite/unfavourite button for pages and spaces.
- ToggleFavourites() -
Constructor for class com.atlassian.confluence.pageobjects.component.ToggleFavourites
-
- ToggleFavourites - Class in com.atlassian.confluence.selenium.client
-
- ToggleFavourites(ConfluenceSeleniumClient) -
Constructor for class com.atlassian.confluence.selenium.client.ToggleFavourites
-
- toggleNotifyOnSubscribe() -
Method in class com.atlassian.confluence.selenium.client.InviteUsersPanel
- Deprecated.
- toggleNotifyOnSubscribe() -
Method in class com.atlassian.confluence.selenium.client.SignupOptionsPanel
-
- togglePageWatch() -
Method in class com.atlassian.confluence.pageobjects.page.content.WatchDialog
-
- toggleShowVersion() -
Method in class com.atlassian.confluence.pageobjects.component.content.AttachmentsRow
- Deprecated.
- toggleShowVersionComment(boolean) -
Method in class com.atlassian.confluence.pageobjects.page.content.ViewPageAnonymous
-
- toggleShowVersionSection() -
Method in class com.atlassian.confluence.pageobjects.component.attachment.AttachmentContainer
-
- toggleSourceMode() -
Method in class com.atlassian.confluence.selenium.client.TinyMce
-
- toggleSpaceWatch() -
Method in class com.atlassian.confluence.pageobjects.page.content.WatchDialog
-
- toHexColor(String) -
Method in class com.atlassian.confluence.selenium.client.ConfluenceSeleniumClient
- Converts style color "rbg(1, 2, 3)", or "#010203" into a hex color "010203".
- toHQL(long, MembershipQuery) -
Method in class com.atlassian.crowd.embedded.hibernate2.HQLMembershipQueryTranslator
-
- toHSL(Color) -
Static method in class com.atlassian.confluence.util.ColourUtils
- Returns the color value in the HSL space
- toHtml(String) -
Static method in class com.atlassian.confluence.util.PlainTextToHtmlConverter
- The function converts plain text into html in two steps.
- toI18NKey() -
Method in class com.atlassian.confluence.spaces.SpaceType
-
- toInt() -
Method in class com.atlassian.confluence.core.BodyType
-
- toJSONArray(JSONArray) -
Method in class com.atlassian.confluence.json.parser.JSONObject
- Deprecated. Produce a JSONArray containing the values of the members of this
JSONObject.
- toJSONObject(JSONArray) -
Method in class com.atlassian.confluence.json.parser.JSONArray
- Deprecated. Produce a JSONObject by combining a JSONArray of names with the values
of this JSONArray.
- toJSONString() -
Method in interface com.atlassian.confluence.json.parser.JSONString
- Deprecated. The
toJSONString method allows a class to produce its own JSON
serialization.
- token -
Variable in class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
-
- TokenAuthenticationInvocationHandler - Class in com.atlassian.confluence.rpc.auth
- An interceptor to handle token based authentication and login/logout.
- TokenAuthenticationInvocationHandler() -
Constructor for class com.atlassian.confluence.rpc.auth.TokenAuthenticationInvocationHandler
-
- TokenAuthenticationManager - Class in com.atlassian.confluence.rpc.auth
- Manages tokens used to authenticate users for Confluence's remote API.
- TokenAuthenticationManager(LoginManager, UserAccessor, PermissionManager, SettingsManager, EventPublisher, SharedDataManager) -
Constructor for class com.atlassian.confluence.rpc.auth.TokenAuthenticationManager
-
- tokenize(String) -
Method in class com.atlassian.confluence.search.contentnames.lucene.LuceneQueryTokenizer
-
- tokenize(String) -
Method in interface com.atlassian.confluence.search.contentnames.QueryTokenizer
- Produces query tokens from the specified query.
- TokenMap - Class in com.atlassian.confluence.rpc.auth
- A simple map with a timeout on the get/put methods.
- TokenMap(long) -
Constructor for class com.atlassian.confluence.rpc.auth.TokenMap
-
- toKey(Attachment) -
Method in class com.atlassian.confluence.pages.AttachmentDownloadPathCache
-
- toKey(ContentEntityObject, String) -
Method in class com.atlassian.confluence.pages.AttachmentDownloadPathCache
-
- toLabel() -
Method in class com.atlassian.confluence.labels.ParsedLabelName
-
- toLevelOrNull(String) -
Method in class com.atlassian.confluence.it.rpc.delegates.admin.LoggingRpc
-
- toLocale(String) -
Static method in class com.atlassian.confluence.languages.LocaleParser
- Converts a locale String like "en_GB" into a Java Locale object.
- toLocaleFromHttpHeader(String) -
Static method in class com.atlassian.confluence.languages.LocaleParser
-
- toMacro() -
Method in class com.atlassian.confluence.renderer.UserMacroConfig
-
- toMap() -
Method in class com.atlassian.confluence.plugin.descriptor.web.DefaultWebInterfaceContext
-
- toMap() -
Method in interface com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
- Converts the parameters into a map using the "context keys" defined as constants in this class.
- toMap(String) -
Static method in class com.atlassian.confluence.util.QueryStringUtil
- Parses the supplied query string and inserts the specified parameters into a map.
- toMap(Context) -
Static method in class com.atlassian.confluence.velocity.ContextUtils
- Convert a velocity
Context into a map.
- TOOLBAR_LOCATOR -
Static variable in class com.atlassian.confluence.selenium.client.TinyMce
-
- toolsMenu() -
Method in class com.atlassian.confluence.pageobjects.component.header.ConfluenceMainHeader
-
- ToolsMenu - Class in com.atlassian.confluence.pageobjects.component.menu
- Represents the Tools Menu
- ToolsMenu() -
Constructor for class com.atlassian.confluence.pageobjects.component.menu.ToolsMenu
-
- ToolsMenu - Class in com.atlassian.confluence.selenium.client
-
- ToolsMenu(ConfluenceSeleniumClient, SeleniumAssertions) -
Constructor for class com.atlassian.confluence.selenium.client.ToolsMenu
-
- ToolsMenuFavouriteItemTest - Class in com.atlassian.confluence.selenium
-
- ToolsMenuFavouriteItemTest(String) -
Constructor for class com.atlassian.confluence.selenium.ToolsMenuFavouriteItemTest
-
- tooltip -
Variable in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
-
- TOOLTIP_ATTRIBUTE_NAME -
Static variable in class com.atlassian.confluence.content.render.xhtml.storage.link.StorageLinkConstants
-
- toOutgoingLink(ContentEntityObject) -
Method in class com.atlassian.confluence.links.linktypes.AbstractPageLink
-
- toOutgoingLink(ContentEntityObject) -
Method in class com.atlassian.confluence.links.linktypes.BlogPostLink
-
- toOutgoingLink(ContentEntityObject) -
Method in class com.atlassian.confluence.links.linktypes.IncludePageMacroLink
-
- TOP_BAR -
Static variable in interface com.atlassian.confluence.themes.ColourScheme
-
- TOP_BAR_MENU_ITEM_TEXT -
Static variable in interface com.atlassian.confluence.themes.ColourScheme
-
- TOP_BAR_MENU_SELECTED_BACKGROUND -
Static variable in interface com.atlassian.confluence.themes.ColourScheme
-
- TOP_BAR_MENU_SELECTED_TEXT -
Static variable in interface com.atlassian.confluence.themes.ColourScheme
-
- TOP_NAV_LOCATION -
Static variable in class com.atlassian.confluence.themes.DefaultTheme
-
- toPageContext() -
Method in class com.atlassian.confluence.core.ContentEntityObject
- When the content is rendered, what context is it being rendered in?
- TopDocuments - Class in com.atlassian.confluence.search.v2.lucene
-
- TopDocuments(List<Document>, int, boolean, long) -
Constructor for class com.atlassian.confluence.search.v2.lucene.TopDocuments
-
- toRelativePathFromClassLoaderRoot(Method) -
Method in class com.atlassian.confluence.util.test.rules.TestResource
-
- toRequest(String) -
Method in class com.atlassian.confluence.it.web.FileUpload
-
- toResponse(Exception) -
Method in class com.atlassian.confluence.plugins.restapi.exceptions.RestExceptionMapper
-
- toResponse(Exception) -
Method in class com.atlassian.confluence.ui.rest.LoggingExceptionMapper
-
- toScope(String) -
Static method in enum com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryScope
-
- toSearchQuery() -
Method in class com.atlassian.confluence.mail.archive.content.MailFeedContentType
-
- toSearchQuery() -
Method in interface com.atlassian.confluence.rss.FeedCustomContentType
-
- toString() -
Method in class bucket.core.persistence.hibernate.HibernateHandle
-
- toString() -
Method in class bucket.core.persistence.hibernate.schema.TransientHibernateHandle
- Deprecated.
- toString() -
Method in class bucket.search.persistence.IndexQueueEntry
- A simple tostring implementation that returns the data contained by this queue entry.
- toString() -
Method in class bucket.user.propertyset.BucketPropertySetItem
-
- toString() -
Method in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
-
- toString() -
Method in class com.atlassian.confluence.admin.tasks.AdminTask
-
- toString() -
Method in class com.atlassian.confluence.api.impl.service.content.factory.Fauxpansions
-
- toString() -
Method in class com.atlassian.confluence.api.model.BaseApiEnum
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.AttachmentUpload
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.Content
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.ContentRepresentation
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.id.ContentId
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.id.JsonContentPropertyId
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.JsonContentProperty
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.Label
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.Space
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.SpaceType
-
- toString() -
Method in class com.atlassian.confluence.api.model.content.Version
-
- toString() -
Method in class com.atlassian.confluence.api.model.Depth
-
- toString() -
Method in class com.atlassian.confluence.api.model.Expansion
-
- toString() -
Method in class com.atlassian.confluence.api.model.Expansions
-
- toString() -
Method in class com.atlassian.confluence.api.model.journal.JournalEntry
-
- toString() -
Method in class com.atlassian.confluence.api.model.journal.JournalIdentifier
-
- toString() -
Method in class com.atlassian.confluence.api.model.JsonString
-
- toString() -
Method in class com.atlassian.confluence.api.model.messages.SimpleMessage
-
- toString() -
Method in class com.atlassian.confluence.api.model.pagination.LimitedRequestImpl
-
- toString() -
Method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
-
- toString() -
Method in class com.atlassian.confluence.api.model.pagination.SimplePageRequest
-
- toString() -
Method in class com.atlassian.confluence.api.model.people.SubjectType
-
- toString() -
Method in class com.atlassian.confluence.api.model.permissions.OperationKey
-
- toString() -
Method in class com.atlassian.confluence.api.model.reference.ExpandedReference
-
- toString() -
Method in class com.atlassian.confluence.api.model.validation.SimpleValidationError
-
- toString() -
Method in class com.atlassian.confluence.api.service.journal.EntryProcessorResult
-
- toString() -
Method in class com.atlassian.confluence.cluster.ClusterConfig
-
- toString() -
Method in class com.atlassian.confluence.cluster.hazelcast.HazelcastClusterNodeInformation
-
- toString() -
Method in class com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
-
- toString() -
Method in class com.atlassian.confluence.content.CustomContentEntityObject
-
- toString() -
Method in class com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
-
- toString() -
Method in class com.atlassian.confluence.content.render.image.ImageDimensions
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.definition.PlainTextMacroBody
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.definition.RichTextMacroBody
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.migration.UrlResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.DefaultStandardTag
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker.InlineCommentMarker
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.links.DefaultLink
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.DefaultEmbeddedImage
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ContentEntityResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.DraftResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.IdAndTypeResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.PageResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UnresolvedUsernameResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.WikiLinkBasedResourceIdentifier
-
- toString() -
Method in class com.atlassian.confluence.content.render.xhtml.ResettableXmlEventReader
-
- toString(XMLEventReader) -
Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
- Deprecated. since 5.2. Use
StaxUtils.toXmlString(javax.xml.stream.XMLEventReader, XmlOutputFactory)
- toString() -
Method in enum com.atlassian.confluence.content.service.DraftService.DraftType
-
- toString() -
Method in class com.atlassian.confluence.core.BodyType
-
- toString() -
Method in class com.atlassian.confluence.core.ContentEntityObject
-
- toString() -
Method in class com.atlassian.confluence.core.InputStreamAttachmentResource
-
- toString() -
Method in class com.atlassian.confluence.core.InputStreamExceptionDecorator
-
- toString() -
Method in class com.atlassian.confluence.core.InputStreamSerializer
-
- toString() -
Method in class com.atlassian.confluence.core.ListQuery
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.core.persistence.schema.descriptor.ColumnDescriptor
-
- toString() -
Method in class com.atlassian.confluence.core.persistence.schema.descriptor.IndexDescriptor
-
- toString() -
Method in enum com.atlassian.confluence.core.PluginDataSourceFactory.FilterByType
-
- toString() -
Method in class com.atlassian.confluence.core.service.ValidationError
-
- toString() -
Method in class com.atlassian.confluence.core.TimeZone
-
- toString() -
Method in class com.atlassian.confluence.core.UploadedResource
-
- toString() -
Method in class com.atlassian.confluence.diff.ChangeChunk
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.diff.CharacterChunk
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.diff.LineChunk
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.diff.WordChunk
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.event.events.analytics.QueueOverflowEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.content.page.async.PageEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.content.page.PageEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.content.page.PageMoveEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.content.page.PageUpdateEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.follow.FollowEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.like.AbstractLikeEvent
-
- toString() -
Method in class com.atlassian.confluence.event.events.plugin.PluginEvent
-
- toString() -
Method in class com.atlassian.confluence.impl.journal.JournalEntry
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.ComponentProperty
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedObject
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveId
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
-
- toString() -
Method in class com.atlassian.confluence.importexport.xmlimport.model.ReferenceProperty
-
- toString() -
Method in class com.atlassian.confluence.it.admin.CacheStatistics
-
- toString() -
Method in class com.atlassian.confluence.it.admin.UserDirectory
-
- toString() -
Method in class com.atlassian.confluence.it.content.security.ContentPermissionEntry
-
- toString() -
Method in class com.atlassian.confluence.it.dashboard.WebRecentlyUpdatedChangeSet
-
- toString() -
Method in class com.atlassian.confluence.it.dashboard.WebRecentlyUpdatedItem
-
- toString() -
Method in class com.atlassian.confluence.it.Group
-
- toString() -
Method in class com.atlassian.confluence.it.ImageLink
-
- toString() -
Method in class com.atlassian.confluence.it.jsoup.JSoupFinder
-
- toString() -
Method in class com.atlassian.confluence.it.Location
-
- toString() -
Method in class com.atlassian.confluence.it.maven.FileMavenDependency
-
- toString() -
Method in class com.atlassian.confluence.it.maven.LocalMavenDependency
-
- toString() -
Method in interface com.atlassian.confluence.it.maven.MavenDependency
-
- toString() -
Method in class com.atlassian.confluence.it.maven.MavenUploadablePlugin
-
- toString() -
Method in class com.atlassian.confluence.it.Namespace
-
- toString() -
Method in class com.atlassian.confluence.it.Page
-
- toString() -
Method in class com.atlassian.confluence.it.setup.database.DataSourceDatabaseSetup
-
- toString() -
Method in class com.atlassian.confluence.it.setup.database.JdbcDatabaseSetup
-
- toString() -
Method in class com.atlassian.confluence.it.setup.JiraConnectionSetup
-
- toString() -
Method in class com.atlassian.confluence.it.setup.userdirectory.InternalUserDirectorySetup
-
- toString() -
Method in class com.atlassian.confluence.it.setup.userdirectory.JIRAUserDirectorySetup
-
- toString() -
Method in class com.atlassian.confluence.it.SimpleLink
-
- toString() -
Method in class com.atlassian.confluence.it.Space
-
- toString() -
Method in enum com.atlassian.confluence.it.Space.Type
-
- toString() -
Method in class com.atlassian.confluence.it.User
-
- toString() -
Method in class com.atlassian.confluence.it.usermanagement.CrowdDirectoryConfiguration
-
- toString() -
Method in class com.atlassian.confluence.it.UserWithKey
-
- toString() -
Method in class com.atlassian.confluence.json.parser.JSONArray
- Deprecated. Make a JSON text of this JSONArray.
- toString(int) -
Method in class com.atlassian.confluence.json.parser.JSONArray
- Deprecated. Make a prettyprinted JSON text of this JSONArray.
- toString() -
Method in class com.atlassian.confluence.json.parser.JSONObject
- Deprecated. Make a JSON text of this JSONObject.
- toString(int) -
Method in class com.atlassian.confluence.json.parser.JSONObject
- Deprecated. Make a prettyprinted JSON text of this JSONObject.
- toString() -
Method in class com.atlassian.confluence.json.parser.JSONTokener
- Deprecated. Make a printable string of this JSONTokener.
- toString() -
Method in class com.atlassian.confluence.labels.Label
-
- toString() -
Method in class com.atlassian.confluence.labels.Labelling
-
- toString() -
Method in class com.atlassian.confluence.labels.Namespace
-
- toString() -
Method in class com.atlassian.confluence.like.Like
-
- toString() -
Method in class com.atlassian.confluence.links.OutgoingLink
-
- toString() -
Method in class com.atlassian.confluence.links.SimpleLink
-
- toString() -
Method in enum com.atlassian.confluence.macro.browser.beans.MacroCategory
-
- toString() -
Method in class com.atlassian.confluence.macro.browser.beans.MacroFormDetails
-
- toString() -
Method in class com.atlassian.confluence.macro.browser.beans.MacroMetadata
-
- toString() -
Method in class com.atlassian.confluence.macro.browser.beans.MacroParameter
-
- toString() -
Method in enum com.atlassian.confluence.macro.browser.beans.MacroParameterType
-
- toString() -
Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
-
- toString() -
Method in class com.atlassian.confluence.mail.archive.AbstractMailAccount
-
- toString() -
Method in class com.atlassian.confluence.mail.archive.MailPollResult
-
- toString() -
Method in class com.atlassian.confluence.mail.notification.listeners.NotificationData
-
- toString() -
Method in class com.atlassian.confluence.pageobjects.component.dashboard.DashboardPopularStreamContent.StreamCountItem
-
- toString() -
Method in class com.atlassian.confluence.pageobjects.component.dashboard.DashboardPopularStreamContent.StreamItem
-
- toString() -
Method in class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
-
- toString() -
Method in class com.atlassian.confluence.pageobjects.page.content.CreatePage
-
- toString() -
Method in class com.atlassian.confluence.pageobjects.page.content.ViewPage
-
- toString() -
Method in class com.atlassian.confluence.pages.Attachment
-
- toString() -
Method in class com.atlassian.confluence.pages.ContentNode
-
- toString() -
Method in class com.atlassian.confluence.pages.Draft
-
- toString() -
Method in class com.atlassian.confluence.pages.templates.PluginTemplateReference
-
- toString() -
Method in class com.atlassian.confluence.pages.thumbnail.Dimensions
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.plugin.descriptor.aboutpage.Material
-
- toString() -
Method in class com.atlassian.confluence.plugin.descriptor.web.descriptors.ConfluenceWebItemModuleDescriptor
-
- toString() -
Method in class com.atlassian.confluence.plugin.dev.ClassLoaderDelegate
-
- toString() -
Method in class com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
-
- toString() -
Method in class com.atlassian.confluence.plugin.dev.WebResourceModuleDescriptorDelegate
-
- toString() -
Method in class com.atlassian.confluence.plugin.module.PluginModuleHolder
-
- toString() -
Method in class com.atlassian.confluence.plugin.persistence.AbstractPluginData
-
- toString() -
Method in class com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
-
- toString() -
Method in class com.atlassian.confluence.plugins.dailysummary.content.popular.PopularContentExcerptDto
-
- toString() -
Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
-
- toString() -
Method in class com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
-
- toString() -
Method in class com.atlassian.confluence.plugins.macros.dashboard.SpaceCategoryName
-
- toString() -
Method in enum com.atlassian.confluence.plugins.macros.dashboard.SpacesListMacro.Tabs
-
- toString() -
Method in class com.atlassian.confluence.plugins.rest.entities.ContentEntity
- String representation is only used for diagnostic purposes.
- toString() -
Method in class com.atlassian.confluence.plugins.rest.entities.SpaceEntity
- String representation is only used for diagnostic purposes.
- toString() -
Method in class com.atlassian.confluence.RandomnessHandler
- Debugging information important so that we know what the tests were doing.
- toString() -
Method in enum com.atlassian.confluence.renderer.ConfluenceRenderContextOutputType
-
- toString() -
Method in class com.atlassian.confluence.renderer.embedded.support.SWFHeader
-
- toString() -
Method in class com.atlassian.confluence.renderer.radeox.macros.ChangeSetKey
-
- toString() -
Method in class com.atlassian.confluence.renderer.RenderResult
- Does the same as getRenderedContent, so you can shortcut the use of the
renderer in things like writers or string concatenation.
- toString() -
Method in enum com.atlassian.confluence.rest.api.model.ExceptionConverter.AdditionalStatus
- Get the reason phrase
- toString() -
Method in class com.atlassian.confluence.rest.api.model.RestEntity
-
- toString() -
Method in class com.atlassian.confluence.rest.api.model.RestList
-
- toString() -
Method in class com.atlassian.confluence.rest.api.model.validation.RestValidationError
-
- toString() -
Method in class com.atlassian.confluence.rest.api.model.validation.RestValidationResult
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteComment
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteConfluenceUser
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteLabel
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemotePage
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageHistory
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpace
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
-
- toString() -
Method in class com.atlassian.confluence.rpc.soap.beans.RemoteUser
-
- toString() -
Method in class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
-
- toString() -
Method in class com.atlassian.confluence.schedule.ScheduledJobHistory
-
- toString() -
Method in class com.atlassian.confluence.schedule.ScheduledJobKey
-
- toString() -
Method in class com.atlassian.confluence.search.actions.json.ContentNameMatch
-
- toString() -
Method in class com.atlassian.confluence.search.actions.json.ContentNameSearchResult
-
- toString() -
Method in class com.atlassian.confluence.search.actions.SearchQueryBean
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.search.actions.SearchResultWithExcerpt
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.search.actions.Timer
-
- toString() -
Method in class com.atlassian.confluence.search.contentnames.Category
-
- toString() -
Method in class com.atlassian.confluence.search.contentnames.SearchResult
-
- toString() -
Method in class com.atlassian.confluence.search.lucene.tasks.AddChangeDocumentIndexTask
-
- toString() -
Method in class com.atlassian.confluence.search.lucene.tasks.DeleteChangeDocumentsIndexTask
-
- toString() -
Method in class com.atlassian.confluence.search.lucene.tasks.DeleteDocumentIndexTask
-
- toString() -
Method in class com.atlassian.confluence.search.lucene.tasks.UnIndexSpaceIndexTask.SpaceKeyHandle
-
- toString() -
Method in class com.atlassian.confluence.search.lucene.tasks.UpdateDocumentIndexTask
-
- toString() -
Method in enum com.atlassian.confluence.search.service.ContentTypeEnum
-
- toString() -
Method in class com.atlassian.confluence.search.service.SearchQueryParameters
-
- toString() -
Method in enum com.atlassian.confluence.search.service.SpaceCategoryEnum
- The String representation of the enum.
- toString(String) -
Method in class com.atlassian.confluence.search.v2.lucene.boosting.BoostingQuery
-
- toString() -
Method in class com.atlassian.confluence.search.v2.lucene.LuceneSearchResult
-
- toString() -
Method in class com.atlassian.confluence.search.v2.lucene.WrappedHitImpl
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.search.v2.query.BooleanQuery
-
- toString() -
Method in class com.atlassian.confluence.search.v2.query.TextFieldPrefixQuery
-
- toString() -
Method in class com.atlassian.confluence.search.v2.searchfilter.ChainedSearchFilter
-
- toString() -
Method in class com.atlassian.confluence.security.ContentPermission
-
- toString() -
Method in class com.atlassian.confluence.security.ContentPermissionSet
-
- toString() -
Method in class com.atlassian.confluence.security.Permission
-
- toString() -
Method in class com.atlassian.confluence.security.seraph.ConfluenceUserPrincipal
-
- toString() -
Method in class com.atlassian.confluence.security.SpacePermission
-
- toString() -
Method in class com.atlassian.confluence.selenium.client.Breadcrumbs.Crumb
-
- toString() -
Method in class com.atlassian.confluence.selenium.client.Breadcrumbs
-
- toString() -
Method in class com.atlassian.confluence.selenium.client.ConfluencePopup
-
- toString() -
Method in enum com.atlassian.confluence.selenium.client.DashboardSeleniumHelper.UpdatesTab
-
- toString() -
Method in class com.atlassian.confluence.selenium.client.Location
-
- toString() -
Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
-
- toString() -
Method in class com.atlassian.confluence.setup.bandana.ConfluenceBandanaRecord
-
- toString() -
Method in enum com.atlassian.confluence.setup.BuildInformation
-
- toString() -
Method in class com.atlassian.confluence.setup.ConfluenceListableBeanFactory
-
- toString() -
Method in class com.atlassian.confluence.setup.velocity.DecoratorName
-
- toString() -
Method in class com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabs
-
- toString() -
Method in class com.atlassian.confluence.spaces.Space
-
- toString() -
Method in class com.atlassian.confluence.spaces.SpaceType
-
- toString() -
Method in class com.atlassian.confluence.status.service.systeminfo.MemoryInfo.Bytes
-
- toString(boolean) -
Method in class com.atlassian.confluence.status.SystemErrorInformationLogger
- Retrieve the system information as an ASCII formatted string.
- toString() -
Method in class com.atlassian.confluence.test.pluginsvelocityconfiguration.HtmlSafeContent
-
- toString() -
Method in class com.atlassian.confluence.test.pluginsvelocityconfiguration.HtmlUnsafeContent
-
- toString() -
Method in class com.atlassian.confluence.themes.ClasspathThemeStylesheet
-
- toString() -
Method in class com.atlassian.confluence.themes.PluginThemeResource
-
- toString() -
Method in class com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
-
- toString() -
Method in class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
-
- toString() -
Method in class com.atlassian.confluence.upgrade.BuildAndVersionNumber
-
- toString() -
Method in class com.atlassian.confluence.upgrade.BuildNumber
-
- toString() -
Method in class com.atlassian.confluence.upgrade.dml.DmlStatement
-
- toString() -
Method in class com.atlassian.confluence.upgrade.IsNewerThan
-
- toString() -
Method in class com.atlassian.confluence.upgrade.IsNewerThanAndConfiguredNumberHighEnough
-
- toString() -
Method in class com.atlassian.confluence.upgrade.PluginExportCompatibility
-
- toString() -
Method in class com.atlassian.confluence.upgrade.UpgradeError
-
- toString() -
Method in class com.atlassian.confluence.user.ConfluenceUserImpl
-
- toString() -
Method in class com.atlassian.confluence.user.crowd.CachedCrowdEntityCacheKey
-
- toString() -
Method in class com.atlassian.confluence.user.crowd.CachedCrowdMembershipCacheKey
-
- toString() -
Method in class com.atlassian.confluence.user.DebugLoggingPropertySet
-
- toString() -
Method in class com.atlassian.confluence.user.PersonalInformation
- Override this method so we don't call getFullName() everytime toString is called on the object!
- toString() -
Method in class com.atlassian.confluence.user.UsernameCacheKey
-
- toString() -
Method in class com.atlassian.confluence.user.UserVerificationToken
-
- toString() -
Method in class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb
-
- toString() -
Method in class com.atlassian.confluence.util.HTMLPairType
-
- toString() -
Method in class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
-
- toString() -
Method in class com.atlassian.confluence.util.i18n.DocumentationLink
-
- toString() -
Method in class com.atlassian.confluence.util.i18n.Message
-
- toString() -
Method in class com.atlassian.confluence.util.longrunning.LongRunningTaskId
-
- toString() -
Method in class com.atlassian.confluence.util.profiling.ActivitySnapshot
-
- toString(Map<String, String>) -
Static method in class com.atlassian.confluence.util.QueryStringUtil
- Returns a query string representation of the supplied parameters.
- toString() -
Method in class com.atlassian.confluence.util.RegExpProcessor
-
- toString() -
Method in class com.atlassian.confluence.util.TimePeriod
- Deprecated.
- toString() -
Method in class com.atlassian.confluence.util.UserAgentUtil.Browser
-
- toString() -
Method in class com.atlassian.confluence.util.UserAgentUtil.UserAgent
-
- toString() -
Method in class com.atlassian.confluence.util.velocity.ResourceLoaderWrapper
-
- toString() -
Method in class com.atlassian.confluence.velocity.ConfluenceParserPool
-
- toString() -
Method in class com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
-
- toString() -
Method in class com.atlassian.confluence.velocity.introspection.AnnotatedValue
- Delegates and returns the result of calling toString on the boxed value.
- toString() -
Method in class com.atlassian.confluence.velocity.introspection.ToStringDelegatingAnnotationBoxedElement
-
- toString() -
Method in class com.atlassian.confluence.web.UrlBuilder
-
- toString() -
Method in class com.atlassian.confluence.web.WebMenu
-
- toString() -
Method in class com.atlassian.confluence.web.WebMenuSection
-
- toString() -
Method in class com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
-
- toString() -
Method in class com.atlassian.confluence.xhtml.api.MacroDefinition
-
- toString() -
Method in class com.atlassian.confluence.xhtml.api.PlainTextLinkBody
-
- toString() -
Method in class com.atlassian.confluence.xhtml.api.RichTextLinkBody
-
- toString() -
Method in class com.atlassian.crowd.embedded.hibernate2.HibernateMembership
-
- toString() -
Method in class com.atlassian.studio.confluence.common.event.ConfluenceFlavourChangedEvent
-
- toString() -
Method in class org.springframework.aop.aspectj.ConfluenceAspectJExpressionPointcut
-
- ToStringDelegatingAnnotationBoxedElement - Class in com.atlassian.confluence.velocity.introspection
AnnotationBoxedElement that delegates all operations to
the wrapped element except for toString() which is delegated to the boxed value itself.- ToStringDelegatingAnnotationBoxedElement(AnnotationBoxedElement) -
Constructor for class com.atlassian.confluence.velocity.introspection.ToStringDelegatingAnnotationBoxedElement
-
- toStringWithNamespace() -
Method in class com.atlassian.confluence.labels.Label
-
- toStringWithOwnerPrefix() -
Method in class com.atlassian.confluence.labels.Label
-
- totalNumberOfTables(int) -
Method in class com.atlassian.confluence.upgrade.recovery.ConfluenceProgressMonitor
-
- touchFileAndPublish() -
Method in class com.atlassian.confluence.cluster.ClusterTouchFile
- Touch the file in shared home (creating the file if necessary), and publish the timestamp
via the cluster shared data manager.
- toUnicodeString() -
Method in class com.atlassian.confluence.mail.address.ConfluenceMailAddress
-
- toUrl() -
Method in class com.atlassian.confluence.web.UrlBuilder
-
- toWhereClause(SearchRestriction) -
Method in enum com.atlassian.confluence.user.crowd.jira.search.QueryBuilder
-
- toXmlString(XMLEventReader, XmlOutputFactory) -
Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
-
- toXmlStringWithoutTag(XMLEventReader, XmlOutputFactory, Set<QName>) -
Static method in class com.atlassian.confluence.content.render.xhtml.StaxUtils
- Reads an XML stream and turns it into a string while removing any tags matched in ignoredElements
- TraceContext - Class in com.atlassian.confluence.pageobjects.trace
- Provides utility methods for waiting for ajax results.
- TraceContext() -
Constructor for class com.atlassian.confluence.pageobjects.trace.TraceContext
-
- Tracer - Class in com.atlassian.confluence.pageobjects.trace
- Tracer marker for waiting.
- Tracer(int) -
Constructor for class com.atlassian.confluence.pageobjects.trace.Tracer
-
- track(DataSource) -
Method in interface com.atlassian.confluence.mail.embed.MimeBodyPartRecorder
- Track the given image source.
- track(DataSource) -
Method in class com.atlassian.confluence.mail.embed.ThreadLocalMimeBodyPartRecorder
-
- TrackbackAcceptanceTest - Class in com.atlassian.confluence
- Test trackbacks
- TrackbackAcceptanceTest() -
Constructor for class com.atlassian.confluence.TrackbackAcceptanceTest
-
- TrackbackDao - Interface in com.atlassian.confluence.links.persistence.dao
-
- TrackbackLink - Class in com.atlassian.confluence.links
-
- TrackbackLink() -
Constructor for class com.atlassian.confluence.links.TrackbackLink
-
- TrackbackListener - Class in com.atlassian.confluence.event.listeners
-
- TrackbackListener() -
Constructor for class com.atlassian.confluence.event.listeners.TrackbackListener
-
- TrackbackQueueItem - Class in com.atlassian.confluence.util.task
- This item will query the given URLs for the correct ping address, and then
ping that address with the information from the given
Trackback. - TrackbackQueueItem(Trackback, Collection) -
Constructor for class com.atlassian.confluence.util.task.TrackbackQueueItem
-
- TransactionalAttachmentDataDao - Interface in com.atlassian.confluence.pages.persistence.dao
-
- TransactionalCacheFactory - Class in com.atlassian.confluence.cache
- A cache factory that produces transactional caches.
- TransactionalCacheFactory(CacheFactory, LockFactory, SynchronizationManager, ConfluenceMonitoring) -
Constructor for class com.atlassian.confluence.cache.TransactionalCacheFactory
-
- TransactionalCacheFactoryCleanupFilter - Class in com.atlassian.confluence.cache
- A servlet filter which ensures that any thread-bound transactional caches (as managed by
TransactionalCacheFactory)
are properly cleaned up and not allowed to pollute subsequent usages of the same request thread. - TransactionalCacheFactoryCleanupFilter() -
Constructor for class com.atlassian.confluence.cache.TransactionalCacheFactoryCleanupFilter
-
- TransactionalHibernateAttachmentDao - Class in com.atlassian.confluence.pages.persistence.dao.hibernate
- Transactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data
as the Attachment itself is being removed, since it can be rolled back by the transaction
- TransactionalHibernateAttachmentDao() -
Constructor for class com.atlassian.confluence.pages.persistence.dao.hibernate.TransactionalHibernateAttachmentDao
-
- TransactionalHostContextAccessor - Interface in com.atlassian.confluence.spring.transaction.interceptor
- Adds extra transaction control features from the underlying product.
- TransactionalHostContextAccessor.Permission - Enum in com.atlassian.confluence.spring.transaction.interceptor
- Transaction permission
- TransactionalHostContextAccessor.Propagation - Enum in com.atlassian.confluence.spring.transaction.interceptor
- Transaction propagation, equivalent to the corresponding values of javax.ejb.TransactionAttributeType
- TransactionExecutor<K> - Interface in com.atlassian.confluence.util.transaction
- Allows that wrapping of
TransactionCallbacks so that they may
occur in a separate context (e.g. - transfer(JsonNode, JsonNode, int, Boolean) -
Method in class com.atlassian.confluence.activeobjects.AOTestHelper
-
- transferDraftAttachments() -
Method in class com.atlassian.confluence.pages.actions.AbstractCreatePageAction
-
- transferProperties(ContentEntityObject, ContentEntityObject) -
Method in interface com.atlassian.confluence.core.ContentPropertyManager
- Copies all properties associated with the source content entity object
to the destination content entity object, and then removes all properties
from the source content entity object.
- transferProperties(ContentEntityObject, ContentEntityObject) -
Method in class com.atlassian.confluence.core.DefaultContentPropertyManager
-
- transform(PageResponse<F>, Function<F, T>) -
Static method in class com.atlassian.confluence.api.model.pagination.PageResponseImpl
- Converts a given PageResponse contains items of type F into an equivalent PageResponse with items of type T,
transformed by the given mapper.
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.editor.EditorErrorFragmentTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.editor.EditorXhtmlTransformer
- Begin consuming events from the supplied Reader, ignore all elements until the body is encountered, at which point
the fragment transformation begins.
- transform(StartElement) -
Method in class com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer
-
- transform(EndElement) -
Method in class com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer
-
- transform(StartElement) -
Method in interface com.atlassian.confluence.content.render.xhtml.ElementTransformer
-
- transform(EndElement) -
Method in interface com.atlassian.confluence.content.render.xhtml.ElementTransformer
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.MarshallingFragmentTransformer
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.migration.DelegatingMigrationAwareFragmentTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.PluggableTransformerChain
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody.InlineBodyMacroFixingTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer
- Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point
"ComponentParsing" begins.
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.TransformerChain
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.DefaultFragmentTransformer
- Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.ElementTransformingFragmentTransformer
- Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in interface com.atlassian.confluence.content.render.xhtml.transformers.FragmentTransformer
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.LazyLoadingFragmentTransformer
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.LegacyFragmentTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.RemoveApostropheEntityTransformer
-
- transform(Reader, ConversionContext) -
Method in interface com.atlassian.confluence.content.render.xhtml.transformers.Transformer
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.UnmarshalMarshalFragmentTransformer
-
- transform(StartElement) -
Method in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
-
- transform(EndElement) -
Method in class com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
-
- transform(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.view.ViewTableWrappingFragmentTransformer
-
- transform(Element, ResourceLocation, String, DownloadableResource) -
Method in class com.atlassian.confluence.plugin.webresource.aui.VelocityI18nTransformer
-
- transform(CharSequence) -
Method in class com.atlassian.confluence.plugin.webresource.aui.VelocityTranslatedDownloadableResource
-
- transform(Element, ResourceLocation, String, DownloadableResource) -
Method in class com.atlassian.confluence.plugin.webresource.CssSubstitutionTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.plugins.templates.transformer.EditorToStorageTemplateVariablesTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.plugins.templates.transformer.StorageToEditorTemplateVariablesTransformer
-
- transform(Reader, ConversionContext) -
Method in class com.atlassian.confluence.plugins.templates.transformer.StorageToViewTemplateVariablesTransformer
-
- transform(Reader, Reader, Result) -
Method in class com.atlassian.confluence.xml.XalanXslTransformer
-
- transform(Reader, Reader, Result) -
Method in interface com.atlassian.confluence.xml.XslTransformer
-
Transform the supplied XML stream using the supplied stylesheet.
- transform(Reader, ConversionContext) -
Method in class com.atlassian.studio.confluence.transformer.AbstractAppLinkTransformer
-
- transform(Element, ResourceLocation, String, DownloadableResource) -
Method in class test.plugin.PluginTestTransformer
-
- TRANSFORM_ERROR_CLASS -
Static variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
-
- TransformationDateFormats - Interface in com.atlassian.confluence.content.render.xhtml
- A class that provides
DateFormats used to format and parse dates when transforming between Confluence formats (such as editor and storage formats). - TransformationException - Exception in com.atlassian.confluence.content.render.xhtml.transformers
- The base class for all exceptions arising from XHTML transformation.
- TransformationException() -
Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
-
- TransformationException(String, Throwable) -
Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
-
- TransformationException(String) -
Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
-
- TransformationException(Throwable) -
Constructor for exception com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
-
- Transformer - Interface in com.atlassian.confluence.content.render.xhtml.transformers
- Parses one format and outputs as another.
- TransformerChain - Class in com.atlassian.confluence.content.render.xhtml
- Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one
transformer as input into the next.
- TransformerChain(List<Transformer>) -
Constructor for class com.atlassian.confluence.content.render.xhtml.TransformerChain
-
- transformerFactory -
Variable in class com.atlassian.confluence.xml.XalanXslTransformer
-
- TransformerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
-
- TransformerModuleDescriptor(ModuleFactory) -
Constructor for class com.atlassian.confluence.plugin.descriptor.TransformerModuleDescriptor
-
- TransformErrorToHtmlPlaceholder - Class in com.atlassian.confluence.content.render.xhtml.transformers
- Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view.
- TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory) -
Constructor for class com.atlassian.confluence.content.render.xhtml.transformers.TransformErrorToHtmlPlaceholder
-
- TransformerWeight - Class in com.atlassian.confluence.content.render.xhtml
-
- TransformerWeight(Transformer, int) -
Constructor for class com.atlassian.confluence.content.render.xhtml.TransformerWeight
-
- transformForEmail(String) -
Method in class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
-
- TransformNonUserMacroCondition - Class in com.atlassian.confluence.content.render.xhtml.storage.macro
- Returns true if the specified macro is not a user macro.
- TransformNonUserMacroCondition(MacroManager) -
Constructor for class com.atlassian.confluence.content.render.xhtml.storage.macro.TransformNonUserMacroCondition
-
- transformRelativeUrl(String) -
Method in class com.atlassian.confluence.plugin.webresource.BaseUrlCDNStrategy
-
- transformRelativeUrl(String) -
Method in class com.atlassian.confluence.plugin.webresource.FixedUrlCDNStrategy
-
- transformRelativeUrl(String) -
Method in class com.atlassian.confluence.plugin.webresource.NoopCDNStrategy
-
- transformToString(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.Html4VoidElementFragmentTransformer
-
- transformToString(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.transformers.LegacyFragmentTransformer
-
- transformToString(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.view.ViewHeadingFragmentTransformer
-
- transformToString(XMLEventReader, FragmentTransformer, ConversionContext) -
Method in class com.atlassian.confluence.content.render.xhtml.view.ViewHtmlAnchorFragmentTransformer
-
- TransformUtils - Class in com.atlassian.confluence.plugins.templates.transformer
-
- TransformUtils() -
Constructor for class com.atlassian.confluence.plugins.templates.transformer.TransformUtils
-
- TransientHibernateHandle - Class in bucket.core.persistence.hibernate.schema
- Deprecated. since Confluence 4.2 this has been moved to
com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle, which currently extends
this class.
- TransientHibernateHandle(Class, Object) -
Constructor for class bucket.core.persistence.hibernate.schema.TransientHibernateHandle
- Deprecated.
- TransientHibernateHandle(Session, Object) -
Constructor for class bucket.core.persistence.hibernate.schema.TransientHibernateHandle
- Deprecated.
- TransientHibernateHandle - Class in com.atlassian.confluence.core.persistence.hibernate
- This handle implementation cannot be converted to a String.
- TransientHibernateHandle(Class, Object) -
Constructor for class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
-
- TransientHibernateHandle(Session, Object) -
Constructor for class com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
-
- transitionFromColdToTenantedState() -
Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
-
- transitionFromColdToVacantState() -
Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
- Cold to vacant transition.
- transitionFromVacantToTenantedState() -
Method in class com.atlassian.confluence.setup.actions.AbstractSetupAction
- Vacant to tenanted transition.
- translate(Message) -
Method in class com.atlassian.confluence.pages.templates.DefaultTemplateI18nHandler
-
- translate(Message) -
Method in interface com.atlassian.confluence.pages.templates.TemplateI18nHandler
- Translate a template i18n message to the correct String for the current site language.
- TRANSLATION_MODE -
Static variable in class com.atlassian.confluence.user.SessionKeys
-
- TranslationMode - Interface in com.atlassian.confluence.util.i18n
-
- TranslationModeFilter - Class in com.atlassian.confluence.web.filter
-
- TranslationModeFilter() -
Constructor for class com.atlassian.confluence.web.filter.TranslationModeFilter
-
- translations -
Variable in class com.atlassian.confluence.plugins.gadgets.publishedgadgetsdirectory.PublishedGadgetData
-
- TranslationTransform - Interface in com.atlassian.confluence.languages
- This transform will occur dynamically when the translation is requested.
- TranslationTransformModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
-
- TranslationTransformModuleDescriptor(ModuleFactory) -
Constructor for class com.atlassian.confluence.plugin.descriptor.TranslationTransformModuleDescriptor
-
- TranslationTransformTest - Class in com.atlassian.confluence.webdriver
-
- TranslationTransformTest() -
Constructor for class com.atlassian.confluence.webdriver.TranslationTransformTest
-
- TranslationTransformTestResource - Class in com.atlassian.confluence.plugin
-
- TranslationTransformTestResource(TestTranslationTransformEnabler) -
Constructor for class com.atlassian.confluence.plugin.TranslationTransformTestResource
-
- Translator - Class in com.atlassian.confluence.rpc.xmlrpc
-
- Translator() -
Constructor for class com.atlassian.confluence.rpc.xmlrpc.Translator
-
- TransparentBoxedValueReferenceHandler - Class in com.atlassian.confluence.velocity.introspection
- A simple reference insertion handler that unboxes and boxed value references making them transparent during template
rendering.
- TransparentBoxedValueReferenceHandler() -
Constructor for class com.atlassian.confluence.velocity.introspection.TransparentBoxedValueReferenceHandler
-
- trash(Content) -
Method in class com.atlassian.confluence.api.impl.service.content.ContentTrashServiceImpl
-
- trash(Content) -
Method in interface com.atlassian.confluence.api.service.content.ContentTrashService
- Trash a piece of content.
- trash() -
Method in class com.atlassian.confluence.core.ContentEntityObject
- places content in trash can
- trash() -
Method in class com.atlassian.confluence.pages.Page
-
- trash(Content) -
Method in class com.atlassian.confluence.rest.client.impl.RemoteContentTrashServiceImpl
-
- trash(Content) -
Method in interface com.atlassian.confluence.rest.client.RemoteContentService
- Trash a piece of content.
- trash(Content) -
Method in class com.atlassian.confluence.rest.client.RemoteContentServiceImpl
-
- trash(Content) -
Method in interface com.atlassian.confluence.rest.client.RemoteContentTrashService
- Trash a piece of content.
- TrashCanAcceptanceTest - Class in com.atlassian.confluence
-
- TrashCanAcceptanceTest() -
Constructor for class com.atlassian.confluence.TrashCanAcceptanceTest
-
- trashDependents() -
Method in class com.atlassian.confluence.core.ContentEntityObject
-
- TRASHED -
Static variable in class com.atlassian.confluence.api.model.content.ContentStatus
- The state of content that has been trashed but not yet purged from the system.
- Trashed - Interface in com.atlassian.confluence.event.events.types
- Indicates that the implementation represents a trashed event.
- TrashManager - Interface in com.atlassian.confluence.pages
- Operations on the Trash
- trashPage(AbstractPage) -
Method in class com.atlassian.confluence.pages.DefaultPageManager
-
- trashPage(AbstractPage) -
Method in interface com.atlassian.confluence.pages.PageManager
-
- TrashPageCommand - Interface in com.atlassian.confluence.content.service.page
-
- TrashPageCommandImpl - Class in com.atlassian.confluence.content.service.page
-
- TrashPageCommandImpl(PermissionManager, PageManager, long) -
Constructor for class com.atlassian.confluence.content.service.page.TrashPageCommandImpl
-
- TrashRpcAcceptanceTest - Class in com.atlassian.confluence.rpc
-
- TrashRpcAcceptanceTest() -
Constructor for class com.atlassian.confluence.rpc.TrashRpcAcceptanceTest
-
- traverseWith(RestObject, EntityWalker.Visitor) -
Static method in class com.atlassian.confluence.plugins.restapi.enrich.EntityWalker
- performs a depth first traversal of this entity and all child restEntities applying
the vistor to each node in the tree.
- TreeBuilder - Class in com.atlassian.confluence.pages
-
- TreeBuilder(User, ContentPermissionManager, PageManager) -
Constructor for class com.atlassian.confluence.pages.TreeBuilder
- TreeBuilder needs a user Object to be able to test for page permissions.
- TreePosition - Enum in com.atlassian.confluence.pageobjects.component.dialog
-
- TreeSorter - Class in com.atlassian.confluence.api.impl.service.content.typebinding
- Sorts collections that represent trees.
- TreeSorter() -
Constructor for class com.atlassian.confluence.api.impl.service.content.typebinding.TreeSorter
-
- trigger(String) -
Method in class com.atlassian.confluence.pageobjects.KeyboardShortcuts
-
- trigger(String...) -
Method in class com.atlassian.confluence.selenium.client.KeyboardShortcuts
-
- trigger() -
Method in class com.atlassian.sal.confluence.lifecycle.FireAndForgetExecutionStrategy
-
- trigger() -
Method in class com.atlassian.sal.confluence.lifecycle.ForkAndJoinExecutionStrategy
-
- trigger() -
Method in class com.atlassian.sal.confluence.lifecycle.ModuleExecutionFilter
-
- trigger() -
Method in class com.atlassian.sal.confluence.lifecycle.OnDemandExecutionFilter
-
- trigger() -
Method in class com.atlassian.sal.confluence.lifecycle.SequentialExecutionStrategy
-
- trigger() -
Method in interface com.atlassian.sal.confluence.lifecycle.ServiceExecutionStrategy
-
- trigger() -
Method in class com.atlassian.sal.confluence.lifecycle.ServiceExecutionStrategyComposite
-
- TriggerAdapter - Class in com.atlassian.confluence.setup.quartz
-
- TriggerAdapter() -
Constructor for class com.atlassian.confluence.setup.quartz.TriggerAdapter
-
- triggerAutocomplete(TinyMce.ShortCut) -
Method in class com.atlassian.confluence.selenium.client.TinyMce
- Launches the autocomplete by pressing a shortcut key combination at the
current cursor position.
- triggerComplete(Trigger, JobExecutionContext, int) -
Method in class com.atlassian.confluence.setup.quartz.TriggerAdapter
-
- triggerDraftAndCheckNoUserDrafts(Page) -
Method in class com.atlassian.confluence.selenium.client.Editor
- Leaves a unmodified page and checks that the draft screen does NOT contain a draft with the title
of the given page.
- triggerDraftAndCheckUserDrafts(Page) -
Method in class com.atlassian.confluence.selenium.client.Editor
- Triggers a draft to be saved and then checks that the draft screen contains a draft with the title
of the given page.
- triggerDraftAndCheckUserDrafts(BlogPost) -
Method in class com.atlassian.confluence.selenium.client.Editor
-
- triggerDraftAndCheckUserDrafts() -
Method in class com.atlassian.confluence.selenium.client.Editor
-
- triggerDraftAndEdit(Page) -
Method in class com.atlassian.confluence.selenium.client.Editor
- Triggers a draft to be saved.
- triggerDraftAutoSave() -
Method in class com.atlassian.confluence.selenium.client.Editor
- Triggers a draft by switching to preview mode.
- triggerFired(Trigger, JobExecutionContext) -
Method in class com.atlassian.confluence.setup.quartz.TriggerAdapter
-
- triggerHeapDump() -
Method in class com.atlassian.confluence.testbatching.HeapDumpTrigger
-
- triggerJob(QuartzJob) -
Method in class com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc
-
- triggerJob(QuartzJob, boolean) -
Method in class com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc
-
- triggerJob(String, boolean) -
Method in class com.atlassian.confluence.it.rpc.delegates.admin.SchedulerRpc
- Deprecated. Since 5.6. Use
SchedulerRpc.triggerJob(QuartzJob, boolean)
- triggerJob(TriggerJobEvent) -
Method in class com.atlassian.confluence.test.rpc.FuncTestJobControlListener
-
- triggerJob(String, String, boolean) -
Method in class com.atlassian.confluence.test.rpc.FuncTestRpcDelegator
-
- triggerJob(String, String, boolean) -
Method in interface com.atlassian.confluence.test.rpc.FuncTestRpcHandler
- Deprecated. since 5.6. Use FuncTestAdminSchedulerResource.
- triggerJob(String, String, boolean) -
Method in class com.atlassian.confluence.test.rpc.FuncTestRpcHandlerImpl
- Deprecated.
- TriggerJobEvent - Class in com.atlassian.confluence.schedule.events
- A node-local event indicating that a specific scheduled job should be resumed.
- TriggerJobEvent(Object, String, String, boolean) -
Constructor for class com.atlassian.confluence.schedule.events.TriggerJobEvent
-
- triggerMisfired(Trigger) -
Method in class com.atlassian.confluence.setup.quartz.TriggerAdapter
-
- TriggerModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
- Defines a Quartz trigger within a plugin.
- TriggerModuleDescriptor(ModuleFactory, ManagedScheduleJobRegistrationService, CronTriggerFactory, SimpleTriggerFactory, Scheduler) -
Constructor for class com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
-
- triggerWithCharacter(String, TinyMce) -
Static method in class com.atlassian.confluence.selenium.client.EditorAutocomplete
-
- triggerWithShortcut() -
Method in class com.atlassian.confluence.selenium.AbstractEditorAutocompleteTester
-
- triggerWithShortcut(TinyMce.ShortCut, TinyMce) -
Static method in class com.atlassian.confluence.selenium.client.EditorAutocomplete
-
- triggerWithShortcutWithoutWait(String, TinyMce) -
Static method in class com.atlassian.confluence.selenium.client.EditorAutocomplete
-
- TrimDirective - Class in com.atlassian.confluence.setup.velocity
- Simple velocity directive for trimming whitespace from the rendered body.
- TrimDirective() -
Constructor for class com.atlassian.confluence.setup.velocity.TrimDirective
-
- trimDownStringToWord(String) -
Static method in class com.atlassian.confluence.util.GeneralUtil
-
- TrustedApplication - Class in com.atlassian.confluence.it.admin
-
- TrustedApplication(String, WebTester) -
Constructor for class com.atlassian.confluence.it.admin.TrustedApplication
-
- TrustedApplication(String, String, long, WebTester) -
Constructor for class com.atlassian.confluence.it.admin.TrustedApplication
-
- TrustedApplicationAcceptanceTest - Class in com.atlassian.confluence
-
- TrustedApplicationAcceptanceTest() -
Constructor for class com.atlassian.confluence.TrustedApplicationAcceptanceTest
-
- TrustedApplicationDao - Interface in com.atlassian.confluence.security.persistence.dao
- Data Access interface for TrustedApplication data.
- TrustedApplicationIpRestriction - Class in com.atlassian.confluence.security.trust
- A trusted application restriction type that uses the source IP address.
- TrustedApplicationIpRestriction() -
Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationIpRestriction
-
- TrustedApplicationIpRestriction(String) -
Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationIpRestriction
-
- TrustedApplicationRestriction - Class in com.atlassian.confluence.security.trust
-
- TrustedApplicationRestriction() -
Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
-
- TrustedApplicationRestriction(String) -
Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationRestriction
-
- trustedApplicationsManager -
Variable in class com.atlassian.confluence.admin.actions.trust.AbstractTrustedApplicationAction
-
- TrustedApplicationsManager - Interface in com.atlassian.confluence.security.trust
-
- TrustedApplicationUrlRestriction - Class in com.atlassian.confluence.security.trust
- A trusted application restriction type that uses the target url.
- TrustedApplicationUrlRestriction() -
Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationUrlRestriction
-
- TrustedApplicationUrlRestriction(String) -
Constructor for class com.atlassian.confluence.security.trust.TrustedApplicationUrlRestriction
-
- TrustedApplicationXsrfAcceptanceTest - Class in com.atlassian.confluence.xsrf
-
- TrustedApplicationXsrfAcceptanceTest() -
Constructor for class com.atlassian.confluence.xsrf.TrustedApplicationXsrfAcceptanceTest
-
- TrustedConnectionStatus - Class in com.atlassian.confluence.util.http.trust
- Represents the status of a trusted connection response
- TrustedConnectionStatus(boolean, boolean, boolean, List<String>, boolean) -
Constructor for class com.atlassian.confluence.util.http.trust.TrustedConnectionStatus
-
- TrustedConnectionStatusBuilder - Interface in com.atlassian.confluence.util.http.trust
- Retrieves the
TrustedConnectionStatus from the response to an HTTP request using the Trusted Applications
Authentication protocol. - TrustedToken - Interface in com.atlassian.confluence.security.trust
- A token for trusted communications between Atlassian applications
- TrustedTokenAuthenticator - Class in com.atlassian.confluence.util.http.httpclient
- Authenticator that attaches a token from a
TrustedTokenFactory to a HTTP request and allows for status
reporting on an executed request. - TrustedTokenAuthenticator(TrustedTokenFactory) -
Constructor for class com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator
-
- TrustedTokenAuthenticator(TrustedTokenFactory, TrustedConnectionStatusBuilder) -
Constructor for class com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator
-
- TrustedTokenAuthenticator(TrustedTokenFactory, TrustedConnectionStatusBuilder, TrustedApplicationsManager) -
Constructor for class com.atlassian.confluence.util.http.httpclient.TrustedTokenAuthenticator
-
- TrustedTokenAuthenticator.TrustedConnectionStatus - Class in com.atlassian.confluence.util.http.httpclient
- Deprecated. As of Confluence 2.10, use
TrustedConnectionStatus - TrustedTokenFactory - Interface in com.atlassian.confluence.security.trust
- A factory for generating trusted tokens
- tryGetApplicationConfigProperty(String) -
Method in class com.atlassian.confluence.it.rpc.ConfluenceRpc
-
- tryLock() -
Method in interface com.atlassian.confluence.concurrent.Lock
- Deprecated. Try to obtain a lock - returns immediately
- tryLock() -
Method in class com.atlassian.confluence.concurrent.LockAdapter
- Deprecated.
- tryLock(long, TimeUnit) -
Method in class com.atlassian.confluence.concurrent.LockAdapter
- Deprecated. This implementation does not support timeouts, so InterruptedException is never thrown.
- tryParseConfluenceFlavour(String) -
Method in interface com.atlassian.confluence.setup.settings.ConfluenceFlavourService
-
- tryParseConfluenceFlavour(String) -
Method in class com.atlassian.confluence.setup.settings.DefaultConfluenceFlavourService
-
- turnOffHibernateLogging() -
Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
- Turns off Hibernate Logging (SQL will not be output).
- turnOnHibernateLogging() -
Method in class com.atlassian.confluence.admin.actions.ConfigureLog4jAction
- Turns on Hibernate Logging (both SQL and types will now be output).
- type(ContentType) -
Method in class com.atlassian.confluence.api.impl.service.nav.SpaceNavBuilderImpl.SpaceContentNavImpl
-
- type(ContentType) -
Method in class com.atlassian.confluence.api.model.content.Content.ContentBuilder
-
- type(SpaceType) -
Method in class com.atlassian.confluence.api.model.content.Space.SpaceBuilder
-
- type(ContentType) -
Method in interface com.atlassian.confluence.api.nav.Navigation.SpaceContentNav
-
- type() -
Method in interface com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
-
- type(String) -
Method in class com.atlassian.confluence.pageobjects.component.dropdown.QuickSearch
-
- type(String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
- Type content in the editor.
- Type -
Variable in class com.atlassian.confluence.pages.actions.PurgeTrashItemAction
-
- TYPE -
Static variable in class com.atlassian.confluence.pages.templates.variables.ListVariable
-
- TYPE -
Static variable in class com.atlassian.confluence.pages.templates.variables.StringVariable
-
- TYPE -
Static variable in class com.atlassian.confluence.pages.templates.variables.TextAreaVariable
-
- type -
Variable in class com.atlassian.confluence.plugins.rest.entities.GroupSearchResultEntity
-
- TYPE -
Static variable in class com.atlassian.confluence.search.v2.SearchFieldNames
-
- type(String) -
Method in class com.atlassian.confluence.selenium.client.EditorAutocomplete
-
- type(String) -
Method in class com.atlassian.confluence.selenium.client.LabelsDialog
-
- type(String) -
Method in class com.atlassian.confluence.selenium.client.QuickNavBox
-
- type(String) -
Method in class com.atlassian.confluence.selenium.client.TinyMce
- Only works for Firefox, and period doesn't work.
- TYPE_ALL_DATA -
Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
-
- TYPE_ANONYMOUS_USER -
Static variable in class com.atlassian.confluence.plugins.rest.manager.RequestContext
-
- TYPE_ATTACHMENT -
Static variable in class com.atlassian.confluence.plugins.rest.manager.RequestContext
-
- TYPE_CONTENT -
Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
-
- TYPE_CONTENT -
Static variable in class com.atlassian.confluence.plugins.rest.manager.RequestContext
-
- TYPE_DECORATOR -
Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
-
- TYPE_EXPORT -
Static variable in class com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
-
- TYPE_FIELD -
Static variable in class com.atlassian.confluence.search.lucene.ConfluenceDocumentBuilder
-
- TYPE_HTML -
Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
-
- TYPE_MISSING_USER -
Static variable in class com.atlassian.confluence.plugins.rest.manager.RequestContext
-
- TYPE_MOINMOIN -
Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
-
- TYPE_PDF -
Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
-
- TYPE_PRIVATE -
Static variable in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
-
- TYPE_PUBLIC -
Static variable in class com.atlassian.confluence.security.persistence.dao.hibernate.KeyTransferBean
-
- TYPE_SPACE -
Static variable in class com.atlassian.confluence.plugins.rest.manager.RequestContext
-
- TYPE_USER -
Static variable in class com.atlassian.confluence.plugins.rest.manager.RequestContext
-
- TYPE_XML -
Static variable in interface com.atlassian.confluence.importexport.ImportExportManager
-
- TypeEnum - Enum in com.atlassian.confluence.plugins.popularcontent
-
- typeIn(PageElement, String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
- Currently uses sendKeys to the given element to type.
- typeInColumn(int, String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
- Type content in the given column index.
- typeInElementWithId(String, String) -
Method in class com.atlassian.confluence.selenium.client.ConfluenceSeleniumClient
-
- typeInNewParentPage(String) -
Method in class com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
- Sets a new parent page in the advanced tab.
- typeInSearch(String) -
Method in class com.atlassian.confluence.selenium.client.LinkBrowser
- Types in the search field without firing key events.
- typeInTheEditor(String) -
Method in class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
- Simulates typing in the editor.
- typeInviteEmailMessage(String) -
Method in class com.atlassian.confluence.pageobjects.page.admin.InviteUsersPanel
- Type into the email message box the given string
- typeLink(String, String) -
Method in class com.atlassian.confluence.selenium.client.LinkBrowser
-
- TypeMapper - Class in com.atlassian.crowd.embedded.hibernate2.types
- Search query mappings need a way to convert between Enum types and their persistent mapping types.
- TypeMapper() -
Constructor for class com.atlassian.crowd.embedded.hibernate2.types.TypeMapper
-
- typeQueryAndClickFind(String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
- typeQueryAndClickPrev(String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
- typeQueryAndPressEnter(String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
- typeReplaceQuery(String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
- TypeScope - Class in com.atlassian.confluence.search.scope
- Limit a search query by a set of content/data types.
- TypeScope(List) -
Constructor for class com.atlassian.confluence.search.scope.TypeScope
-
- typeSearch(String) -
Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
- typeSearchQuery(String) -
Method in class com.atlassian.confluence.pageobjects.component.dialog.MovePageDialog
-
- typeSearchQuery(String) -
Method in class com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
- typeSearchQuery(String) -
Method in class com.atlassian.confluence.selenium.client.MovePageDialog
-
- typeString() -
Method in enum com.atlassian.confluence.labels.LabelableType
-
- typeStringParam(String, String) -
Method in class com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserDialog
-
- typeStringParam(String, String) -
Method in class com.atlassian.confluence.selenium.client.MacroBrowser
-
- typeTextAndWaitForAutocomplete(String) -
Method in class com.atlassian.confluence.pageobjects.component.form.AutocompleteField
-
- typeTextComment(String) -
Method in class com.atlassian.confluence.selenium.client.PageView
- Type the given comment in the text comment editor.
- typeTextInAlias(String) -
Method in class com.atlassian.confluence.pageobjects.component.dialog.LinkBrowserDialog
-
- typeTextInAlias(String) -
Method in class com.atlassian.confluence.selenium.client.LinkBrowser
- Types in the current link text field.
- typeUserName(String) -
Method in class com.atlassian.confluence.selenium.client.AuthorAutocompleteTextField
- Types the given text with key press events in the author filter search field.
- typeUserName(String) -
Method in class com.atlassian.confluence.selenium.client.PagePermissionsEditor
- Types text in the username "smart field", launching the field's dropdown if enough text is entered.
- TypeWhitelist - Class in com.atlassian.confluence.event
- Predicate to check if the given object is an instance of one of the given types.
- TypeWhitelist(Set<Class>) -
Constructor for class com.atlassian.confluence.event.TypeWhitelist
-
- typeWithFullKeyEvents(String) -
Method in class com.atlassian.confluence.selenium.client.TinyMce
- Only works for Firefox, and period doesn't work.
- typeWithLastCharFullKeyEvents(String, String) -
Method in class com.atlassian.confluence.selenium.client.ConfluenceSeleniumClient
- Types text in the field specified by the locator.
- typeWithoutLosingFocus(CharSequence...) -
Method in class com.atlassian.confluence.pageobjects.component.editor.EditorContent
- Type content in the editor and do not lose focus
- TZ_SENSITIVE_JOB_KEY -
Static variable in class com.atlassian.confluence.schedule.TenantAwareJobRescheduler
-
User which represents a user that no longer exists, perhaps because the repository which
contains it is no longer accessible, or the user has been removed from an external repository.UnknownUser.unknownUser(String, com.atlassian.confluence.util.i18n.I18NBean)
UnknownUser.unknownUser(String, com.atlassian.confluence.util.i18n.I18NBean)
UserChecker.isUnlimitedUserLicense() instead.
FragmentTransformer that transforms by unmarshalling and then re-marshalling the fragment.ResourceIdentifier used for usernames that cannot be resolved to existing users.ResourceAwareMacroInvocationHandler.
Content instance.
Content instance.
ContentProperties of the entity, and updates
those counts after the difference has been calculated.
UpdateAttachmentsOnFileSystemExceptionUpdateAttachmentsOnFilesystemOnPageMoveListenerContent instance.
Content instance.
Settings boolean field.
Settings String field.
MacroDefinitions in the supplied storageFragment.
ConfluenceRpc.saveBlogPost(BlogPost).
XmlRpcContentClient.saveBlogPost(BlogPost).
HibernateDdlExecutor and associated
DdlCommands, or HibernateConfig
if your code still needs to know which DB type its using.UploadedResource instead.DefaultSpaceLogo.reset() in a finally block.
JsonProvider is an implementation of the MessageBodyReader and MessageBodyWriter interfaces.GeneralUtil.getCharacterEncoding().
GeneralUtil.getCharacterEncoding().
UrlResourceIdentifier.UsageInfo.UsageInfo(int, int, int, int, int, int, int) instead.
ConfluenceUser.getKey().
User, Group, or membership.TargetUserCanUseConfluenceCondition or RemoteUserCanUseConfluenceConditionUserDto.UserDto(String, String, String, String, String, String, String, String, String, String, com.atlassian.confluence.plugins.rest.entities.UserPreferencesDto, boolean, boolean)
UserEntity.FollowingTargetUserConditionUserHistory.maxHistoryLength.UserHistory objects.IdentifierGenerator which generates UserKey objects.UserType which allows UserKey objects to be persisted
as mapped properties.I18NBeanFactory
should implement this interfaceI18NBeanFactory for any
beans served by spring that implements UserLocaleAware.UserLoginInfo.UserLoginInfo(ConfluenceUser)
UserMacroLibrary.DefaultPermissionsAdministrator.UserPermissionRows.
UserResourceIdentifier.create(UserKey)
or UserResourceIdentifier.createForNonExistentUser(String).
UserStatus.UserStatus(ConfluenceUser, String, Space)
UserStatus.UserStatus(ConfluenceUser, String, Space)
UserStatus.UserStatus(ConfluenceUser, String, Space)
UserStatus.UserStatus(ConfluenceUser, String, Space)
ConfluenceGzipFilter) for the hosted
environment since the GZip compression is always switched on for the container.ValidationResult.ContentType for the given type string.
ContentType for the given type string.
JsonContentPropertyId.deserialise(String) instead.
ContentTypes for the given set of type strings.
Content.Version instances.Version instances from hibernate objects.VersionHistorySummary.VersionHistorySummary(long, int, com.atlassian.confluence.user.ConfluenceUser, java.util.Date, String)
ViewContentBean.viewBlogPost(com.atlassian.confluence.it.BlogPost) instead.
ViewContentBean.viewBlogPost(com.atlassian.confluence.it.BlogPost) instead.
ViewMacroMarshaller.ViewMacroMarshaller(com.atlassian.confluence.macro.xhtml.MacroManager, com.atlassian.confluence.content.render.xhtml.Marshaller, ViewMacroErrorPlaceholder, com.atlassian.confluence.content.render.xhtml.compatibility.LegacyV2RendererContextInitialiser, com.atlassian.event.api.EventPublisher, com.atlassian.confluence.util.profiling.ConfluenceMonitoring, MacroAsyncRenderWhitelist)
ViewMacroMarshallerFactoryImpl.ViewMacroMarshallerFactoryImpl(com.atlassian.confluence.macro.xhtml.MacroManager, ViewMacroErrorPlaceholder, com.atlassian.confluence.content.render.xhtml.compatibility.LegacyV2RendererContextInitialiser, com.atlassian.event.api.EventPublisher, javax.xml.stream.XMLOutputFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory, com.atlassian.confluence.util.profiling.ConfluenceMonitoring, org.springframework.core.io.Resource)
UnresolvedLink.ViewUserProfilePermissionsSearchFilter to a lucene filter.MailServices.getReceivedMessage() but waits until a message is received or until a timeout is reached.
MailServices.getReceivedMessages() but waits until a message is received or until a timeout is reached.
MailServices.getReceivedMessages() but waits until a message is received or until specified timeout is reached.
DefaultSelenium.waitForCondition(String, String) does.
JournalService.processEntries(com.atlassian.confluence.api.model.journal.JournalIdentifier, int, com.google.common.base.Function).
JournalManager.processEntries(JournalIdentifier, int, com.google.common.base.Function).
ConversionContext that was previously used to perform a migration, determine if that context
contains information that indicates whether a "migration" was performed.
WebTester.LicenseService.LoginEvent instead.WebSudoManager.matches(String, Class, java.lang.reflect.Method).WebSudoNotRequired instead.WebSudoRequired instead.WebTestPluginHelper.WebTestPluginHelper(net.sourceforge.jwebunit.junit.WebTester, com.atlassian.confluence.it.User)
TestBatchingStrategy which partitions
the tests based on the calculated "weight" of each test class, trying to keep the total weight in each
partition as even as possible.NotificationData instances for new users.BodyType of the content being diff'd and convert
any wiki content to HTML prior to diffing using the supplied DaisyHtmlDiffer delegate.ContentEntityObjects that require migration.PreRenderedMailNotificationQueueItem instance.
InputStreamConsumer with input stream ensuring that the input stream gets closed properly afterwards.
ImageAttributeWriter.writeAttribute(String, String) will be called.
image (expected to be a PNG image) to the servlet output stream of the response.
VelocityUtils.writeRenderedContent(java.io.Writer, CharSequence, java.util.Map) instead.
ILuceneConnection.WriterActions.StorageFormatCleaner and RenderedContentCleaner instead.StorageFormatCleaner instead.StorageFormatCleaner instead.ContentEntityObjects that have XHTML formatted bodies.XhtmlTimeoutException occurs when rendering a fragment.PluginModuleEnabledEvent and PluginModuleDisabledEvent
to register Macros with itself.XhtmlTimeoutException occurs when rendering a Macro.SpaceDescriptions with BodyContent of type BodyType.XHTMLXMLEventFactory, without it there may be weird classloader issues.XMLOutputFactory is an abstract class :(
We have implementations of XMLOutputFactory that we want to make available to plugins
but OSGI ignores them because it only acknowledges beans with interfaces.XMLOutputFactory.TransformerFactory which can be used for XSLT processing and parsing.XslTransformer instead.XsrfTokenInterceptor can not be applied.BandanaSerializerFactory which returns XStream
based serializers.XStreamManager instead.XmlConfigurationProviderConfluencePluginObjectFactory
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||