Interface BitbucketCommitClient
-
- All Known Implementing Classes:
BitbucketCommitClientImpl
public interface BitbucketCommitClient
- Since:
- 4.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BitbucketCommit
getCommit(String identifier)
Gets the commit details for the given identifier
-
-
-
Method Detail
-
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
-
-