Class BitbucketCommitClientImpl

java.lang.Object
com.atlassian.bitbucket.jenkins.internal.client.BitbucketCommitClientImpl
All Implemented Interfaces:
BitbucketCommitClient

public class BitbucketCommitClientImpl extends Object implements BitbucketCommitClient
  • Constructor Details

  • Method Details

    • getCommit

      @CheckForNull public BitbucketCommit getCommit(String identifier)
      Description copied from interface: BitbucketCommitClient
      Gets the commit details for the given identifier
      Specified by:
      getCommit in interface BitbucketCommitClient
      Parameters:
      identifier - the commit hash or the name of the branch to get the commit from
      Returns:
      commit details corresponding to the given identifier