Class SandboxPropagationProperties

java.lang.Object
com.broadleafcommerce.data.tracking.core.transition.environment.SandboxPropagationProperties

@ConfigurationProperties(prefix="broadleaf.sandbox.propagation") public class SandboxPropagationProperties extends Object
Properties related to sandbox propagation feature. Specifically, those features embodied in VendorSandboxPropagationHandler.
Author:
Jeff Fischer
  • Constructor Details

    • SandboxPropagationProperties

      public SandboxPropagationProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Whether or not the feature is enabled. False by default.
    • isAllowTransitionPersistenceMessage

      public boolean isAllowTransitionPersistenceMessage()
      Whether a persistence message will be allowed for sandbox transitions. This does not include deployments, which are always allowed. Default is false.
    • setEnabled

      public void setEnabled(boolean enabled)
      Whether or not the feature is enabled. False by default.
    • setAllowTransitionPersistenceMessage

      public void setAllowTransitionPersistenceMessage(boolean allowTransitionPersistenceMessage)
      Whether a persistence message will be allowed for sandbox transitions. This does not include deployments, which are always allowed. Default is false.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object