Uses of Interface
org.vx68k.bitbucket.api.BitbucketBranch
-
Packages that use BitbucketBranch 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 BitbucketBranch in org.vx68k.bitbucket.api
Methods in org.vx68k.bitbucket.api that return BitbucketBranch Modifier and Type Method Description BitbucketBranch
BitbucketRepository. getMainBranch()
Returns the main branch of the repository. -
Uses of BitbucketBranch in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketBranch Modifier and Type Class Description class
BitbucketClientBranch
Client implementation ofBitbucketBranch
.Methods in org.vx68k.bitbucket.api.client that return BitbucketBranch Modifier and Type Method Description BitbucketBranch
BitbucketClientRepository. getMainBranch()
Returns the main branch of the repository. -
Uses of BitbucketBranch in org.vx68k.bitbucket.webhook
Methods in org.vx68k.bitbucket.webhook that return BitbucketBranch Modifier and Type Method Description BitbucketBranch
BitbucketPush.Change. getNew()
Returns the new branch after this change.BitbucketBranch
BitbucketPush.Change. getOld()
Returns the old branch before this change.
-