Package org.vx68k.bitbucket.api.client
Class BitbucketClientCommit
- java.lang.Object
- 
- org.vx68k.bitbucket.api.client.BitbucketClientObject
- 
- org.vx68k.bitbucket.api.client.BitbucketClientCommit
 
 
- 
- All Implemented Interfaces:
- BitbucketCommit
 
 public class BitbucketClientCommit extends BitbucketClientObject implements BitbucketCommit Client implementation ofBitbucketCommit. This class represents a commit by a JSON object.- Since:
- 5.0
- Author:
- Kaz Nishimura
 
- 
- 
Constructor SummaryConstructors Constructor Description BitbucketClientCommit(JsonObject jsonObject)Initializes the object without a Bitbucket API client.BitbucketClientCommit(JsonObject jsonObject, BitbucketClient bitbucketClient)Initializes the object with a Bitbucket API client.
 - 
Method Summary- 
Methods inherited from class org.vx68k.bitbucket.api.client.BitbucketClientObjectequals, getBitbucketClient, getJsonObject, getLink, getType, hashCode, setBitbucketClient, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
BitbucketClientCommitpublic BitbucketClientCommit(JsonObject jsonObject) Initializes the object without a Bitbucket API client.- Parameters:
- jsonObject- a JSON object for a commit resource
- See Also:
- BitbucketClientCommit(JsonObject, BitbucketClient)
 
 - 
BitbucketClientCommitpublic BitbucketClientCommit(JsonObject jsonObject, BitbucketClient bitbucketClient) Initializes the object with a Bitbucket API client.- Parameters:
- jsonObject- a JSON object for a commit resource
- bitbucketClient- a Bitbucket API client
 
 
- 
 
-