C D E F G H I J L N O P R S T U W 

C

clearCurrentUser() - Method in class org.vx68k.bitbucket.api.client.Client.RestService
Clears the cached current Bitbucket user.
Client - Class in org.vx68k.bitbucket.api.client
Bitbucket REST API client.
Client() - Constructor for class org.vx68k.bitbucket.api.client.Client
Constructs this object with no property values.
Client(String, String) - Constructor for class org.vx68k.bitbucket.api.client.Client
Constructs this object with a user name and a password for Basic authentication.
Client.RestService - Class in org.vx68k.bitbucket.api.client
Bitbucket REST API service.
Client.RestService(HttpExecuteInterceptor) - Constructor for class org.vx68k.bitbucket.api.client.Client.RestService
Constructs this object with a HTTP execute interceptor for authentication.
ClientUtilities - Class in org.vx68k.bitbucket.api.client
Collection of static utility methods.
Commit - Class in org.vx68k.bitbucket.api.client
Commit in a Bitbucket repository.
Commit() - Constructor for class org.vx68k.bitbucket.api.client.Commit
Constructs this object without initialization.
Commit(JsonObject) - Constructor for class org.vx68k.bitbucket.api.client.Commit
Constructs this object from a JSON object.
CREATED_ON - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the created_on value.

D

DISPLAY_NAME - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the display_name value.

E

Entity - Class in org.vx68k.bitbucket.api.client
Superclass of Bitbucket entities.
Entity(JsonObject) - Constructor for class org.vx68k.bitbucket.api.client.Entity
Constructs this object as the type in a JSON object.
Entity(String) - Constructor for class org.vx68k.bitbucket.api.client.Entity
Constructs this object as a specified type.
equals(Object) - Method in class org.vx68k.bitbucket.api.client.User
Tests whether this object equals to another or not.

F

FULL_NAME - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the full_name value.

G

getCreated() - Method in class org.vx68k.bitbucket.api.client.User
Returns the date when the user was created.
getCurrentUser() - Method in class org.vx68k.bitbucket.api.client.Client.RestService
 
getCurrentUser() - Method in class org.vx68k.bitbucket.api.client.Service
Returns the current user.
getDisplayName() - Method in class org.vx68k.bitbucket.api.client.User
Returns the display name.
getEndpoint(String) - Method in class org.vx68k.bitbucket.api.client.Client.RestService
Returns the URI of an endpoint path.
getFullName() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the full name.
getHttpTransport() - Static method in class org.vx68k.bitbucket.api.client.Client
Returns the HTTP transport.
getLinks() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the map of the links.
getLinks() - Method in class org.vx68k.bitbucket.api.client.User
Returns the map of the links.
getLocation() - Method in class org.vx68k.bitbucket.api.client.User
Returns the location.
getLogger() - Static method in class org.vx68k.bitbucket.api.client.ClientUtilities
Returns a logger.
getName() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the name.
getName() - Method in class org.vx68k.bitbucket.api.client.User
Returns the name.
getOwner() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the owner.
getPassword() - Method in class org.vx68k.bitbucket.api.client.Client
Returns the password for Basic authentication.
getScm() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the SCM.
getService() - Method in class org.vx68k.bitbucket.api.client.Client
Returns a Bitbucket REST API service.
getService(String, String) - Method in class org.vx68k.bitbucket.api.client.Client
Returns a Bitbucket REST API service with a user name and a password for Basic authentication.
getType() - Method in class org.vx68k.bitbucket.api.client.Entity
 
getUser() - Method in class org.vx68k.bitbucket.api.client.Client
Returns the user name for Basic authentication.
getUser(HttpResponse) - Method in class org.vx68k.bitbucket.api.client.Client.RestService
 
getUser(String) - Method in class org.vx68k.bitbucket.api.client.Client.RestService
 
getUser(String) - Method in class org.vx68k.bitbucket.api.client.Service
Returns the Bitbucket user identified by a name.
getUser(UUID) - Method in class org.vx68k.bitbucket.api.client.Service
Returns the Bitbucket user identified by a UUID.
getUuid() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the UUID.
getUuid() - Method in class org.vx68k.bitbucket.api.client.User
Returns the UUID.
getWebsite() - Method in class org.vx68k.bitbucket.api.client.User
Returns the URL of the website.

H

