Uses of Class
org.vx68k.bitbucket.api.client.BitbucketClient
-
Packages that use BitbucketClient Package Description org.vx68k.bitbucket.api.client Client implementation for the Bitbucket API.org.vx68k.bitbucket.api.client.cli CLI command implementation for the Bitbucket API Client Library.org.vx68k.bitbucket.api.client.webapp Classes for the Example App. -
-
Uses of BitbucketClient in org.vx68k.bitbucket.api.client
Methods in org.vx68k.bitbucket.api.client that return BitbucketClient Modifier and Type Method Description BitbucketClient
BitbucketClientObject. getBitbucketClient()
Returns theBitbucketClient
object.static BitbucketClient
BitbucketClient. getDefaultInstance()
Returns the defaultBitbucketClient
object.Methods in org.vx68k.bitbucket.api.client with parameters of type BitbucketClient Modifier and Type Method Description static Function<JsonObject,BitbucketClientIssue>
BitbucketClientIssue. creator(BitbucketClient bitbucketClient)
Returns a function to create an issue form a JSON object.static Function<JsonObject,BitbucketClientRepository>
BitbucketClientRepository. creator(BitbucketClient bitbucketClient)
Returns a function to create a repository from a JSON object.void
BitbucketClientObject. setBitbucketClient(BitbucketClient value)
Associates a Bitbucket client.static void
BitbucketClient. setDefaultInstance(BitbucketClient newValue)
Sets the defaultBitbucketClient
object.Constructors in org.vx68k.bitbucket.api.client with parameters of type BitbucketClient Constructor Description BitbucketClientAccount(JsonObject object, BitbucketClient client)
Constructs this object.BitbucketClientBranch(JsonObject jsonObject, BitbucketClient bitbucketClient)
Initializes the object with a Bitbucket API client.BitbucketClientCommit(JsonObject jsonObject, BitbucketClient bitbucketClient)
Initializes the object with a Bitbucket API client.BitbucketClientIssue(JsonObject jsonObject, BitbucketClient bitbucketClient)
Initializes the object from a JSON object.BitbucketClientObject(JsonObject jsonObject, BitbucketClient bitbucketClient)
Initializes the object with a JSON object and a Bitbucket API client.BitbucketClientRef(JsonObject jsonObject, BitbucketClient bitbucketClient)
Initializes the object with a Bitbucket API client.BitbucketClientRepository(JsonObject object, BitbucketClient client)
Constructs this object with a Bitbucket client.BitbucketClientUser(JsonObject object, BitbucketClient client)
Constructs this object.PaginatedList(URI firstPage, BitbucketClient bitbucketClient, Function<JsonObject,? extends E> creator)
Initializes this object. -
Uses of BitbucketClient in org.vx68k.bitbucket.api.client.cli
Methods in org.vx68k.bitbucket.api.client.cli that return BitbucketClient Modifier and Type Method Description BitbucketClient
AbstractCommand. getBitbucketClient()
Returns the Bitbucket API client.Methods in org.vx68k.bitbucket.api.client.cli with parameters of type BitbucketClient Modifier and Type Method Description static void
CLIUtilities. restoreTokens(BitbucketClient bitbucketClient)
Restores the token information from a persistent store.static void
CLIUtilities. saveTokens(BitbucketClient bitbucketClient)
Saves the token information to a persistent store.Constructors in org.vx68k.bitbucket.api.client.cli with parameters of type BitbucketClient Constructor Description AbstractCommand(BitbucketClient bitbucketClient)
Constructs the object.CLI(BitbucketClient bitbucketClientValue)
Constructs this object.CommandGroup(BitbucketClient bitbucketClient)
Constructs the object.LoginCommand(BitbucketClient bitbucketClient)
Initializes the object.LogoutCommand(BitbucketClient bitbucketClient)
Initializes the object.TeamCommandGroup(BitbucketClient bitbucketClient)
Constructs this object.UserCommandGroup(BitbucketClient bitbucketClient)
Constructs this object. -
Uses of BitbucketClient in org.vx68k.bitbucket.api.client.webapp
Methods in org.vx68k.bitbucket.api.client.webapp that return BitbucketClient Modifier and Type Method Description protected BitbucketClient
RepositoryInfo. getBitbucketClient()
Returns the Bitbucket client of the user context.protected BitbucketClient
TeamInfo. getBitbucketClient()
Returns the Bitbucket client of the user context.BitbucketClient
UserContext. getBitbucketClient()
Returns theBitbucketClient
object.protected BitbucketClient
UserInfo. getBitbucketClient()
Returns the Bitbucket client of the user context.
-