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 Details

    • BootstrapResource

      @Inject public BootstrapResource(BootstrapManager bootstrapManager)
  • Method Details

    • getApplicationHome

      @GET @Path("application-home") public String getApplicationHome()
      Gets the application home directory from the BootstrapManager.
      Returns:
      Path to shared home if cluster, or local home if not