Package | Description |
---|---|
com.atlassian.bitbucket.scm.pull |
Modifier and Type | Method and Description |
---|---|
void |
BulkRescopeContext.decline(PullRequestRescope rescope)
Marks the rescope as
declining the associated pull request. |
void |
BulkRescopeContext.merge(PullRequestRescope rescope,
String mergeHash)
Marks the rescope as
remotely merging the associated pull request. |
void |
BulkRescopeContext.update(PullRequestRescope rescope,
com.atlassian.bitbucket.pull.RescopeDetails addedCommits,
com.atlassian.bitbucket.pull.RescopeDetails removedCommits)
Marks the rescope as updating one or both of the associated pull request's
from and to refs. |
Copyright © 2024 Atlassian. All rights reserved.