Uses of Enum Class
network.ike.plugin.ws.AuthoredCommit
Packages that use AuthoredCommit
-
Uses of AuthoredCommit in network.ike.plugin.ws
Subclasses with type arguments of type AuthoredCommit in network.ike.plugin.wsModifier and TypeClassDescriptionenumHow a goal commits the tracked changes it itself authors — one half of a goal's declaredGoalBehavior(IKE-Network/ike-issues#780).Methods in network.ike.plugin.ws that return AuthoredCommitModifier and TypeMethodDescriptionGoalBehavior.authoredCommit()Returns the value of theauthoredCommitrecord component.static AuthoredCommitReturns the enum constant of this class with the specified name.static AuthoredCommit[]AuthoredCommit.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.plugin.ws with parameters of type AuthoredCommitModifierConstructorDescriptionGoalBehavior(TreePreflight treePreflight, AuthoredCommit authoredCommit) Creates an instance of aGoalBehaviorrecord class.