Package org.vx68k.bitbucket.webhook
Class BitbucketPush
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.BitbucketClientObject
-
- org.vx68k.bitbucket.webhook.BitbucketPush
-
public class BitbucketPush extends BitbucketClientObject
Push description of a Bitbucket activity.- Since:
- 5.0
- Author:
- Kaz Nishimura
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitbucketPush.Change
Change in a push description.
-
Constructor Summary
Constructors Constructor Description BitbucketPush(JsonObject pushObject)
Constructs this push description from a JSON push object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BitbucketPush.Change>
getChanges()
Returns the changes included in this push.-
Methods inherited from class org.vx68k.bitbucket.api.client.BitbucketClientObject
equals, getBitbucketClient, getJsonObject, getLink, getType, hashCode, setBitbucketClient, toString
-
-
-
-
Constructor Detail
-
BitbucketPush
public BitbucketPush(JsonObject pushObject)
Constructs this push description from a JSON push object.- Parameters:
pushObject
- JSON push object
-
-
Method Detail
-
getChanges
public final List<BitbucketPush.Change> getChanges()
Returns the changes included in this push.- Returns:
- the changes
-
-