Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.revlist.GitRevListOrder
Packages that use GitRevListOrder
-
Uses of GitRevListOrder in com.atlassian.bitbucket.scm.git.command.revlist
Methods in com.atlassian.bitbucket.scm.git.command.revlist that return GitRevListOrderModifier and TypeMethodDescriptionstatic GitRevListOrderGitRevListOrder.fromCommitOrder(com.atlassian.bitbucket.commit.CommitOrder order) static GitRevListOrderReturns the enum constant of this class with the specified name.static GitRevListOrder[]GitRevListOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.scm.git.command.revlist with parameters of type GitRevListOrderModifier and TypeMethodDescriptionGitRevCoreBuilder.order(GitRevListOrder value) Specifies--date-orderor--topo-order, to control thegit rev-listcommit order.