Class BootstrapResource
java.lang.Object
com.atlassian.confluence.functest.rest.admin.BootstrapResource
@Consumes("application/json")
@Produces("application/json")
@Path("/admin/bootstrap")
public class BootstrapResource
extends Object
Returns information from the BootstrapManager. Called by BootstrapRpc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the application home directory from the BootstrapManager.
-
Constructor Details
-
BootstrapResource
-
-
Method Details
-
getApplicationHome
Gets the application home directory from the BootstrapManager.- Returns:
- Path to shared home if cluster, or local home if not
-