Uses of Enum Class
org.craftercms.studio.api.v2.dal.RepoOperation.Action
Packages that use RepoOperation.Action
-
Uses of RepoOperation.Action in org.craftercms.studio.api.v2.dal
Fields in org.craftercms.studio.api.v2.dal declared as RepoOperation.ActionMethods in org.craftercms.studio.api.v2.dal that return RepoOperation.ActionModifier and TypeMethodDescriptionRepoOperation.getAction()static RepoOperation.ActionReturns the enum constant of this class with the specified name.static RepoOperation.Action[]RepoOperation.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.craftercms.studio.api.v2.dal with parameters of type RepoOperation.ActionConstructors in org.craftercms.studio.api.v2.dal with parameters of type RepoOperation.ActionModifierConstructorDescriptionRepoOperation(RepoOperation.Action action, String path, ZonedDateTime dateTime, String moveToPath, String commitId)