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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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 Summary
Modifier and TypeMethodDescriptionstatic ProjectCommitMessageMode
Deprecated.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
-
None
Deprecated.The designer never asks for commit messages. -
OnPublish
Deprecated.The user will be prompted for a commit message when the project is published. Deprecated in Ignition 8 -- will act like OnSave -
OnSaveAndPublish
Deprecated.The user will be prompted for a commit message when the project is saved.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-