Uses of Interface
com.atlassian.confluence.it.BaseUrlSelector
-
Packages that use BaseUrlSelector Package Description com.atlassian.confluence.it com.atlassian.confluence.it.export com.atlassian.confluence.it.rpc -
-
Uses of BaseUrlSelector in com.atlassian.confluence.it
Classes in com.atlassian.confluence.it that implement BaseUrlSelector Modifier and Type Class Description classConfluenceBaseUrlSelectorDeprecated.Please use confluence-test-utils module instead.Methods in com.atlassian.confluence.it with parameters of type BaseUrlSelector Modifier and Type Method Description static StringRestHelper. getPrototypeRestBaseUrl(BaseUrlSelector baseUrlSelector)Deprecated. -
Uses of BaseUrlSelector in com.atlassian.confluence.it.export
Constructors in com.atlassian.confluence.it.export with parameters of type BaseUrlSelector Constructor Description Importer(@NonNull ConfluenceRpc rpc, BaseUrlSelector baseUrlSelector)Assumes that the webTester is already on the edit screen.Importer(@NonNull ConfluenceRpc rpc, BaseUrlSelector baseUrlSelector, net.sourceforge.jwebunit.junit.WebTester webTester) -
Uses of BaseUrlSelector in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type BaseUrlSelector Modifier and Type Method Description static ConfluenceRpcConfluenceRpc. newInstance(BaseUrlSelector baseUrlSelector)Deprecated.Create a new RPC stub pointed at the default version of the server-side API.static ConfluenceRpcConfluenceRpc. newInstance(BaseUrlSelector baseUrlSelector, ConfluenceRpc.Version version)Deprecated.Create a new RPC stub pointed at a specific version of the server-side API.static ConfluenceRpcConfluenceRpc. newInstance(BaseUrlSelector baseUrlSelector, com.sun.jersey.api.client.Client restClient)Deprecated.
-