Skip navigation links
A B C D F G H I L M P R S T U V 

A

absolute(boolean) - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder
 
addProjectGroupPermission(String, String, ProjectPermission) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Sets Permissions for the given group
addProjectUserPermission(String, String, ProjectPermission) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Sets Permissions for the given user
addPullRequestGeneralComment(String, String, long, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
adds general comment to a pull request
addRepositoryKey(String, String, String, String, Permission) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Adds to the repository a new access key (SSH public key) with given permission
addRepositoryUserPermission(String, String, String, Permission) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Sets permission for specified user on specified repository.
addTask(TaskAnchor, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Create new task
addUserKey(String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Adds to current user a new access key (SSH public key)
ApplicationProperties - Class in com.atlassian.stash.rest.client.api.entity
Describes version information and other application properties.
ApplicationProperties(String, String, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.ApplicationProperties
 
AvatarRequest - Interface in com.atlassian.stash.rest.client.api
can be used on few methods in StashClient to request remote Stash/Bitbucket instance to return avatar data.
AvatarRequest.DefaultAvatarRequest - Class in com.atlassian.stash.rest.client.api
 
AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder - Class in com.atlassian.stash.rest.client.api
 

B

Branch - Class in com.atlassian.stash.rest.client.api.entity
Describes a repository branch
Branch(String, String, String, boolean) - Constructor for class com.atlassian.stash.rest.client.api.entity.Branch
 
build() - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder
 
builder() - Static method in interface com.atlassian.stash.rest.client.api.AvatarRequest
 

C

canMergePullRequest(String, String, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Test whether a pull request can be merged.
CodeAnnotation - Class in com.atlassian.stash.rest.client.api.entity
Represents a single code annotation belonging to a single Report for a particular file.
CodeAnnotation(String, String, CodeAnnotation.Severity, String, String, Integer, String, CodeAnnotation.Type) - Constructor for class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
 
CodeAnnotation.Severity - Enum in com.atlassian.stash.rest.client.api.entity
Severity of the problem.
CodeAnnotation.Type - Enum in com.atlassian.stash.rest.client.api.entity
Type of the problem.
com.atlassian.stash.rest.client.api - package com.atlassian.stash.rest.client.api
 
com.atlassian.stash.rest.client.api.entity - package com.atlassian.stash.rest.client.api.entity
 
Comment - Class in com.atlassian.stash.rest.client.api.entity
Basic representation of a comment, only few attributes for now.
Comment(long, long, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.Comment
 
createCodeAnnotations(String, String, String, String, Iterable<CodeAnnotation>) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Creates multiple code annotations for a given code insights report.
createProject(String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Adds a project
createPullRequest(String, String, PullRequestRef, PullRequestRef, Iterable<String>, AvatarRequest) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Creates a new pull request between two branches.
createPullRequest(String, String, PullRequestRef, PullRequestRef, Iterable<String>) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Creates a new pull request between two branches.
createReport(String, String, String, Report) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Create a code insights report for a given revision in a repository.
createRepository(String, String, String, boolean) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Adds a repository to project

D

DefaultAvatarRequestBuilder() - Constructor for class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder
 
deleteCodeAnnotation(String, String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Deletes a single code annotation identified by an external Id fora given code insights report.
deleteCodeAnnotations(String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Deletes all code annotations for a given code insights report.
deleteProject(String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Deletes a project of given projectKey
deleteReport(String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Deletes a code insights report identified by the given key for a given revision in a repository.
deleteRepository(String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Deletes a repository

F

forkRepository(String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Create a new repository forked from an existing repository.

G

getAccessibleProjects(long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Get a list of all projects the user can see.
getAnchor() - Method in class com.atlassian.stash.rest.client.api.entity.Task
 
getApplicationProperties() - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieves version information and other application properties.
getAuthor() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getAvatarUrl() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
getBaseUrl() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getBuildDate() - Method in class com.atlassian.stash.rest.client.api.entity.ApplicationProperties
 
getBuildNumber() - Method in class com.atlassian.stash.rest.client.api.entity.ApplicationProperties
 
getCodeAnnotations(String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Obtain a full list of code annotations for a given revision in a repository.
getCommentCount() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
Note this is optional as Stash/Bitbucket Server seems to return no counter value if there are no comments.
getContext() - Method in class com.atlassian.stash.rest.client.api.StashError
 
getCurrentUserKeys(long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieves access keys (SSH public keys) for current user
getCurrentUserRepositoryPermission(String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieves user permission to given repository.
getData() - Method in class com.atlassian.stash.rest.client.api.entity.Report
Custom data defined by this report.
getDescription() - Method in class com.atlassian.stash.rest.client.api.entity.Project
 
getDescription() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getDetails() - Method in class com.atlassian.stash.rest.client.api.entity.Report
Detail message of the report.
getDirectoryName() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getDisplayId() - Method in class com.atlassian.stash.rest.client.api.entity.Branch
 
getDisplayId() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
getDisplayId() - Method in class com.atlassian.stash.rest.client.api.entity.Tag
 
getDisplayName() - Method in class com.atlassian.stash.rest.client.api.entity.ApplicationProperties
 
getDisplayName() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
getDisplayName() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getEmailAddress() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getErrors() - Method in exception com.atlassian.stash.rest.client.api.StashException
 
getExceptionName() - Method in class com.atlassian.stash.rest.client.api.StashError
 
getExternalId() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Unique externally managed Id of the annotation.
getFromRef() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getGroupName() - Method in class com.atlassian.stash.rest.client.api.entity.ProjectGroupPermission
 
getHash() - Method in class com.atlassian.stash.rest.client.api.entity.Tag
 
getHttpCloneUrl() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.Branch
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.Comment
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.Project
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
Retrieves the repository's ID, which represents its primary key.
getId() - Method in class com.atlassian.stash.rest.client.api.entity.SshKey
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.Tag
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.Task
 
getId() - Method in interface com.atlassian.stash.rest.client.api.entity.TaskAnchor
 
getId() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getKey() - Method in class com.atlassian.stash.rest.client.api.entity.Project
 
getKey() - Method in class com.atlassian.stash.rest.client.api.entity.Report
Unique key of the report.
getLabel() - Method in class com.atlassian.stash.rest.client.api.entity.SshKey
 
getLastAuthenticationTimestamp() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getLastSeenDate() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getLastUpdated() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getLatestChangeset() - Method in class com.atlassian.stash.rest.client.api.entity.Branch
 
getLatestChangeset() - Method in class com.atlassian.stash.rest.client.api.entity.Tag
 
getLatestCommit() - Method in class com.atlassian.stash.rest.client.api.entity.Tag
 
getLimit() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
getLine() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Line number in the file from CodeAnnotation.getPath().
getLink() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
External link for the code annotation (tool report, vendor page, etc.).
getLink() - Method in class com.atlassian.stash.rest.client.api.entity.Report
URL for the vendor/tool which produced the report.
getLogoUrl() - Method in class com.atlassian.stash.rest.client.api.entity.Report
URL of the logo for the vendor/tool which produced the report.
getMergeOutcome() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
Note this is optional as old Stash/Bitbucket Server versions may not return it (e.g.
getMessage() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Message associated with this code annotation.
getMessage() - Method in class com.atlassian.stash.rest.client.api.StashError
 
getMirror(String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Returns mirror details.
getName() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getName() - Method in class com.atlassian.stash.rest.client.api.entity.Project
 
getName() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
getName() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
Retrieves the repository's name, which is guaranteed to be unique within its project but not within the system at large.
getName() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getNextPageStart() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
getOrigin() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 
getOutcome() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestMergeability
Note that due to lazy merge work success of the merge can not be guaranteed.
getOutstandingTaskCount() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
Note this is optional as old Stash/Bitbucket Server versions may not return it (e.g.
getPath() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Path in the repository for the file to which the annotation applies.
getPermission() - Method in class com.atlassian.stash.rest.client.api.entity.ProjectGroupPermission
 
getPermission() - Method in class com.atlassian.stash.rest.client.api.entity.ProjectUserPermission
 
getPermission() - Method in class com.atlassian.stash.rest.client.api.entity.RepositorySshKey
 
getProductType() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getProductVersion() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getProject() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 
getProjectGroupPermissions(String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieve a page of groups that have been granted at least one permission for the specified project.
getProjectKey() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
getProjectName() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
getProjectRepositories(String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Get a list of all repositories of a project
getProjectUserPermissions(String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieve a page of users that have been granted at least one permission for the specified project.
getPullRequestsByRepository(String, String, String, StashClient.PullRequestDirection, StashClient.PullRequestStateFilter, StashClient.PullRequestsOrder, long, long, AvatarRequest) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieve a page of pull requests to or from the specified repository.
getPullRequestsByRepository(String, String, String, StashClient.PullRequestDirection, StashClient.PullRequestStateFilter, StashClient.PullRequestsOrder, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieve a page of pull requests to or from the specified repository.
getReport(String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Obtains a code insights report identified by the given key for a given revision in a repository.
getReportKey() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Key of the Report to which this code annotation belongs.
getReports(String, String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Obtain a paginated list of code insights report for a given revision in a repository.
getRepositories(String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Search for repositories the user can see.
getRepository() - Method in class com.atlassian.stash.rest.client.api.entity.RepositorySshKey
 
getRepository(String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieve a specific repository object
getRepositoryBranches(String, String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Search for the branches for a specific repository
getRepositoryDefaultBranch(String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieves default branch for a specific repository
getRepositoryKeys(String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieves access keys (SSH public keys) for given repository
getRepositoryMirrors(long, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Returns a page of mirrors for a repository.
getRepositoryName() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
getRepositorySlug() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
getRepositoryTags(String, String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Search for the tags for a specific repository
getResolvedTaskCount() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
Note this is optional as old Stash/Bitbucket Server versions may not return it (e.g.
getResponseBody() - Method in exception com.atlassian.stash.rest.client.api.StashRestException
 
getResult() - Method in class com.atlassian.stash.rest.client.api.entity.Report
Result of the report - whether it failed or passed.
getReviewers() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getRole() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
getSelfUrl() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getSelfUrl() - Method in class com.atlassian.stash.rest.client.api.entity.Project
Retrieves the project's url ie.
getSelfUrl() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 
getSelfUrl() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getSeverity() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Tells how severe the problem described by this code annotation is.
getSize() - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest
 
getSize() - Method in interface com.atlassian.stash.rest.client.api.AvatarRequest
 
getSize() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
getSlug() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
getSlug() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
Retrieves the "slug" for this repository, which is a URL-friendly variant of its name.
getSlug() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getSshCloneUrl() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 
getStart() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
getState() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getState() - Method in class com.atlassian.stash.rest.client.api.entity.Task
 
getStatus() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
getStatusCode() - Method in exception com.atlassian.stash.rest.client.api.StashRestException
 
getStatusMessage() - Method in exception com.atlassian.stash.rest.client.api.StashRestException
 
getText() - Method in class com.atlassian.stash.rest.client.api.entity.Comment
 
getText() - Method in class com.atlassian.stash.rest.client.api.entity.SshKey
 
getText() - Method in class com.atlassian.stash.rest.client.api.entity.Task
 
getTitle() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getTitle() - Method in class com.atlassian.stash.rest.client.api.entity.Report
Title of the report.
getTitle() - Method in class com.atlassian.stash.rest.client.api.entity.ReportDataEntry
Display name of the data entry.
getToRef() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getType() - Method in class com.atlassian.stash.rest.client.api.entity.CodeAnnotation
Tells the type of the problem described by this code annotation.
getType() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
getType() - Method in class com.atlassian.stash.rest.client.api.entity.Project
Retrieves the project's type.
getType() - Method in class com.atlassian.stash.rest.client.api.entity.ReportDataEntry
Type of value defined by this data entry.
getType() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
getUrl() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
getUrlMode() - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest
 
getUrlMode() - Method in interface com.atlassian.stash.rest.client.api.AvatarRequest
Note size must be specified for scheme to be honoured, at least as of Bitbucket 4.10
getUrlScheme() - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest
 
getUrlScheme() - Method in interface com.atlassian.stash.rest.client.api.AvatarRequest
Note size must be specified for scheme to be honoured, at least as of Bitbucket 4.10
getUserName() - Method in class com.atlassian.stash.rest.client.api.entity.ProjectUserPermission
 
getUsers(String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Retrieve a List of users.
getValue() - Method in class com.atlassian.stash.rest.client.api.entity.ReportDataEntry
Value of the data entry.
getValues() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
getVendor() - Method in class com.atlassian.stash.rest.client.api.entity.Report
Vendor/tool which produced this report.
getVersion() - Method in class com.atlassian.stash.rest.client.api.entity.ApplicationProperties
 
getVersion() - Method in class com.atlassian.stash.rest.client.api.entity.Comment
 
getVersion() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
givenVersionIsOlder(String) - Method in enum com.atlassian.stash.rest.client.api.StashVersions
tests given build number if it's older than defined by this enum

H

hasCloneUrl() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 

I

id - Variable in class com.atlassian.stash.rest.client.api.entity.SshKey
 
isActive() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
isApproved() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
isCanMerge() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestMergeability
 
isConflicted() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestMergeability
 
isDefault() - Method in class com.atlassian.stash.rest.client.api.entity.Branch
 
isDeletable() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
isEnabled() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
isLastPage() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
isMutableDetails() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
isMutableGroups() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
isPersonal() - Method in class com.atlassian.stash.rest.client.api.entity.Project
Retrieves a flag indicating whether this project is a Stash user's personal project in the system.
isPublic() - Method in class com.atlassian.stash.rest.client.api.entity.Project
Retrieves a flag indicating whether this project is public.
isPublic() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
Retrieves a flag indicating whether this repository is public.
isRepositoryKey(String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Checks if provided access key (SSH public key) is already registered as a repository key on Stash server
isUserKey(String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Checks if provided access key (SSH public key) is already registered as a user key on Stash server

L

label - Variable in class com.atlassian.stash.rest.client.api.entity.SshKey
 
link - Variable in class com.atlassian.stash.rest.client.api.entity.Report
 

M

mergePullRequest(String, String, long, long, AvatarRequest) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Merge specified pull request.
mergePullRequest(String, String, long, long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Merge specified pull request.
MirrorServer - Class in com.atlassian.stash.rest.client.api.entity
Basic representation of a repository mirror
MirrorServer(String, String, String, String, boolean, String, String, String, Long) - Constructor for class com.atlassian.stash.rest.client.api.entity.MirrorServer
 

P

Page<T> - Class in com.atlassian.stash.rest.client.api.entity
Describes a page of values.
Page(int, int, boolean, int, Integer, Iterable<T>) - Constructor for class com.atlassian.stash.rest.client.api.entity.Page
 
Permission - Enum in com.atlassian.stash.rest.client.api.entity
Repository permissions available in Stash
Project - Class in com.atlassian.stash.rest.client.api.entity
Describes a project
Project(String, long, String, String, boolean, boolean, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.Project
 
projectExists(String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Checks if the given project exists.
ProjectGroupPermission - Class in com.atlassian.stash.rest.client.api.entity
Permission of a group on a project.
ProjectGroupPermission(String, ProjectPermission) - Constructor for class com.atlassian.stash.rest.client.api.entity.ProjectGroupPermission
 
ProjectPermission - Enum in com.atlassian.stash.rest.client.api.entity
Project-level permissions for users and groups
ProjectUserPermission - Class in com.atlassian.stash.rest.client.api.entity
Permission of a user on a project.
ProjectUserPermission(String, ProjectPermission) - Constructor for class com.atlassian.stash.rest.client.api.entity.ProjectUserPermission
 
PullRequestMergeability - Class in com.atlassian.stash.rest.client.api.entity
Describes whether a pull request can merge.
PullRequestMergeability(Optional<String>, boolean, boolean) - Constructor for class com.atlassian.stash.rest.client.api.entity.PullRequestMergeability
 
PullRequestParticipant - Class in com.atlassian.stash.rest.client.api.entity
pull request participant
PullRequestParticipant(String, String, String, String, boolean, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
PullRequestRef - Class in com.atlassian.stash.rest.client.api.entity
represents repository ref
PullRequestRef(String, String, String, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
PullRequestRef(String, String, String, String, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
PullRequestStatus - Class in com.atlassian.stash.rest.client.api.entity
pull request state
PullRequestStatus(long, long, String, Optional<String>, String, String, Optional<String>, PullRequestParticipant, List<PullRequestParticipant>, PullRequestRef, PullRequestRef, long, Optional<Long>, Optional<Long>, Optional<Long>) - Constructor for class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 

R

removeUserKey(String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Removes user key by key content and label
removeUserKey(long) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Removes user key by it's id
Report - Class in com.atlassian.stash.rest.client.api.entity
A report for code insights.
Report(String, String, Iterable<ReportDataEntry>, String, String, String, String, Report.Result) - Constructor for class com.atlassian.stash.rest.client.api.entity.Report
 
Report.Result - Enum in com.atlassian.stash.rest.client.api.entity
The result of a report.
ReportDataEntry - Class in com.atlassian.stash.rest.client.api.entity
A single entry of a Report's custom data.
ReportDataEntry(String, Object, ReportDataEntry.Type) - Constructor for class com.atlassian.stash.rest.client.api.entity.ReportDataEntry
 
ReportDataEntry.Type - Enum in com.atlassian.stash.rest.client.api.entity
Type of the value of the entry.
Repository - Class in com.atlassian.stash.rest.client.api.entity
Describes a repository
Repository(String, long, String, boolean, String, String, String, Project, Repository) - Constructor for class com.atlassian.stash.rest.client.api.entity.Repository
 
RepositorySshKey - Class in com.atlassian.stash.rest.client.api.entity
SSH public key for repository
RepositorySshKey(long, String, String, Repository, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.RepositorySshKey
 

S

secure(boolean) - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder
 
size(long) - Method in class com.atlassian.stash.rest.client.api.AvatarRequest.DefaultAvatarRequest.DefaultAvatarRequestBuilder
 
SshKey - Class in com.atlassian.stash.rest.client.api.entity
Generic representation of SSH public key
SshKey(String, String, long) - Constructor for class com.atlassian.stash.rest.client.api.entity.SshKey
 
StashClient - Interface in com.atlassian.stash.rest.client.api
 
StashClient.PullRequestDirection - Enum in com.atlassian.stash.rest.client.api
the direction relative to the specified repository.
StashClient.PullRequestsOrder - Enum in com.atlassian.stash.rest.client.api
the order to return pull requests in, either OLDEST (as in: "oldest first") or NEWEST.
StashClient.PullRequestStateFilter - Enum in com.atlassian.stash.rest.client.api
used to filter pull requests by state.
StashError - Class in com.atlassian.stash.rest.client.api
Describes an Stash error cause
StashError(String, String, String) - Constructor for class com.atlassian.stash.rest.client.api.StashError
 
StashException - Exception in com.atlassian.stash.rest.client.api
Generic exception caused by Stash client.
StashException(String) - Constructor for exception com.atlassian.stash.rest.client.api.StashException
 
StashException(String, Throwable) - Constructor for exception com.atlassian.stash.rest.client.api.StashException
 
StashException(Throwable) - Constructor for exception com.atlassian.stash.rest.client.api.StashException
 
StashException(List<StashError>) - Constructor for exception com.atlassian.stash.rest.client.api.StashException
 
StashRestException - Exception in com.atlassian.stash.rest.client.api
Exception caused by REST communication (HTTP) errors eg.
StashRestException(String, int, String) - Constructor for exception com.atlassian.stash.rest.client.api.StashRestException
 
StashRestException(List<StashError>, int, String) - Constructor for exception com.atlassian.stash.rest.client.api.StashRestException
 
StashRestException(List<StashError>, int, String, String) - Constructor for exception com.atlassian.stash.rest.client.api.StashRestException
 
StashUnauthorizedRestException - Exception in com.atlassian.stash.rest.client.api
Exception caused by HTTP 401 Unauthorized
StashUnauthorizedRestException(String, int, String) - Constructor for exception com.atlassian.stash.rest.client.api.StashUnauthorizedRestException
 
StashUnauthorizedRestException(List<StashError>, int, String) - Constructor for exception com.atlassian.stash.rest.client.api.StashUnauthorizedRestException
 
StashUnauthorizedRestException(List<StashError>, int, String, String) - Constructor for exception com.atlassian.stash.rest.client.api.StashUnauthorizedRestException
 
StashVersions - Enum in com.atlassian.stash.rest.client.api
history of particular features added to Stash/Bitbucket

T

Tag - Class in com.atlassian.stash.rest.client.api.entity
Describes a repository tag
Tag(String, String, String, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.Tag
 
Task - Class in com.atlassian.stash.rest.client.api.entity
 
Task(long, String, String, TaskAnchor) - Constructor for class com.atlassian.stash.rest.client.api.entity.Task
 
TaskAnchor - Interface in com.atlassian.stash.rest.client.api.entity
The anchor of a task, such as a pull request's comment.
TaskAnchor.Type - Enum in com.atlassian.stash.rest.client.api.entity
 
TaskState - Enum in com.atlassian.stash.rest.client.api.entity
 
text - Variable in class com.atlassian.stash.rest.client.api.entity.SshKey
 
toErrors(String) - Static method in exception com.atlassian.stash.rest.client.api.StashException
 
toErrors(String, Throwable) - Static method in exception com.atlassian.stash.rest.client.api.StashException
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.ApplicationProperties
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Branch
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Comment
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.MirrorServer
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Page
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Project
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestMergeability
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestParticipant
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestRef
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.PullRequestStatus
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Repository
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.SshKey
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Tag
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.Task
 
toString() - Method in class com.atlassian.stash.rest.client.api.entity.User
 
toString() - Method in class com.atlassian.stash.rest.client.api.StashError
 
toStringHelper() - Method in class com.atlassian.stash.rest.client.api.entity.RepositorySshKey
 
toStringHelper() - Method in class com.atlassian.stash.rest.client.api.entity.SshKey
 

U

updateCodeAnnotation(String, String, String, String, String, CodeAnnotation) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Creates or updates a single code annotation identified by an external Id for a given code insights report.
updateProject(String, String, String, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Edits an existing project
updateTask(long, TaskState, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Updates state and/or text of a task.
updateTask(long, TaskState) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Updates state of a task.
updateTask(long, String) - Method in interface com.atlassian.stash.rest.client.api.StashClient
Updates state of a task.
User - Class in com.atlassian.stash.rest.client.api.entity
User class attributes based on https://developer.atlassian.com/static/javadoc/bitbucket-server/4.0.0/api/reference/com/atlassian/bitbucket/user/DetailedUser.html
User(String, String, long, String, boolean, String, String, String, boolean, Date, boolean, boolean, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.User
 
UserSshKey - Class in com.atlassian.stash.rest.client.api.entity
SSH public key for user
UserSshKey(long, String, String) - Constructor for class com.atlassian.stash.rest.client.api.entity.UserSshKey
 

V

valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.CodeAnnotation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.CodeAnnotation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.ProjectPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.Report.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.ReportDataEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.TaskAnchor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.entity.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.StashClient.PullRequestDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.StashClient.PullRequestsOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.StashClient.PullRequestStateFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.stash.rest.client.api.StashVersions
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.CodeAnnotation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.CodeAnnotation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.ProjectPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.Report.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.ReportDataEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.TaskAnchor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.entity.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.StashClient.PullRequestDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.StashClient.PullRequestsOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.StashClient.PullRequestStateFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.stash.rest.client.api.StashVersions
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H I L M P R S T U V 
Skip navigation links

Copyright © 2020 Atlassian. All rights reserved.