Uses of Enum Class
com.atlassian.bitbucket.commit.CommitOrder
Packages that use CommitOrder
-
Uses of CommitOrder in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit that return CommitOrderModifier and TypeMethodDescriptionAbstractCommitsRequest.getOrder()
Retrieves the sort order to use for the commits.static CommitOrder
Returns the enum constant of this class with the specified name.static CommitOrder[]
CommitOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.commit with parameters of type CommitOrderModifier and TypeMethodDescriptionAbstractCommitsRequest.AbstractCommitsRequestBuilder.order
(CommitOrder value) -
Uses of CommitOrder in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return CommitOrderModifier and TypeMethodDescriptionCommitsCommandParameters.getOrder()
Retrieves the sort order to use for the commits.Methods in com.atlassian.bitbucket.scm with parameters of type CommitOrder