hashCode() - Method in class org.vx68k.bitbucket.api.client.User
Computes the hash code for this object.
HREF - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the href value.

I

IS_PRIVATE - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the is_private value.
isAuthenticated() - Method in class org.vx68k.bitbucket.api.client.Client.RestService
 
isAuthenticated() - Method in class org.vx68k.bitbucket.api.client.Service
Indicates whether this object is authenticated or not.
isPrivate() - Method in class org.vx68k.bitbucket.api.client.Repository
Returns the boolean value that indicates whether the repository is private or not.

J

JsonKeys - Class in org.vx68k.bitbucket.api.client
Collection of constant JSON keys.

L

LINKS - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the links object.
LOCATION - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the location value.

N

NAME - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the name value.

O

org.vx68k.bitbucket.api.client - package org.vx68k.bitbucket.api.client
 
OWNER - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the owner object.

P

parseLink(JsonObject) - Static method in class org.vx68k.bitbucket.api.client.ClientUtilities
Parses a JSON object into a URL.
parseLinks(JsonObject) - Static method in class org.vx68k.bitbucket.api.client.ClientUtilities
Parses a JSON object into a map of links.
parseURL(String) - Static method in class org.vx68k.bitbucket.api.client.ClientUtilities
Parses a string into a URL.
parseUUID(String) - Static method in class org.vx68k.bitbucket.api.client.ClientUtilities
Parses a string into a UUID.

R

Repository - Class in org.vx68k.bitbucket.api.client
Bitbucket repository.
Repository() - Constructor for class org.vx68k.bitbucket.api.client.Repository
Constructs this object with no property values.
Repository(JsonObject) - Constructor for class org.vx68k.bitbucket.api.client.Repository
 

S

SCM - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the scm value, which is either "git" or "hg".
Service - Class in org.vx68k.bitbucket.api.client
Abstract Bitbucket API service.
Service() - Constructor for class org.vx68k.bitbucket.api.client.Service
 
setCreated(Date) - Method in class org.vx68k.bitbucket.api.client.User
Sets the date when the user was created.
setDisplayName(String) - Method in class org.vx68k.bitbucket.api.client.User
Sets the display name.
setLinks(Map<String, URL>) - Method in class org.vx68k.bitbucket.api.client.Repository
Sets the map of the links.
setLinks(Map<String, URL>) - Method in class org.vx68k.bitbucket.api.client.User
Sets the map of the links.
setLocation(String) - Method in class org.vx68k.bitbucket.api.client.User
Sets the location.
setName(String) - Method in class org.vx68k.bitbucket.api.client.Repository
Sets the name.
setName(String) - Method in class org.vx68k.bitbucket.api.client.User
Sets the name.
setOwner(User) - Method in class org.vx68k.bitbucket.api.client.Repository
Sets the owner.
setPassword(String) - Method in class org.vx68k.bitbucket.api.client.Client
Sets the password for Basic authentication.
setPrivate(boolean) - Method in class org.vx68k.bitbucket.api.client.Repository
Sets the boolean value that indicates whether the repository is private or not.
setScm(String) - Method in class org.vx68k.bitbucket.api.client.Repository
Sets the SCM
setUser(String) - Method in class org.vx68k.bitbucket.api.client.Client
Sets the user name for Basic authentication.
setUuid(UUID) - Method in class org.vx68k.bitbucket.api.client.Repository
Sets the UUID.
setUuid(UUID) - Method in class org.vx68k.bitbucket.api.client.User
Sets the UUID.
setWebsite(URL) - Method in class org.vx68k.bitbucket.api.client.User
Sets the URL of the website.

T

TYPE - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the type value.

U

updateFullName() - Method in class org.vx68k.bitbucket.api.client.Repository
Updated the full name from the owner and the name.
User - Class in org.vx68k.bitbucket.api.client
Bitbucket user.
User() - Constructor for class org.vx68k.bitbucket.api.client.User
Constructs this object with no property values.
User(JsonObject) - Constructor for class org.vx68k.bitbucket.api.client.User
Constructs this object from a JSON object.
USERNAME - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the username value.
UUID - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the uuid value.

W

WEBSITE - Static variable in class org.vx68k.bitbucket.api.client.JsonKeys
JSON key for the website value.
C D E F G H I J L N O P R S T U W 

Copyright © 2015 Nishimura Software Studio. All rights reserved.