Enum Class ProjectCommitMessageMode
java.lang.Object
java.lang.Enum<ProjectCommitMessageMode>
com.inductiveautomation.ignition.common.project.ProjectCommitMessageMode
- All Implemented Interfaces:
- Serializable,- Comparable<ProjectCommitMessageMode>,- Constable
Deprecated.
This no longer used, but cannot be removed or changed due to legacy deserialization
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDeprecated.The designer never asks for commit messages.Deprecated.The user will be prompted for a commit message when the project is published.Deprecated.The user will be prompted for a commit message when the project is saved.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ProjectCommitMessageModeDeprecated.Returns the enum constant of this class with the specified name.static ProjectCommitMessageMode[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
NoneDeprecated.The designer never asks for commit messages.
- 
OnPublishDeprecated.The user will be prompted for a commit message when the project is published. Deprecated in Ignition 8 -- will act like OnSave
- 
OnSaveAndPublishDeprecated.The user will be prompted for a commit message when the project is saved.
 
- 
- 
Method Details- 
valuesDeprecated.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
 
- 
valueOfDeprecated.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
 
 
-