public interface CommitAddedDetails
RepositoryHookCommitCallback
Modifier and Type | Method and Description |
---|---|
com.atlassian.bitbucket.commit.Commit |
getCommit() |
com.atlassian.bitbucket.repository.MinimalRef |
getRef() |
boolean |
isAddedToRepository() |
@Nonnull com.atlassian.bitbucket.commit.Commit getCommit()
@Nonnull com.atlassian.bitbucket.repository.MinimalRef getRef()
boolean isAddedToRepository()
true
if the commit is (going to be) introduced to the repository. false
if the commit is
already referenced by another ref.RepositoryHookCommitFilter.ADDED_TO_REPOSITORY
Copyright © 2024 Atlassian. All rights reserved.