Interface BitbucketCommitClient

All Known Implementing Classes:
BitbucketCommitClientImpl

public interface BitbucketCommitClient
Since:
4.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getCommit(String identifier)
    Gets the commit details for the given identifier
  • Method Details

    • getCommit

      BitbucketCommit getCommit(String identifier)
      Gets the commit details for the given identifier
      Parameters:
      identifier - the commit hash or the name of the branch to get the commit from
      Returns:
      commit details corresponding to the given identifier