public interface PullRequestRescope
pull request is going to be rescoped. As part of
 pull request rescoping, the system will determine how a pull request needs to be rescoped and request the SCM to
 analyse how these changes will affect the pull request.for a detailed description| Modifier and Type | Method and Description | 
|---|---|
| com.atlassian.bitbucket.repository.Repository | getFromRepository() | 
| String | getNewFromHash() | 
| String | getNewToHash() | 
| String | getOldFromHash() | 
| String | getOldToHash() | 
| long | getPullRequestId() | 
| com.atlassian.bitbucket.repository.Repository | getToRepository() | 
@Nonnull com.atlassian.bitbucket.repository.Repository getFromRepository()
from@Nullable String getNewFromHash()
from-ref is going to be changed to. A null
         value means that the ref was deleted.@Nullable String getNewToHash()
to-ref is going to be changed to. A null
         value means that the ref was deleted.@Nonnull String getOldFromHash()
from-ref is changed from.long getPullRequestId()
@Nonnull com.atlassian.bitbucket.repository.Repository getToRepository()
targetingCopyright © 2024 Atlassian. All rights reserved.