public interface CommitRemovedDetails
RepositoryHookCommitCallback
Modifier and Type | Method and Description |
---|---|
com.atlassian.bitbucket.commit.Commit |
getCommit() |
com.atlassian.bitbucket.repository.MinimalRef |
getRef() |
boolean |
isRemovedFromRepository() |
@Nonnull com.atlassian.bitbucket.commit.Commit getCommit()
@Nonnull com.atlassian.bitbucket.repository.MinimalRef getRef()
boolean isRemovedFromRepository()
true
if the commit has been / is going to be removed from the repository. false
if
the commit is still referenced by another ref.RepositoryHookCommitFilter.REMOVED_FROM_REPOSITORY
Copyright © 2024 Atlassian. All rights reserved.