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 Summary
Constructors 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.BitbucketClientObject
equals, getBitbucketClient, getJsonObject, getLink, getType, hashCode, setBitbucketClient, toString
-
-
-
-
Constructor Detail
-
BitbucketClientCommit
public 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)
-
BitbucketClientCommit
public BitbucketClientCommit(JsonObject jsonObject, BitbucketClient bitbucketClient)
Initializes the object with a Bitbucket API client.- Parameters:
jsonObject
- a JSON object for a commit resourcebitbucketClient
- a Bitbucket API client
-
-