Enum Class ProjectPublishMode

java.lang.Object
java.lang.Enum<ProjectPublishMode>
com.inductiveautomation.ignition.common.project.ProjectPublishMode
All Implemented Interfaces:
Serializable, Comparable<ProjectPublishMode>, Constable

@Deprecated public enum ProjectPublishMode extends Enum<ProjectPublishMode>
Deprecated.
Publishing is no more as of Ignition 8, but we need this enum for the GlobalProps resource to deserialize correctly.
  • Enum Constant Details

    • Auto

      public static final ProjectPublishMode Auto
      Deprecated.
      The project is published every time it is saved.
    • Manual

      public static final ProjectPublishMode Manual
      Deprecated.
      The project is published manually
  • Method Details

    • values

      public static ProjectPublishMode[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProjectPublishMode valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null