Class BitbucketCommit
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketCommit
-
public class BitbucketCommit extends Object
- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description BitbucketCommit(String id, String displayId, long committerTimestamp, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCommitterTimestamp()
String
getDisplayId()
String
getId()
String
getMessage()
-