Uses of Interface
org.vx68k.bitbucket.api.BitbucketRef
-
Packages that use BitbucketRef 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. -
-
Uses of BitbucketRef in org.vx68k.bitbucket.api
Subinterfaces of BitbucketRef in org.vx68k.bitbucket.api Modifier and Type Interface Description interface
BitbucketBranch
Branch or bookmark in a Bitbucket repository. -
Uses of BitbucketRef in org.vx68k.bitbucket.api.client
Classes in org.vx68k.bitbucket.api.client that implement BitbucketRef Modifier and Type Class Description class
BitbucketClientBranch
Client implementation ofBitbucketBranch
.class
BitbucketClientRef
Client implementation ofBitbucketRef
.
-