Uses of Enum Class
network.ike.plugin.ws.vcs.VcsState.Action
Packages that use VcsState.Action
-
Uses of VcsState.Action in network.ike.plugin.ws.vcs
Subclasses with type arguments of type VcsState.Action in network.ike.plugin.ws.vcsModifier and TypeClassDescriptionstatic enumActions written to the state file by hooks and plugin goals.Methods in network.ike.plugin.ws.vcs that return VcsState.ActionModifier and TypeMethodDescriptionVcsState.action()Returns the value of theactionrecord component.static VcsState.ActionVcsState.Action.fromString(String value) Parse an action string case-insensitively.static VcsState.ActionReturns the enum constant of this class with the specified name.static VcsState.Action[]VcsState.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in network.ike.plugin.ws.vcs with parameters of type VcsState.ActionModifier and TypeMethodDescriptionstatic VcsStateVcsState.create(String branch, String sha, VcsState.Action action) Create a VcsState with the current timestamp and local hostname.static voidVcsOperations.writeVcsState(File dir, VcsState.Action action) Write the VCS state file for the given directory.Constructors in network.ike.plugin.ws.vcs with parameters of type VcsState.Action