Uses of Interface
org.vx68k.bitbucket.api.BitbucketCommit
-
Packages that use BitbucketCommit Package Description org.vx68k.bitbucket.api Interfaces and common classes for the Bitbucket API.org.vx68k.bitbucket.api.client Client implementation for the Bitbucket API.org.vx68k.bitbucket.webhook Webhook implementation for Bitbucket Cloud. -
-
Uses of BitbucketCommit in org.vx68k.bitbucket.api
Methods in org.vx68k.bitbucket.api that return BitbucketCommit Modifier and Type Method Description BitbucketCommit
BitbucketRef. getTarget()
Returns the target of the commit reference. -
Uses of BitbucketCommit in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketCommit Modifier and Type Class Description class
BitbucketClientCommit
Client implementation ofBitbucketCommit
.Methods in org.vx68k.bitbucket.api.client that return BitbucketCommit Modifier and Type Method Description BitbucketCommit
BitbucketClientRef. getTarget()
-
Uses of BitbucketCommit in org.vx68k.bitbucket.webhook
Methods in org.vx68k.bitbucket.webhook that return types with arguments of type BitbucketCommit Modifier and Type Method Description List<BitbucketCommit>
BitbucketPush.Change. getCommits()
Returns the commits included in this change.
-