Class BootstrapResource
- java.lang.Object
-
- com.atlassian.confluence.functest.rest.admin.BootstrapResource
-
public class BootstrapResource extends Object
Returns information from the BootstrapManager. Called by BootstrapRpc.
-
-
Constructor Summary
Constructors Constructor Description BootstrapResource(BootstrapManager bootstrapManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationHome()
Gets the application home directory from the BootstrapManager.
-
-
-
Constructor Detail
-
BootstrapResource
public BootstrapResource(BootstrapManager bootstrapManager)
-
-
Method Detail
-
getApplicationHome
public String getApplicationHome()
Gets the application home directory from the BootstrapManager.- Returns:
- Path to shared home if cluster, or local home if not
-
-