Class RestConstants

java.lang.Object
org.craftercms.deployer.impl.rest.RestConstants

public class RestConstants extends Object
Common constants for REST controllers.
Author:
avasquez
  • Field Details

    • ENV_PATH_VAR_NAME

      public static final String ENV_PATH_VAR_NAME
      Environment path variable name.
      See Also:
    • SITE_NAME_PATH_VAR_NAME

      public static final String SITE_NAME_PATH_VAR_NAME
      Site name path variable name.
      See Also:
    • WAIT_TILL_DONE_PARAM_NAME

      public static final String WAIT_TILL_DONE_PARAM_NAME
      Request param that indicates if request shouldn't finish until the deployment is done.
      See Also: