Uses of Class
com.atlassian.bitbucket.scm.pull.PullRequestDeleteCommandParameters
Packages that use PullRequestDeleteCommandParameters
- 
Uses of PullRequestDeleteCommandParameters in com.atlassian.bitbucket.scm.pullMethods in com.atlassian.bitbucket.scm.pull that return PullRequestDeleteCommandParametersMethods in com.atlassian.bitbucket.scm.pull with parameters of type PullRequestDeleteCommandParametersModifier and TypeMethodDescriptiondefault com.atlassian.bitbucket.scm.Command<Void> PluginPullRequestCommandFactory.delete(com.atlassian.bitbucket.pull.PullRequest pullRequest, PullRequestDeleteCommandParameters parameters) Deletes repository data associated with the specified pull request.default com.atlassian.bitbucket.scm.Command<Void> PluginPullRequestCommandFactory.delete(com.atlassian.bitbucket.repository.Repository repository, long pullRequestId, PullRequestDeleteCommandParameters parameters) Deletes repository data associated with the specified pull request.