Interface CommitRemovedDetails
public interface CommitRemovedDetails
- Since:
- 5.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptioncom.atlassian.bitbucket.commit.Commitcom.atlassian.bitbucket.repository.MinimalRefgetRef()boolean
- 
Method Details- 
getCommit@Nonnull com.atlassian.bitbucket.commit.Commit getCommit()- Returns:
- the commit
 
- 
getRef@Nonnull com.atlassian.bitbucket.repository.MinimalRef getRef()- Returns:
- the ref the commit has been removed from / is about to be removed from
 
- 
isRemovedFromRepositoryboolean isRemovedFromRepository()- Returns:
- trueif the commit has been / is going to be removed from the repository.- falseif the commit is still referenced by another ref.
- See Also:
 
 
-