Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestEntityType
Packages that use PullRequestEntityType
-
Uses of PullRequestEntityType in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestEntityTypeModifier and TypeMethodDescriptionstatic PullRequestEntityTypeReturns the enum constant of this class with the specified name.static PullRequestEntityType[]PullRequestEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestEntityTypeModifier and TypeMethodDescriptionPullRequestService.getActivitiesStartingAt(int repositoryId, long pullRequestId, PullRequestEntityType fromType, long fromId, PageRequest pageRequest) Retrieves the page of activities that start with an entity (given its type and id) for the given pull request.