Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abbreviate(int) - Method in class com.atlassian.bitbucket.content.SimplePath
Abbreviates the path by removing path components from the middle until the length of the path is not greater than maxLength.
abbreviatePathComponents(int) - Method in class com.atlassian.bitbucket.content.SimplePath
Returns a similar result to SimplePath.getPathComponents(), but abbreviates the result (inserts null at the break point)
about() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
AbstractApplicationUserVisitor<T> - Class in com.atlassian.bitbucket.user
 
AbstractApplicationUserVisitor() - Constructor for class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
 
AbstractAuthenticationEvent - Class in com.atlassian.bitbucket.event.auth
Base class for constructing events that relate to authentication.
AbstractAuthenticationEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
 
AbstractAvatarSupplier - Class in com.atlassian.bitbucket.avatar
 
AbstractAvatarSupplier() - Constructor for class com.atlassian.bitbucket.avatar.AbstractAvatarSupplier
 
AbstractAvatarSupplier(String) - Constructor for class com.atlassian.bitbucket.avatar.AbstractAvatarSupplier
 
AbstractBuilder(Commentable, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
 
AbstractBuilder(AbstractDiffRequest) - Constructor for class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
 
AbstractBuilder(Repository, RepositoryHookTrigger, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchHookRequest.AbstractBuilder
 
AbstractBuilder(Repository, RepositoryHookTrigger, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagHookRequest.AbstractBuilder
 
AbstractBuilder(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
 
AbstractBuilder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest.AbstractBuilder
 
AbstractBuilder(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
 
AbstractBuilder(Project) - Constructor for class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
 
AbstractBuilder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
 
AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
 
AbstractBuilder(String) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
 
AbstractBuilder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder
 
AbstractBuilder(int, long) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
 
AbstractBuilder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.repository.AbstractCreateRefRequest.AbstractBuilder
 
AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
 
AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
 
AbstractBuilder(AbstractRepositoryRequest) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
 
AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
 
AbstractBuilder(Repository, MinimalRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
 
AbstractBuilder(R) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
 
AbstractBuilder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
 
AbstractBuilder(AbstractRepositoryRefsRequest) - Constructor for class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
 
AbstractBuilder() - Constructor for class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
 
AbstractBuilder(ServiceUser) - Constructor for class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
 
AbstractBuilder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder
Creates and initializes a new builder using details from the provided summary.
AbstractBuilder(CommandResult) - Constructor for class com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder
Creates a new builder with the provided result.
AbstractBuilder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder
 
AbstractChangeCallback - Class in com.atlassian.bitbucket.content
Convenience implementation of ChangeCallback that provides no-op implementations for all methods.
AbstractChangeCallback() - Constructor for class com.atlassian.bitbucket.content.AbstractChangeCallback
 
AbstractChangesCommandParameters - Class in com.atlassian.bitbucket.scm
 
AbstractChangesCommandParameters(AbstractChangesCommandParameters.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
 
AbstractChangesCommandParameters.AbstractBuilder<B extends AbstractChangesCommandParameters.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.scm
 
AbstractCommandParameters - Class in com.atlassian.bitbucket.scm
 
AbstractCommandParameters() - Constructor for class com.atlassian.bitbucket.scm.AbstractCommandParameters
 
AbstractCommentableVisitor<T> - Class in com.atlassian.bitbucket.comment
 
AbstractCommentableVisitor() - Constructor for class com.atlassian.bitbucket.comment.AbstractCommentableVisitor
 
AbstractCommitCallback - Class in com.atlassian.bitbucket.commit
Convenience implementation of CommitCallback that provides no-op implementations for all methods.
AbstractCommitCallback() - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitCallback
 
AbstractCommitCommandParameters - Class in com.atlassian.bitbucket.scm
A base class for constructing CommandParameters classes for commands which operate on a specific commit, optionally qualified to a specific path.
AbstractCommitCommandParameters(AbstractCommitCommandParameters.AbstractCommitParametersBuilder<?>) - Constructor for class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
 
AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>> - Class in com.atlassian.bitbucket.scm
 
AbstractCommitParametersBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
 
AbstractCommitParametersBuilder(AbstractCommitRequest) - Constructor for class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
 
AbstractCommitParametersBuilder(CommitRequest) - Constructor for class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
 
AbstractCommitRequest - Class in com.atlassian.bitbucket.commit
A base class for requests which take a single commit ID and path.
AbstractCommitRequest(AbstractCommitRequest.AbstractCommitRequestBuilder<?>) - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitRequest
 
AbstractCommitRequest.AbstractCommitRequestBuilder<B extends AbstractCommitRequest.AbstractCommitRequestBuilder<B>> - Class in com.atlassian.bitbucket.commit
 
AbstractCommitRequestBuilder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitRequest.AbstractCommitRequestBuilder
 
AbstractCommitsRequest - Class in com.atlassian.bitbucket.commit
A base class for requests to retrieve a series of commits.
AbstractCommitsRequest(AbstractCommitsRequest.AbstractCommitsRequestBuilder<?>) - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitsRequest
 
AbstractCommitsRequest.AbstractCommitsRequestBuilder<B extends AbstractCommitsRequest.AbstractCommitsRequestBuilder<B>> - Class in com.atlassian.bitbucket.commit
 
AbstractCommitsRequestBuilder(Repository) - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
 
AbstractCommitsRequestBuilder(AbstractCommitsRequest) - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
 
AbstractContentTreeCallback - Class in com.atlassian.bitbucket.content
Convenience implementation of ContentTreeCallback that provides no-op implementations for all methods.
AbstractContentTreeCallback() - Constructor for class com.atlassian.bitbucket.content.AbstractContentTreeCallback
 
AbstractCreateBranchBuilder() - Constructor for class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder
 
AbstractCreateRefBuilder() - Constructor for class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder
 
AbstractCreateRefCommandParameters - Class in com.atlassian.bitbucket.scm.ref
 
AbstractCreateRefCommandParameters(AbstractCreateRefCommandParameters.AbstractCreateRefBuilder) - Constructor for class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
 
AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B extends AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B>> - Class in com.atlassian.bitbucket.scm.ref
 
AbstractCreateRefRequest - Class in com.atlassian.bitbucket.repository
A request to create a ref.
AbstractCreateRefRequest(AbstractCreateRefRequest.AbstractBuilder) - Constructor for class com.atlassian.bitbucket.repository.AbstractCreateRefRequest
 
AbstractCreateRefRequest.AbstractBuilder<B extends AbstractCreateRefRequest.AbstractBuilder,R extends AbstractCreateRefRequest> - Class in com.atlassian.bitbucket.repository
 
AbstractCreateTagBuilder() - Constructor for class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.AbstractCreateTagBuilder
 
AbstractDiffCommandParameters - Class in com.atlassian.bitbucket.scm
 
AbstractDiffCommandParameters(AbstractDiffCommandParameters.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
 
AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractDiffCommandParameters.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.scm
 
AbstractDiffContentCallback - Class in com.atlassian.bitbucket.content
Convenience implementation of DiffContentCallback that provides no-op implementations for all methods.
AbstractDiffContentCallback() - Constructor for class com.atlassian.bitbucket.content.AbstractDiffContentCallback
 
AbstractDiffRequest - Class in com.atlassian.bitbucket.content
 
AbstractDiffRequest(AbstractDiffRequest.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.content.AbstractDiffRequest
 
AbstractDiffRequest.AbstractBuilder<B extends AbstractDiffRequest.AbstractBuilder<B,R>,R> - Class in com.atlassian.bitbucket.content
 
AbstractFileBuilder(Commentable, String, CommentThreadDiffAnchorType, String) - Constructor for class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
 
AbstractFileContentCallback - Class in com.atlassian.bitbucket.content
 
AbstractFileContentCallback() - Constructor for class com.atlassian.bitbucket.content.AbstractFileContentCallback
 
AbstractGlobalPermissionModificationEvent - Class in com.atlassian.bitbucket.event.permission
 
AbstractGlobalPermissionModificationEvent(Object, Permission, Permission, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.AbstractGlobalPermissionModificationEvent
 
AbstractInstanceMigrationEvent - Class in com.atlassian.bitbucket.migration.event
Abstract superclass for Data Center Migration events.
AbstractInstanceMigrationEvent(Object, Job) - Constructor for class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
 
AbstractLabelRequest - Class in com.atlassian.bitbucket.label
 
AbstractLabelRequest(AbstractLabelRequest.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.label.AbstractLabelRequest
 
AbstractLabelRequest.AbstractBuilder<B extends AbstractLabelRequest.AbstractBuilder<B,R>,R extends AbstractLabelRequest> - Class in com.atlassian.bitbucket.label
 
AbstractMergeBuilder() - Constructor for class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
 
AbstractMergeCommandParameters - Class in com.atlassian.bitbucket.scm
 
AbstractMergeCommandParameters(AbstractMergeCommandParameters.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
 
AbstractMergeCommandParameters.AbstractBuilder<B extends AbstractMergeCommandParameters.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.scm
 
AbstractMinimalCommitBuilder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
 
AbstractMinimalCommitBuilder(R) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
 
AbstractMinimalRefBuilder() - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
 
AbstractMinimalRefBuilder(R) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
 
AbstractPagedBuilder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
Creates and initializes a new builder using details from the provided summary.
AbstractPagedBuilder(CommandResult) - Constructor for class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
Creates a new builder with the provided result.
AbstractPagedSummary - Class in com.atlassian.bitbucket.util
Extends AbstractSummary and adds additional properties for summarizing a page of output.
AbstractPagedSummary(AbstractPagedSummary.AbstractPagedBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.util.AbstractPagedSummary
 
AbstractPagedSummary.AbstractPagedBuilder<B extends AbstractPagedSummary.AbstractPagedBuilder<B,S>,S extends AbstractPagedSummary> - Class in com.atlassian.bitbucket.util
 
AbstractProjectModificationEvent - Class in com.atlassian.bitbucket.event.project
Base class for constructing events which relate to project modifications.
AbstractProjectModificationEvent(Object, Project, Project, Project) - Constructor for class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
 
AbstractProjectPermissionModificationEvent - Class in com.atlassian.bitbucket.event.permission
 
AbstractProjectPermissionModificationEvent(Object, Permission, Permission, Project, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.AbstractProjectPermissionModificationEvent
 
AbstractProjectRequest - Class in com.atlassian.bitbucket.project
 
AbstractProjectRequest.AbstractBuilder<B extends AbstractProjectRequest.AbstractBuilder> - Class in com.atlassian.bitbucket.project
 
AbstractProjectVisitor<T> - Class in com.atlassian.bitbucket.project
A base implementation of ProjectVisitor which returns null for all project types.
AbstractProjectVisitor() - Constructor for class com.atlassian.bitbucket.project.AbstractProjectVisitor
 
AbstractProjectVisitor(T) - Constructor for class com.atlassian.bitbucket.project.AbstractProjectVisitor
 
AbstractPropertyBuilder() - Constructor for class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
 
AbstractPropertyBuilder(PropertySupport) - Constructor for class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
 
AbstractPullRequestActivityVisitor - Class in com.atlassian.bitbucket.pull
 
AbstractPullRequestActivityVisitor() - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
 
AbstractPullRequestMergeConfigRequest - Class in com.atlassian.bitbucket.pull
 
AbstractPullRequestMergeConfigRequest(AbstractPullRequestMergeConfigRequest.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest
 
AbstractPullRequestMergeConfigRequest.AbstractBuilder<B extends AbstractPullRequestMergeConfigRequest.AbstractBuilder<B,R>,R extends AbstractPullRequestMergeConfigRequest> - Class in com.atlassian.bitbucket.pull
 
AbstractPullRequestRequest - Class in com.atlassian.bitbucket.pull
Base class for requests affecting pull requests.
AbstractPullRequestRequest(AbstractPullRequestRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
 
AbstractPullRequestRequest.AbstractBuilder<T extends AbstractPullRequestRequest.AbstractBuilder<T>> - Class in com.atlassian.bitbucket.pull
 
AbstractRefBuilder() - Constructor for class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
 
AbstractRefCallback - Class in com.atlassian.bitbucket.repository
Convenience implementation of RefCallback that provides no-op implementations for all methods.
AbstractRefCallback() - Constructor for class com.atlassian.bitbucket.repository.AbstractRefCallback
 
AbstractRefCommandParameters - Class in com.atlassian.bitbucket.scm.ref
 
AbstractRefCommandParameters(AbstractRefCommandParameters.AbstractRefBuilder) - Constructor for class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
 
AbstractRefCommandParameters.AbstractRefBuilder<B extends AbstractRefCommandParameters.AbstractRefBuilder<B>> - Class in com.atlassian.bitbucket.scm.ref
 
AbstractRefsCommandParameters - Class in com.atlassian.bitbucket.scm
 
AbstractRefsCommandParameters(AbstractRefsCommandParameters.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters
 
AbstractRefsCommandParameters.AbstractBuilder<B extends AbstractRefsCommandParameters.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.scm
 
AbstractRepositoryActivityVisitor<T> - Class in com.atlassian.bitbucket.repository
 
AbstractRepositoryActivityVisitor() - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
 
AbstractRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
Base class for the various RepositoryHookRequests.
AbstractRepositoryHookRequest(AbstractRepositoryHookRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
 
AbstractRepositoryHookRequest.AbstractBuilder<B extends AbstractRepositoryHookRequest.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.hook.repository
 
AbstractRepositoryMirrorEvent - Class in com.atlassian.bitbucket.event.mirror
Base class for Repository events that have been raised on a mirror.
AbstractRepositoryMirrorEvent(AbstractRepositoryMirrorEvent.Builder) - Constructor for class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
 
AbstractRepositoryMirrorEvent(Object, String, Repository) - Constructor for class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
Deprecated.
in 6.5 for removal in 7.0. Use AbstractRepositoryMirrorEvent.Builder instead.
AbstractRepositoryMirrorEvent.Builder<B extends AbstractRepositoryMirrorEvent.Builder,T extends AbstractRepositoryMirrorEvent> - Class in com.atlassian.bitbucket.event.mirror
 
AbstractRepositoryModificationEvent - Class in com.atlassian.bitbucket.event.repository
Base class for constructing events which relate to repository modifications.
AbstractRepositoryModificationEvent(Object, Repository, Repository, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
 
AbstractRepositoryPermissionModificationEvent - Class in com.atlassian.bitbucket.event.permission
 
AbstractRepositoryPermissionModificationEvent(Object, Permission, Permission, Repository, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.AbstractRepositoryPermissionModificationEvent
 
AbstractRepositoryRefsChangedEvent - Class in com.atlassian.bitbucket.event.repository
Basic implementation of RepositoryRefsChangedEvent that developers can extend.
AbstractRepositoryRefsChangedEvent(Object, Repository, Collection<RefChange>) - Constructor for class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
 
AbstractRepositoryRefsRequest - Class in com.atlassian.bitbucket.repository
 
AbstractRepositoryRefsRequest(AbstractRepositoryRefsRequest.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
 
AbstractRepositoryRefsRequest.AbstractBuilder<B extends AbstractRepositoryRefsRequest.AbstractBuilder<B,R>,R extends AbstractRepositoryRefsRequest> - Class in com.atlassian.bitbucket.repository
 
AbstractRepositoryRequest - Class in com.atlassian.bitbucket.repository
Base class for Repository-related request classes.
AbstractRepositoryRequest(String, boolean, boolean) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
Deprecated.
in 6.2 for removal in 7.0. Use @{link AbstractRepositoryRequest(AbstractBuilder)} instead
AbstractRepositoryRequest(AbstractRepositoryRequest.AbstractBuilder) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
 
AbstractRepositoryRequest.AbstractBuilder<B extends AbstractRepositoryRequest.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.repository
Base class for creating builders for repository-related requests.
AbstractServiceUserRequest - Class in com.atlassian.bitbucket.user
 
AbstractServiceUserRequest(AbstractServiceUserRequest.AbstractBuilder) - Constructor for class com.atlassian.bitbucket.user.AbstractServiceUserRequest
 
AbstractServiceUserRequest.AbstractBuilder<B extends AbstractServiceUserRequest.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.user
 
AbstractSummary - Class in com.atlassian.bitbucket.util
A base class for building summary objects that can be provided to callbacks when operations complete.
AbstractSummary(AbstractSummary.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.util.AbstractSummary
 
AbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,S>,S extends AbstractSummary> - Class in com.atlassian.bitbucket.util
 
AbstractUpdateRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
 
AbstractUpdateRepositoryHookRequest(AbstractUpdateRepositoryHookRequest.AbstractBuilder) - Constructor for class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest
 
AbstractUpdateRepositoryHookRequest.AbstractBuilder - Class in com.atlassian.bitbucket.hook.repository
 
AbstractVoidApplicationUserVisitor - Class in com.atlassian.bitbucket.user
 
AbstractVoidApplicationUserVisitor() - Constructor for class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
 
AbstractVoidProjectVisitor - Class in com.atlassian.bitbucket.project
A base implementation of ProjectVisitor intended for use in building visitors which do not need to return any values.
AbstractVoidProjectVisitor() - Constructor for class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
 
AbstractWatcherRequest - Class in com.atlassian.bitbucket.watcher
A base class for request objects used to interact with the WatcherService when referring to a specific watcher.
AbstractWatcherRequest(AbstractWatcherRequest.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.watcher.AbstractWatcherRequest
 
AbstractWatcherRequest.AbstractBuilder<B,R> - Class in com.atlassian.bitbucket.watcher
 
accept(CommentableVisitor<T>) - Method in interface com.atlassian.bitbucket.comment.Commentable
Accepts the provided visitor and invokes the appropriate visit overload for this commentable type, returning its result.
accept(LabelableVisitor<T>) - Method in interface com.atlassian.bitbucket.label.Labelable
Accepts the provided visitor and invokes the appropriate visit overload for this labelable type, returning its result.
accept(ProjectVisitor<T>) - Method in interface com.atlassian.bitbucket.project.Project
 
accept(PullRequestActivityVisitor) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivity
 
accept(RepositoryActivityVisitor<T>) - Method in interface com.atlassian.bitbucket.repository.RepositoryActivity
 
accept(BulkFile) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkContentCallback
For each added, modified or deleted file, this method is called once with the metadata.
accept(ScopeVisitor<T>) - Method in class com.atlassian.bitbucket.scope.GlobalScope
 
accept(ScopeVisitor<T>) - Method in class com.atlassian.bitbucket.scope.ProjectScope
 
accept(ScopeVisitor<T>) - Method in class com.atlassian.bitbucket.scope.RepositoryScope
 
accept(ScopeVisitor<T>) - Method in interface com.atlassian.bitbucket.scope.Scope
 
accept(TaskAnchorVisitor<T>) - Method in interface com.atlassian.bitbucket.task.TaskAnchor
Accepts the provided visitor and invokes the appropriate visit() overload for this type of task anchor, returning its result.
accept(ApplicationUserVisitor<T>) - Method in interface com.atlassian.bitbucket.user.ApplicationUser
 
accept(WatchableVisitor<T>) - Method in interface com.atlassian.bitbucket.watcher.Watchable
 
accepted() - Static method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
 
account() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
acquireTicket(String) - Method in interface com.atlassian.bitbucket.throttle.ThrottleService
Acquires a ticket for accessing the specified resource.
action(Class<?>) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
 
action(String) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
 
active(boolean) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
 
Activity - Interface in com.atlassian.bitbucket.activity
Describes common attributes on all activities created by the system.
activity(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
View the activities of the pull request.
add(RepositoryHookResult) - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
Includes all vetoes from another result
add(String) - Method in class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
Adds an object ID to be returned by this source.
add(String, String) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add an entry to the settings
add(String, boolean) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add an entry to the settings
add(String, int) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add an entry to the settings
add(String, long) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add an entry to the settings
add(String, double) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add an entry to the settings
addAll(Map<String, ?>) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add all entries in the Map of values.
addAll(Settings) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
Add all the Settings
addCleanupCallback(Runnable) - Method in interface com.atlassian.bitbucket.request.RequestContext
Registers a cleanup task that is executed when the current request ends.
addComment(AddCommentRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Adds a general comment on a commentable
addComment(AddFileCommentRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Adds a comment on a file in a diff
addComment(AddLineCommentRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Adds a comment on a line on a file in a diff
AddCommentReplyRequest - Class in com.atlassian.bitbucket.comment
 
AddCommentReplyRequest.Builder - Class in com.atlassian.bitbucket.comment
 
AddCommentRequest - Class in com.atlassian.bitbucket.comment
A request for creating comments on a Commentable.
AddCommentRequest(AddCommentRequest.AbstractBuilder) - Constructor for class com.atlassian.bitbucket.comment.AddCommentRequest
 
AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,R>,R extends AddCommentRequest> - Class in com.atlassian.bitbucket.comment
 
AddCommentRequest.Builder - Class in com.atlassian.bitbucket.comment
 
addCommit(Commit, Repository) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
Associates the provided Commit with the specified Repository.
added(RefChangeDetails) - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
 
AddFileCommentRequest - Class in com.atlassian.bitbucket.comment
Request to create or update a file comment.
AddFileCommentRequest(AddFileCommentRequest.AbstractFileBuilder) - Constructor for class com.atlassian.bitbucket.comment.AddFileCommentRequest
 
AddFileCommentRequest.AbstractFileBuilder<B extends AddFileCommentRequest.AbstractFileBuilder<B,R>,R extends AddFileCommentRequest> - Class in com.atlassian.bitbucket.comment
 
AddFileCommentRequest.Builder - Class in com.atlassian.bitbucket.comment
 
addIf(Predicate<? super T>, Collection<T>, T) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
addIf(Predicate<? super T>, ImmutableCollection.Builder<T>, T) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
addIf(Predicate<? super T>, Collection<T>, T, T...) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
addIf(Predicate<? super T>, ImmutableCollection.Builder<T>, T, T...) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
addIf(Predicate<? super T>, Collection<T>, Iterable<? extends T>) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
addIf(Predicate<? super T>, ImmutableCollection.Builder<T>, Iterable<? extends T>) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
addLabel(String) - Method in interface com.atlassian.bitbucket.request.RequestContext
Adds a label to the request context that will be included in the access logs.
AddLineCommentRequest - Class in com.atlassian.bitbucket.comment
Request to create or update a line comment.
AddLineCommentRequest.Builder - Class in com.atlassian.bitbucket.comment
 
addMembersToGroup(String, Set<String>) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Adds one or more users to a group.
addons() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
addProperty(String, String, String) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
Stores a string commit property.
addReleaseCallback(Runnable) - Method in interface com.atlassian.bitbucket.throttle.TicketContext
Registers a task that is executed when the ticket is released.
addReply(AddCommentReplyRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Adds a comment reply to a tread
addReviewer(int, long, String) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Adds the user specified by 'username' as REVIEWER to the provided PR.
addUserToGroups(String, Set<String>) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Adds a user to one or more groups.
admin() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
admin() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Login
Return an URL that will open a login page requiring the admin permission to log-in.
admin() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
 
all(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
allAncestors(boolean) - Method in class com.atlassian.bitbucket.content.PatchRequest.Builder
 
allAncestors(boolean) - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
 
allowNegative - Variable in class com.atlassian.bitbucket.validation.IntegerValidator
 
allowPath - Variable in class com.atlassian.bitbucket.validation.BaseUrlValidator
 
allProjects() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
/projects
allRepos() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
/repos
AlreadyLabeledException - Exception in com.atlassian.bitbucket.label
 
AlreadyLabeledException(KeyedMessage, Label, Labelable) - Constructor for exception com.atlassian.bitbucket.label.AlreadyLabeledException
 
alternate(Repository) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
 
alternates(Iterable<Repository>) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
 
alternates(Repository, Repository...) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
 
anchor(long) - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
 
anchorId(long) - Method in class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
 
anchors(Iterable<Long>) - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
 
anchorState(CommentThreadDiffAnchorState) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
 
anchorType(TaskAnchorType) - Method in class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
 
annotate(boolean) - Method in class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
 
anonymize() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
 
ANONYMOUS - Static variable in interface com.atlassian.bitbucket.auth.Authentication
 
anonymously(String) - Method in interface com.atlassian.bitbucket.user.SecurityService
Creates a custom security context that is not authenticated that can be used to perform operations.
ApplicationConfigurationChangedEvent<T> - Class in com.atlassian.bitbucket.event.server
Event that is published when an application property is changed through ApplicationPropertiesService.
ApplicationConfigurationChangedEvent(Object, ApplicationConfigurationChangedEvent.Property, T, T) - Constructor for class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
 
ApplicationConfigurationChangedEvent.Property - Enum in com.atlassian.bitbucket.event.server
Enum that lists the types of properties that can be changed.
ApplicationEvent - Class in com.atlassian.bitbucket.event
Base event class for all application events.
ApplicationEvent(Object) - Constructor for class com.atlassian.bitbucket.event.ApplicationEvent
 
ApplicationMode - Enum in com.atlassian.bitbucket.server
Identifies what mode the application is in.
ApplicationModeSupplier - Interface in com.atlassian.bitbucket.server
Provides the mode of this instance
ApplicationPropertiesService - Interface in com.atlassian.bitbucket.server
A service for retrieving and updating application properties.
ApplicationSetupEvent - Class in com.atlassian.bitbucket.event.server
Event that is published when the application setup is completed.
ApplicationSetupEvent(Object, Boolean, Boolean) - Constructor for class com.atlassian.bitbucket.event.server.ApplicationSetupEvent
 
ApplicationState - Enum in com.atlassian.bitbucket.server
The current state of the server.
ApplicationStatusService - Interface in com.atlassian.bitbucket.server
Monitor for the state of the server.
ApplicationTypeNotInstalledException - Exception in com.atlassian.bitbucket.jira
Exception thrown when the required UAL ApplicationType has not been installed on the remote Jira server.
ApplicationTypeNotInstalledException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.jira.ApplicationTypeNotInstalledException
 
ApplicationUser - Interface in com.atlassian.bitbucket.user
Represents a registered application user.
ApplicationUserEquality - Class in com.atlassian.bitbucket.user
 
ApplicationUserEquality() - Constructor for class com.atlassian.bitbucket.user.ApplicationUserEquality
 
ApplicationUserVisitor<T> - Interface in com.atlassian.bitbucket.user
Implements the visitor pattern for users.
appLinks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
 
apply(String) - Method in class com.atlassian.bitbucket.content.DiffContentFilter
 
apply(ApplyLabelRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
Add a Label to a Labelable.
ApplyLabelException - Exception in com.atlassian.bitbucket.label
 
ApplyLabelException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.label.ApplyLabelException
 
ApplyLabelRequest - Class in com.atlassian.bitbucket.label
 
ApplyLabelRequest.Builder - Class in com.atlassian.bitbucket.label
 
applyToRequest() - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
Escalates the security context as the specified user and added permissions for the duration of the current request.
archive() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
archive(ArchiveCommandParameters, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
Streams an archive of the specified commit in the requested format.
ArchiveCommandParameters - Class in com.atlassian.bitbucket.scm
Describes a commit to archive.
ArchiveCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
ArchiveFormat - Enum in com.atlassian.bitbucket.content
Describes the different formats archives may be streamed in.
archivePath(String) - Method in class com.atlassian.bitbucket.migration.ImportRequest.Builder
 
ArchiveRequest - Class in com.atlassian.bitbucket.content
Describes a request to download an archive of a given repository at a specified commit, optionally filtered to only include certain paths.
ArchiveRequest.Builder - Class in com.atlassian.bitbucket.content
 
argument(String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Appends the provided argument, with leading and trailing whitespace trimmed
argumentAfter(String, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Inserts the provided argument, with leading and trailing whitespace trimmed, immediately after the specified anchor if the anchor can be found.
argumentAt(int, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Inserts the provided argument, with leading and trailing whitespace trimmed, at the specified index.
argumentBefore(String, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Inserts the provided argument, with leading and trailing whitespace trimmed, immediately before the specified anchor if the anchor can be found.
ArgumentValidationException - Exception in com.atlassian.bitbucket.validation
 
ArgumentValidationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.validation.ArgumentValidationException
 
ArgumentValidationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.validation.ArgumentValidationException
 
asIterable(Stream<T>) - Static method in class com.atlassian.bitbucket.util.MoreStreams
Returns the Stream as an Iterable.
asMap() - Method in interface com.atlassian.bitbucket.repository.MetadataMap
 
asMap() - Method in interface com.atlassian.bitbucket.setting.Settings
 
AsyncCommand<T> - Interface in com.atlassian.bitbucket.scm
Wraps an operation which may be run asynchronously or synchronously.
asynchronous() - Method in interface com.atlassian.bitbucket.scm.Command
Transforms this Command into an AsyncCommand which may be called asynchronously.
atRevision(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.BrowseRepoResource
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION
atRevision(Ref) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.BrowseRepoResource
 
attachment(String, DataSource) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
attachment(String, File) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
attachment(String, String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
attachment(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoAttachments
 
attachments() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
AttributeMap - Class in com.atlassian.bitbucket.attribute
Mutable collection of attributes mapped by string keys.
AttributeMap() - Constructor for class com.atlassian.bitbucket.attribute.AttributeMap
 
Audited - Annotation Type in com.atlassian.bitbucket.event.annotation
Indicates that the annotated type is an event which should be audited, added to the audit log and potentially other channels
AuditEntry - Interface in com.atlassian.bitbucket.audit
 
AuditEntryBuilder - Class in com.atlassian.bitbucket.audit
A builder for constructing audit entries.
AuditEntryBuilder() - Constructor for class com.atlassian.bitbucket.audit.AuditEntryBuilder
 
AuditEntryConverter<T> - Interface in com.atlassian.bitbucket.audit
Converts an Audited event into a standard audit format.
AuditEvent - Class in com.atlassian.bitbucket.event.audit
Represents an AuditEvent derived from an Audited annotated event
AuditEvent(Object, AuditEntry, Set<String>, Priority) - Constructor for class com.atlassian.bitbucket.event.audit.AuditEvent
 
AuditService - Interface in com.atlassian.bitbucket.audit
Describes a service for interacting with audit events.
authenticate(String, String) - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
Attempts to authenticate the specified user given their password.
authenticate(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.bitbucket.auth.RememberMeService
Attempts to authenticate a request using the remember-me cookie provided on the request.
authenticateWithCaptcha(String, String) - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
Attempts to authenticate the specified user given their password.
Authentication - Interface in com.atlassian.bitbucket.auth
The authentication details including the user and any properties provided during authentication.
authentication() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
 
AuthenticationContext - Interface in com.atlassian.bitbucket.auth
A context for accessing the currently-authenticated user.
AuthenticationException - Exception in com.atlassian.bitbucket.auth
Base type for all exceptions which are thrown while processing user authentication attempts.
AuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationException
 
AuthenticationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationException
 
AuthenticationFailedScmException - Exception in com.atlassian.bitbucket.scm
An exception that is thrown by commands created by the ScmMirrorCommandFactory when they fail due to authentication problems.
AuthenticationFailedScmException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.scm.AuthenticationFailedScmException
 
AuthenticationFailedScmException(KeyedMessage, Throwable, String) - Constructor for exception com.atlassian.bitbucket.scm.AuthenticationFailedScmException
 
AuthenticationFailureEvent - Class in com.atlassian.bitbucket.event.auth
Event that is raised when an attempt to authenticate fails.
AuthenticationFailureEvent(Object, String, String, AuthenticationException) - Constructor for class com.atlassian.bitbucket.event.auth.AuthenticationFailureEvent
 
AuthenticationRequiredException - Exception in com.atlassian.bitbucket.auth
Indicates that authentication is required with applicationName and provides a URI to authenticate
AuthenticationRequiredException(KeyedMessage, URI, String) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
 
AuthenticationRequiredException(KeyedMessage, Throwable, URI, String) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
 
AuthenticationService - Interface in com.atlassian.bitbucket.auth
 
AuthenticationSuccessEvent - Class in com.atlassian.bitbucket.event.auth
Event that is raised when a user successfully authenticates.
AuthenticationSuccessEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.auth.AuthenticationSuccessEvent
 
AuthenticationSuccessEvent(Object, String, String, String) - Constructor for class com.atlassian.bitbucket.event.auth.AuthenticationSuccessEvent
 
AuthenticationSystemException - Exception in com.atlassian.bitbucket.auth
A specialisation of AuthenticationException, thrown when the underlying authentication subsystem fails during authentication or an operation to update or query the authentication subsystem fails for some reason.
AuthenticationSystemException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationSystemException
 
AuthenticationSystemException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationSystemException
 
author(Person) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
Sets the author.
author(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
 
author(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
 
author(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
 
AuthorisationException - Exception in com.atlassian.bitbucket
 
AuthorisationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.AuthorisationException
 
AuthorisationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.AuthorisationException
 
authorTimestamp(Date) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
autoSrcPath(boolean) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
 
autoSubject(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
 
AvailableScm - Interface in com.atlassian.bitbucket.scm
An SCM available for creating new repositories.
avatar(int) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Profile
 
avatar(int) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
 
avatar(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestHook
 
avatar() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestUser
 
avatar(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Tmp
Builds URLs for accessing temporary avatars which have been uploaded.
avatar(AvatarSupplier) - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
 
AvatarDeletionException - Exception in com.atlassian.bitbucket.avatar
 
AvatarDeletionException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarDeletionException
 
AvatarException - Exception in com.atlassian.bitbucket.avatar
 
AvatarException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarException
 
AvatarException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarException
 
AvatarLoadException - Exception in com.atlassian.bitbucket.avatar
 
AvatarLoadException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarLoadException
 
AvatarLoadException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarLoadException
 
AvatarRequest - Class in com.atlassian.bitbucket.avatar
 
AvatarRequest(boolean, int) - Constructor for class com.atlassian.bitbucket.avatar.AvatarRequest
useConfigured is defaulted to false
AvatarRequest(boolean, int, boolean) - Constructor for class com.atlassian.bitbucket.avatar.AvatarRequest
Constructs a new AvatarRequest for the provided scheme and size.
AvatarResizeException - Exception in com.atlassian.bitbucket.avatar
 
AvatarResizeException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarResizeException
 
AvatarResizeException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarResizeException
 
avatars() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
 
AvatarService - Interface in com.atlassian.bitbucket.avatar
Provides URLs from which avatar images can be retrieved.
AvatarStoreException - Exception in com.atlassian.bitbucket.avatar
 
AvatarStoreException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarStoreException
 
AvatarStoreException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.avatar.AvatarStoreException
 
AvatarSupplier - Interface in com.atlassian.bitbucket.avatar
 
avatarUri(String) - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
The avatar data URI is required to contain Base64-encoded image data, and should be in the format: data:(content type, e.g.

B

BackupCanceledEvent - Class in com.atlassian.bitbucket.event.backup
Raised when a backup is canceled by a system administrator.
BackupCanceledEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupCanceledEvent
 
BackupEndedEvent - Class in com.atlassian.bitbucket.event.backup
An abstract base class for constructing events raised when a backup ends, successfully or not.
BackupEndedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupEndedEvent
 
BackupEvent - Class in com.atlassian.bitbucket.event.backup
An abstract base class for constructing events related to backups.
BackupEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupEvent
 
BackupFailedEvent - Class in com.atlassian.bitbucket.event.backup
Raised when a backup fails.
BackupFailedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupFailedEvent
 
BackupStartedEvent - Class in com.atlassian.bitbucket.event.backup
Raised when the system starts creating a new backup.
BackupStartedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupStartedEvent
 
BackupSucceededEvent - Class in com.atlassian.bitbucket.event.backup
Raised when a backup completes successfully.
BackupSucceededEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupSucceededEvent
 
BASE_URL_KEY - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
A key which is wrapped in NavBuilder.TOKEN_PREFIX and NavBuilder.TOKEN_SUFFIX to produce a base URL token.
BASE_URL_TOKEN - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
The fully-computed base URL token, comprised of NavBuilder.TOKEN_PREFIX, NavBuilder.BASE_URL_KEY and NavBuilder.TOKEN_SUFFIX.
baseRef(Ref) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
 
BaseUrlChangedEvent - Class in com.atlassian.bitbucket.event.server
Event that is raised when the application base url is changed.
BaseUrlChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.BaseUrlChangedEvent
 
BaseUrlValidator<T extends Annotation> - Class in com.atlassian.bitbucket.validation
Base class to validate the base URL of the HTTP and SSH protocols.
BaseUrlValidator(boolean, String...) - Constructor for class com.atlassian.bitbucket.validation.BaseUrlValidator
 
batchSize(int) - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
 
bcc(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
bcc(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
Blame - Interface in com.atlassian.bitbucket.content
Provides blame (or praise) data for a span of lines within a file.
blame(BlameCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves blame (also sometimes referred to as annotations) for a file at a given revision.
BlameCommandParameters - Class in com.atlassian.bitbucket.scm
Describes a commit:path pair to calculate blame for.
BlameCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
branch - Variable in class com.atlassian.bitbucket.event.branch.BranchChangedEvent
 
Branch - Interface in com.atlassian.bitbucket.repository
A Ref denoting a branch in the repository.
BranchCallback - Interface in com.atlassian.bitbucket.repository
A callback for streaming branches.
BranchChangedEvent - Class in com.atlassian.bitbucket.event.branch
Base event for any operations on branches.
BranchChangedEvent(Object, Repository, Branch, RefChange) - Constructor for class com.atlassian.bitbucket.event.branch.BranchChangedEvent
 
BranchContext - Class in com.atlassian.bitbucket.repository
 
BranchContext.Builder - Class in com.atlassian.bitbucket.repository
 
BranchCreatedEvent - Class in com.atlassian.bitbucket.event.branch
An event that is raised when a branch is created using the UI or REST.
BranchCreatedEvent(Object, Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchCreatedEvent
 
BranchCreationHookRequest - Class in com.atlassian.bitbucket.event.branch
A hook request that is raised just before a branch is created using the UI or REST.
BranchCreationHookRequest.Builder - Class in com.atlassian.bitbucket.event.branch
 
BranchDeletedEvent - Class in com.atlassian.bitbucket.event.branch
An event that is raised when a branch is deleted using the UI (e.g.
BranchDeletedEvent(Object, Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchDeletedEvent
 
BranchDeletionHookRequest - Class in com.atlassian.bitbucket.event.branch
A hook request that is raised just before a branch is deleted using the UI or REST.
BranchDeletionHookRequest.Builder - Class in com.atlassian.bitbucket.event.branch
 
branches() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
branches(BranchesCommandParameters, BranchCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves a Command which, when executed, will stream branches ordered either alphabetically or by modification and optionally filtered.
branches(BranchesCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves a page of branches ordered either alphabetically or by modification and optionally filtered.
BranchesCommandParameters - Class in com.atlassian.bitbucket.scm
 
BranchesCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
BranchHookRequest - Class in com.atlassian.bitbucket.event.branch
 
BranchHookRequest(BranchHookRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.event.branch.BranchHookRequest
 
BranchHookRequest.AbstractBuilder<B extends BranchHookRequest.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.event.branch
 
branchId(String) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
 
branchId(String) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
 
branchIds(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
 
branchIds(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
 
branchIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
 
branchIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
 
BranchSummary - Class in com.atlassian.bitbucket.repository
 
BranchSummary.Builder - Class in com.atlassian.bitbucket.repository
 
browse() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
BucketedExecutor<T extends Serializable> - Interface in com.atlassian.bitbucket.concurrent
Executor that groups submitted tasks in 'buckets' and asynchronously processes these buckets of tasks on worker threads.
BucketedExecutorSettings<T extends Serializable> - Class in com.atlassian.bitbucket.concurrent
Configuration object used for constructing BucketedExecutor instances.
BucketedExecutorSettings.Builder<T extends Serializable> - Class in com.atlassian.bitbucket.concurrent
BucketProcessor<T extends Serializable> - Interface in com.atlassian.bitbucket.concurrent
BucketedExecutor processor that's called when a bucket of tasks is ready for processing.
build() - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
 
build() - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommitContext.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommitsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommitSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.graph.TraversalContext.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.LastModifiedContext.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.LastModifiedRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
 
build() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
 
build() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
 
build() - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
 
build() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.content.ChangeContext.Builder
 
build() - Method in class com.atlassian.bitbucket.content.ChangesRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.content.ChangeSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.content.ContentTreeContext.Builder
 
build() - Method in class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
 
build() - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.content.DiffSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.content.FileContext.Builder
 
build() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.content.FileSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.content.PatchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
Assembles a new SuggestPullRequestsRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.event.branch.BranchCreationHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
 
build() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent.Builder
 
build() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
 
build() - Method in class com.atlassian.bitbucket.event.tag.TagCreationHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.event.tag.TagDeletionHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.DeleteRepositoryHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.DisableRepositoryHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.EnableRepositoryHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.GetRepositoryHookSettingsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptRemoveConfigurationRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.idx.IndexSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.label.ApplyLabelRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.label.RemoveLabelRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
 
build() - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
build(SoyMailMessageRequest) - Method in interface com.atlassian.bitbucket.mail.SoyMailBuilder
Creates mail messages to the given recipients, using the supplied context to render the soy template specified, then inlining the given CSS with the given subject.
build() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
 
build() - Method in class com.atlassian.bitbucket.migration.ExportRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.migration.ImportRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.migration.RepositorySelector.Builder
 
build() - Method in class com.atlassian.bitbucket.permission.PermissionRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
Assembles a new ProjectSearchRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.property.PropertyMap.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
Assembles a new PullRequestCommitSearchRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeResult.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
Assembles a new PullRequestParticipantRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
Assembles a new PullRequestParticipantSearchRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
Assembles a new PullRequestSearchRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.repository.BranchContext.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.BranchSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.CreateBranchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.CreateTagRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RefContext.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RefSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RepositoryBranchesRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
Builds a request from the assembled values.
build() - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
Builds a request from the assembled values.
build() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
Assembles a new RepositorySearchRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.repository.RepositoryTagsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
Builds a request from the assembled values.
build() - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
Builds a ref from the assembled components.
build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.TagContext.Builder
 
build() - Method in class com.atlassian.bitbucket.repository.TagSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.BlameCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitContext.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentContext.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraversalContext.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
 
build(CommandOutputHandler<T>) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
Builds a Command which, when executed, will provide output to the provided outputHandler for processing.
build() - Method in class com.atlassian.bitbucket.scm.CommandSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncContext.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters.Builder
Deprecated.
 
build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.RawFileCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.RefsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
 
build(CommandOutputHandler<T>) - Method in interface com.atlassian.bitbucket.scm.ScmCommandBuilder
Builds a Command which, when executed, will provide output to the provided outputHandler for processing.
build() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsContext.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.TypeCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters.Builder
 
build() - Method in class com.atlassian.bitbucket.server.SimpleFeature.Builder
 
build() - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
 
build() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.topic.TopicSettings.Builder
 
build() - Method in class com.atlassian.bitbucket.user.ServiceUserCreateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.user.UserErasureRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
Assembles a new UserSearchRequest from the provided values.
build() - Method in class com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
 
build() - Method in class com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder
 
build() - Method in class com.atlassian.bitbucket.watcher.IsWatchingRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.watcher.UnwatchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.watcher.WatcherSearchRequest.Builder
 
build() - Method in class com.atlassian.bitbucket.watcher.WatchRequest.Builder
 
buildAbsolute() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
This method respects the NavBuilder.USE_BASE_URL_TOKEN parameter if present on the context request.
buildAbsolute() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
 
buildBaseUrl() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
This method does not respect the NavBuilder.USE_BASE_URL_TOKEN parameter.
buildConfigured() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
This method is equivalent to NavBuilder.buildAbsolute(), but ignores any context HTTP request and always uses the server's configured base URL for generating the scheme, host, port etc and webapp context components of the URL.
buildConfigured() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
 
Builder(long, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
 
Builder(Commentable, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentRequest.Builder
 
Builder(Commentable, String, CommentThreadDiffAnchorType, String) - Constructor for class com.atlassian.bitbucket.comment.AddFileCommentRequest.Builder
 
Builder(Commentable, String, CommentThreadDiffAnchorType, String) - Constructor for class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
 
Builder(Commentable) - Constructor for class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
 
Builder(long) - Constructor for class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.commit.CommitContext.Builder
 
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
 
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.CommitRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
 
Builder(CommitsBetweenRequest) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
Creates a new Builder by copying the specified request.
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
Creates a new Builder with defaults appropriate for retrieving the commits which are included by the specified PullRequest.
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.CommitsRequest.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.commit.CommitSummary.Builder
Creates and initializes a new builder by copying details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.CommitSummary.Builder
Creates a new builder with the provided result.
Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalContext.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
 
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedContext.Builder
 
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedRequest.Builder
 
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
 
Builder(Commit) - Constructor for class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleCommit.Builder
 
Builder(Commit) - Constructor for class com.atlassian.bitbucket.commit.SimpleCommit.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
 
Builder(MinimalCommit) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
 
Builder(CompareDiffRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
Convenience constructor for creating a Builder using the refs from a provided PullRequest.
Builder(Function<T, String>, BucketProcessor<T>) - Constructor for class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
 
Builder(ArchiveRequest) - Constructor for class com.atlassian.bitbucket.content.ArchiveRequest.Builder
 
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.ArchiveRequest.Builder
 
Builder(String, String) - Constructor for class com.atlassian.bitbucket.content.ChangeContext.Builder
 
Builder(ChangeContext) - Constructor for class com.atlassian.bitbucket.content.ChangeContext.Builder
 
Builder(ChangesRequest) - Constructor for class com.atlassian.bitbucket.content.ChangesRequest.Builder
 
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.ChangesRequest.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.ChangeSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.ChangeSummary.Builder
Creates a new builder with the provided result.
Builder(String) - Constructor for class com.atlassian.bitbucket.content.ContentTreeContext.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
Creates a new builder with the provided result.
Builder(String, String) - Constructor for class com.atlassian.bitbucket.content.DiffContext.Builder
 
Builder(DiffRequest) - Constructor for class com.atlassian.bitbucket.content.DiffRequest.Builder
 
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.DiffRequest.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.DiffSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.DiffSummary.Builder
Creates a new builder with the provided result.
Builder(String, String, Repository) - Constructor for class com.atlassian.bitbucket.content.EditFileRequest.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.content.FileContext.Builder
 
Builder(Repository, Branch, String, InputSupplier<InputStream>) - Constructor for class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.FileSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.FileSummary.Builder
Creates a new builder with the provided result.
Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.PatchRequest.Builder
 
Builder(ApplicationUser, Date) - Constructor for class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
Constructs a builder for creating SuggestPullRequestsRequest objects.
Builder(Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchCreationHookRequest.Builder
 
Builder(Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
 
Builder(Repository, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagCreationHookRequest.Builder
 
Builder(Repository, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagDeletionHookRequest.Builder
 
Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.DeleteRepositoryHookRequest.Builder
 
Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.DisableRepositoryHookRequest.Builder
 
Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.EnableRepositoryHookRequest.Builder
 
Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.GetRepositoryHookSettingsRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
 
Builder(RepositoryHookResult) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
 
Builder(Scope) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
 
Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
 
Builder(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.Builder
 
Builder(String, String, HookScriptType) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
 
Builder(HookScript, Scope) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptRemoveConfigurationRequest.Builder
 
Builder(HookScript, Scope) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
 
Builder(HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.idx.IndexSearchRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.job.JobCreationRequest.Builder
 
Builder(Job, String) - Constructor for class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.job.JobSearchRequest.Builder
 
Builder(Job) - Constructor for class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.label.ApplyLabelRequest.Builder
 
Builder(Label) - Constructor for class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.label.RemoveLabelRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
 
Builder(MailHostConfiguration) - Constructor for class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.mail.MailMessage.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.markup.RenderContext.Builder
 
Builder(RenderContext) - Constructor for class com.atlassian.bitbucket.markup.RenderContext.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.migration.ExportRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.migration.ImportRequest.Builder
 
Builder(long) - Constructor for class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
 
Builder(String, String) - Constructor for class com.atlassian.bitbucket.migration.RepositorySelector.Builder
 
Builder(Permission) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest.Builder
 
Builder(PermissionRequest) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
 
Builder(Project) - Constructor for class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
 
Builder(ProjectSearchRequest) - Constructor for class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
Constructs a new Builder which will copy initial values from the provided request.
Builder(Project) - Constructor for class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
 
Builder(int) - Constructor for class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.property.PropertyMap.Builder
 
Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
 
Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
Builder(PullRequestChangesRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
 
Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
Creates a new builder that limits pull requests to those that contain or created (via their merge) the specified commit.
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
 
Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestCreateRequest.Builder
 
Builder(PullRequest, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
 
Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
 
Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
 
Builder(PullRequestDiffRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
 
Builder(PullRequest, String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
 
Builder(int, long, String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
 
Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
 
Builder(PullRequestMergeOutcome) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeResult.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
 
Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
 
Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
 
Builder(PullRequest, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
 
Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
 
Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
 
Builder(RescopeDetails) - Constructor for class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.BranchContext.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.BranchSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.BranchSummary.Builder
Creates a new builder with the provided result.
Builder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.repository.CreateBranchRequest.Builder
 
Builder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.repository.CreateTagRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.RefContext.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
 
Builder(RefMetadataRequest) - Constructor for class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.RefSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.RefSummary.Builder
Creates a new builder with the provided result.
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryBranchesRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
 
Builder(RepositoryCreateRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
Constructs a new Builder which will use the specified Repository as the fork's parent.
Builder(RepositoryForkRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
Constructs a new Builder which uses as its defaults all the values from the provided request.
Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
 
Builder(RepositorySearchRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
Constructs a new Builder which will copy initial values from the provided request.
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryTagsRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
Constructs a new Builder which will update the specified Repository.
Builder(RepositoryUpdateRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
Constructs a new Builder which uses as its defaults all the values from the provided request.
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
 
Builder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
 
Builder(MinimalRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
 
Builder(SimpleMinimalRepositoryRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
 
Builder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
 
Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
 
Builder(Repository, Ref) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
 
Builder(SimpleRepositoryRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.repository.TagContext.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.TagSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.TagSummary.Builder
Creates a new builder with the provided result.
Builder(ArchiveRequest) - Constructor for class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.BlameCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
 
Builder(RepositoryBranchesRequest) - Constructor for class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitContext.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
 
Builder(BulkCommitsRequest) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
Creates and initializes a new builder by copying details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
Creates a new builder with the provided result.
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentContext.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
Creates and initializes a new builder by copying details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
Creates a new builder with the provided result.
Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalContext.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
 
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
 
Builder(ChangesRequest) - Constructor for class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
 
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.CommandSummary.Builder
Creates a new builder with the provided result.
Builder() - Constructor for class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
 
Builder(CommitRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
Builder(CommitsBetweenRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
Builder(CommitsRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
 
Builder(Branch, String) - Constructor for class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
 
Builder(LastModifiedRequest) - Constructor for class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.MergeCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
 
Builder(MirrorSyncCommandParameters) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncContext.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
Creates and initializes a new builder using details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
Creates a new builder with the provided result.
Builder() - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
 
Builder(PatchRequest) - Constructor for class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters.Builder
Deprecated.
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.RawFileCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.RefsCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
 
Builder(ResolveRefsRequest) - Constructor for class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsContext.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters.Builder
 
Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
Creates and initializes a new builder by copying details from the provided summary.
Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
Creates a new builder with the provided result.
Builder() - Constructor for class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
 
Builder(RepositoryTagsRequest) - Constructor for class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.scm.TypeCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters.Builder
 
Builder(String) - Constructor for class com.atlassian.bitbucket.server.SimpleFeature.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
 
Builder(Task) - Constructor for class com.atlassian.bitbucket.task.TaskUpdateRequest.Builder
 
builder(Class<T>) - Static method in class com.atlassian.bitbucket.topic.TopicSettings
 
Builder(TopicSettings<T>) - Constructor for class com.atlassian.bitbucket.topic.TopicSettings.Builder
 
Builder(Class<T>) - Constructor for class com.atlassian.bitbucket.topic.TopicSettings.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.user.ServiceUserCreateRequest.Builder
 
Builder(int) - Constructor for class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
 
Builder(ServiceUser) - Constructor for class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
 
Builder(ApplicationUser, String) - Constructor for class com.atlassian.bitbucket.user.UserErasureRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.user.UserSearchRequest.Builder
 
Builder(UserSearchRequest) - Constructor for class com.atlassian.bitbucket.user.UserSearchRequest.Builder
 
Builder(Path) - Constructor for class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
 
Builder() - Constructor for class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
 
Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.IsWatchingRequest.Builder
 
Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.UnwatchRequest.Builder
 
Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.WatcherSearchRequest.Builder
 
Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.WatchRequest.Builder
 
BuilderSupport - Class in com.atlassian.bitbucket.util
 
BuilderSupport() - Constructor for class com.atlassian.bitbucket.util.BuilderSupport
 
buildRelative() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
 
buildRelative() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
buildRelNoContext() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
 
buildRestrictedPageRequest(int) - Method in interface com.atlassian.bitbucket.util.PageRequest
 
buildRestrictedPageRequest(int) - Method in class com.atlassian.bitbucket.util.PageRequestImpl
 
BulkChangeType - Enum in com.atlassian.bitbucket.scm.bulk
Describes how a file has changed in a bulk content command.
BulkCommitCallback - Interface in com.atlassian.bitbucket.scm.bulk
Describes a callback for receiving a stream of commits, each with a set listing one or more repositories where it was found.
BulkCommitContext - Class in com.atlassian.bitbucket.scm.bulk
Context provided when streaming bulk commits.
BulkCommitContext.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkCommitsCommandParameters - Class in com.atlassian.bitbucket.scm.bulk
 
BulkCommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkCommitsRequest - Class in com.atlassian.bitbucket.commit
Defines a request to retrieve any arbitrary collection of commits that are in any number of repositories.
BulkCommitsRequest.Builder - Class in com.atlassian.bitbucket.commit
 
BulkCommitSummary - Class in com.atlassian.bitbucket.scm.bulk
Summarizes the results of streaming bulk commits.
BulkCommitSummary.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkContentCallback - Interface in com.atlassian.bitbucket.scm.bulk
Callback for streamed file content.
BulkContentCommandParameters - Class in com.atlassian.bitbucket.scm.bulk
BulkContentCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkContentContext - Class in com.atlassian.bitbucket.scm.bulk
The context for a bulk content callback that is passed at the start.
BulkContentContext.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkContentDisposition - Enum in com.atlassian.bitbucket.scm.bulk
Returned by BulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile) to signal what to do next to the caller.
BulkContentSummary - Class in com.atlassian.bitbucket.scm.bulk
Summarizes the results of a bulk content command.
BulkContentSummary.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkFile - Interface in com.atlassian.bitbucket.scm.bulk
Metadata about a file of a bulk content command.
BulkTraversalCallback - Interface in com.atlassian.bitbucket.scm.bulk
A callback which can be used during a traverse of the nodes within a commit graph.
BulkTraversalContext - Class in com.atlassian.bitbucket.scm.bulk
Contains contextual information about the commit graph traversal about to start.
BulkTraversalContext.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkTraversalStatus - Enum in com.atlassian.bitbucket.scm.bulk
The status of the traversal after visiting a node in the commit graph.
BulkTraversalSummary - Class in com.atlassian.bitbucket.scm.bulk
Contains a summary about the traversal which just ended.
BulkTraversalSummary.Builder - Class in com.atlassian.bitbucket.scm.bulk
 
BulkTraverseCommitsCommandParameters - Class in com.atlassian.bitbucket.scm.bulk
Parameters for traversing commits in one or more repositories.
BulkTraverseCommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.bulk
 

C

CacheableAvatarSupplier - Interface in com.atlassian.bitbucket.avatar
Augments the AvatarSupplier with timestamp information that can be used to control caching, or to simply display a modification date indicating when the avatar was last updated.
call() - Method in interface com.atlassian.bitbucket.scm.Command
Executes a command
call(Operation<T, E>) - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
Executes an Operation as the specified user and added permissions.
canAddUserToGroup(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Check if the current user can add users to the given group.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCancelableCommentEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionGrantRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionModificationRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionRevocationRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionGrantRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionModificationRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionRevocationRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionGrantRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionModificationRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionRevocationRequestedEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.project.ProjectCreationRequestedEvent
Cancels project creation, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.project.ProjectDeletionRequestedEvent
Cancels project deletion, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.project.ProjectModificationRequestedEvent
Cancels project modification, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
 
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.pull.PullRequestDeletionRequestedEvent
Cancels pull request deletion, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.pull.PullRequestOpenRequestedEvent
Cancels pull request creation, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.repository.RepositoryCreationRequestedEvent
Cancels repository creation, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletionRequestedEvent
Cancels repository deletion, providing a message explaining why.
cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.repository.RepositoryModificationRequestedEvent
Cancels repository modification, providing a message explaining why.
cancel(KeyedMessage) - Method in interface com.atlassian.bitbucket.util.CancelState
Cancels the operation, providing a message explaining why.
CancelableEvent - Interface in com.atlassian.bitbucket.event
Augments an event with support for cancelation.
cancelExport(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
Cancels the export job.
cancelImport(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
Cancels the import job.
CancelState - Interface in com.atlassian.bitbucket.util
Tracks the cancelation state of a cancelable operation.
canCreateGroups() - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a flag indicating whether it is possible to create a group.
canCreateUsers() - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a flag indicating whether it is possible to create a user.
canDelete(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Verifies if the current user can delete the specified pull request.
canDeleteGroup(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Check if the current user can delete a group without affecting their permissions
canDeleteGroups() - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a flag indicating whether it is possible to delete a group.
canDeleteUser(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Check if the normal user can be deleted.
canLogin(Principal) - Method in interface com.atlassian.bitbucket.license.LicenseService
Check if a user is active and licensed to use the application.
canMerge() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeability
 
canMerge(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Retrieves a flag indicating whether the specified pull request can be merged by the system or must be manually merged by a user.
canRemoveUserFromGroup(String, String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Check if a normal user can remove themselves from the given group.
canUpdateGroups() - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a flag indicating whether it is possible to update groups.
captcha() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
/captcha
captcha(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
 
CaptchaAuthenticationException - Exception in com.atlassian.bitbucket.auth
Base specialisation for AuthenticationExceptions which are thrown for CAPTCHA attempts.
CaptchaAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.CaptchaAuthenticationException
 
CaptchaRequiredAuthenticationException - Exception in com.atlassian.bitbucket.auth
A specialisation of CaptchaAuthenticationException, thrown to indicate the user has entered their password incorrectly too many times in succession and is required to solve a CAPTCHA before they will be allowed to login again.
CaptchaRequiredAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.CaptchaRequiredAuthenticationException
 
category(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.AddonMarketplace
 
category(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.AddonRequests
 
cc(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
cc(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
Change - Interface in com.atlassian.bitbucket.content
Describes a single change made by a commit.
change(Path) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
change(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
change(RefChange) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
 
ChangeCallback - Interface in com.atlassian.bitbucket.content
Describes a callback for receiving streaming changes.
ChangeContext - Class in com.atlassian.bitbucket.content
 
ChangeContext.Builder - Class in com.atlassian.bitbucket.content
 
changes(Page<Change>) - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
 
changes(CompareChangeCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
 
changes(Iterable<? extends RefChange>) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
 
changes(PullRequestChangeCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
changes(PullRequestChangesCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
 
changes(ChangesCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves a Command which, when executed, will stream changes describing modifications made between two revisions, optionally filtered by path.
changes(ChangesCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves a page of changes describing the modifications made between two revisions, optionally filtered by path.
ChangesCommandParameters - Class in com.atlassian.bitbucket.scm
 
ChangesCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
changeScope(PullRequestChangeScope) - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
Specifies the scope of the changes to be streamed.
Changeset - Interface in com.atlassian.bitbucket.commit
Describes a set of changes between two commits.
changesets(ChangesetsCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves a page of changesets given a set of commit IDs, where each changeset includes the first page of changes between a requested commit and its first parent.
ChangesetsCommandParameters - Class in com.atlassian.bitbucket.scm
 
ChangesetsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
ChangesetsRequest - Class in com.atlassian.bitbucket.commit
Defines a request to retrieve changesets for a given set of commits.
ChangesetsRequest.Builder - Class in com.atlassian.bitbucket.commit
 
ChangesRequest - Class in com.atlassian.bitbucket.content
 
ChangesRequest.Builder - Class in com.atlassian.bitbucket.content
 
ChangeSummary - Class in com.atlassian.bitbucket.content
Summarizes changes which have been streamed to a ChangeCallback.
ChangeSummary.Builder - Class in com.atlassian.bitbucket.content
 
ChangeType - Enum in com.atlassian.bitbucket.content
Defines the standard change types which may occur in a given commit.
Channels - Class in com.atlassian.bitbucket.audit
Represents the set of built-in audit log channel names.
checkNotBlank(String, String) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
 
checkOptionalString(String, int) - Static method in class com.atlassian.bitbucket.util.CustomPreconditions
Checks whether value validates as an optional string.
checkRequiredString(String) - Static method in class com.atlassian.bitbucket.util.CustomPreconditions
Checks whether value validates as a required string.
checkRequiredString(String, int) - Static method in class com.atlassian.bitbucket.util.CustomPreconditions
Checks whether value validates as a required string.
cleanDirectory(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
Deletes any files or subdirectories in the specified directory and leaves the directory empty.
clear() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
clear() - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
Clears the current authentication, if any, resulting in an anonymous context
clear() - Method in class com.atlassian.bitbucket.property.PropertyMap
 
clearArguments() - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Clears any arguments which have been set.
clearCaptchaChallenge(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Clears any CAPTCHA challenge that may constrain the user with the supplied username when they authenticate.
clearData() - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
Clears any provided data.
clearEnvironment() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
Clears any environment variables which have been set.
clearInputHandler() - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Clears the input handler, if one has been set.
clearParents() - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
 
cloneLinks(Collection<NamedLink>) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
 
close() - Method in interface com.atlassian.bitbucket.throttle.Ticket
Releases the ticket, indicating the named resource is now available to service another request.
closedSince(Date) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
When set, limits the pull requests to search for pull requests in the closed state (i.e.
ClusterInformation - Interface in com.atlassian.bitbucket.cluster
Describes a cluster, providing details about each node.
clustering() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
 
ClusterMembershipEvent - Class in com.atlassian.bitbucket.event.cluster
A base class for events related to cluster membership, raised when nodes join and leave the cluster.
ClusterNode - Interface in com.atlassian.bitbucket.cluster
Describes a single node in a cluster.
ClusterNodeAddedEvent - Class in com.atlassian.bitbucket.event.cluster
Raised when a new node joins the cluster.
ClusterNodeAddedEvent(Object, ClusterNode, Set<ClusterNode>) - Constructor for class com.atlassian.bitbucket.event.cluster.ClusterNodeAddedEvent
 
ClusterNodeEvent - Class in com.atlassian.bitbucket.event.cluster
A base class for events related to the cluster.
ClusterNodeRejoinedEvent - Class in com.atlassian.bitbucket.event.cluster
Specialization of ClusterNodeAddedEvent that is raised when a node reconnects to the current node.
ClusterNodeRejoinedEvent(Object, ClusterNode, Set<ClusterNode>, long, long) - Constructor for class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
 
ClusterNodeRemovedEvent - Class in com.atlassian.bitbucket.event.cluster
Raised when an existing node leaves the cluster.
ClusterNodeRemovedEvent(Object, ClusterNode, Set<ClusterNode>) - Constructor for class com.atlassian.bitbucket.event.cluster.ClusterNodeRemovedEvent
 
ClusterService - Interface in com.atlassian.bitbucket.cluster
Provides access to cluster details for the instance.
com.atlassian.bitbucket - package com.atlassian.bitbucket
 
com.atlassian.bitbucket.activity - package com.atlassian.bitbucket.activity
 
com.atlassian.bitbucket.attribute - package com.atlassian.bitbucket.attribute
 
com.atlassian.bitbucket.audit - package com.atlassian.bitbucket.audit
 
com.atlassian.bitbucket.auth - package com.atlassian.bitbucket.auth
 
com.atlassian.bitbucket.avatar - package com.atlassian.bitbucket.avatar
 
com.atlassian.bitbucket.cluster - package com.atlassian.bitbucket.cluster
 
com.atlassian.bitbucket.comment - package com.atlassian.bitbucket.comment
 
com.atlassian.bitbucket.commit - package com.atlassian.bitbucket.commit
 
com.atlassian.bitbucket.commit.graph - package com.atlassian.bitbucket.commit.graph
 
com.atlassian.bitbucket.compare - package com.atlassian.bitbucket.compare
 
com.atlassian.bitbucket.concurrent - package com.atlassian.bitbucket.concurrent
 
com.atlassian.bitbucket.content - package com.atlassian.bitbucket.content
 
com.atlassian.bitbucket.dashboard - package com.atlassian.bitbucket.dashboard
 
com.atlassian.bitbucket.env - package com.atlassian.bitbucket.env
 
com.atlassian.bitbucket.event - package com.atlassian.bitbucket.event
 
com.atlassian.bitbucket.event.annotation - package com.atlassian.bitbucket.event.annotation
 
com.atlassian.bitbucket.event.audit - package com.atlassian.bitbucket.event.audit
 
com.atlassian.bitbucket.event.auth - package com.atlassian.bitbucket.event.auth
 
com.atlassian.bitbucket.event.backup - package com.atlassian.bitbucket.event.backup
 
com.atlassian.bitbucket.event.branch - package com.atlassian.bitbucket.event.branch
 
com.atlassian.bitbucket.event.cluster - package com.atlassian.bitbucket.event.cluster
 
com.atlassian.bitbucket.event.commit - package com.atlassian.bitbucket.event.commit
 
com.atlassian.bitbucket.event.content - package com.atlassian.bitbucket.event.content
 
com.atlassian.bitbucket.event.hook - package com.atlassian.bitbucket.event.hook
 
com.atlassian.bitbucket.event.license - package com.atlassian.bitbucket.event.license
 
com.atlassian.bitbucket.event.maintenance - package com.atlassian.bitbucket.event.maintenance
 
com.atlassian.bitbucket.event.migration - package com.atlassian.bitbucket.event.migration
 
com.atlassian.bitbucket.event.mirror - package com.atlassian.bitbucket.event.mirror
 
com.atlassian.bitbucket.event.permission - package com.atlassian.bitbucket.event.permission
 
com.atlassian.bitbucket.event.project - package com.atlassian.bitbucket.event.project
 
com.atlassian.bitbucket.event.pull - package com.atlassian.bitbucket.event.pull
 
com.atlassian.bitbucket.event.repository - package com.atlassian.bitbucket.event.repository
 
com.atlassian.bitbucket.event.request - package com.atlassian.bitbucket.event.request
 
com.atlassian.bitbucket.event.server - package com.atlassian.bitbucket.event.server
 
com.atlassian.bitbucket.event.tag - package com.atlassian.bitbucket.event.tag
 
com.atlassian.bitbucket.event.task - package com.atlassian.bitbucket.event.task
 
com.atlassian.bitbucket.event.throttle - package com.atlassian.bitbucket.event.throttle
 
com.atlassian.bitbucket.event.user - package com.atlassian.bitbucket.event.user
 
com.atlassian.bitbucket.event.watch - package com.atlassian.bitbucket.event.watch
 
com.atlassian.bitbucket.help - package com.atlassian.bitbucket.help
 
com.atlassian.bitbucket.hook - package com.atlassian.bitbucket.hook
 
com.atlassian.bitbucket.hook.repository - package com.atlassian.bitbucket.hook.repository
 
com.atlassian.bitbucket.hook.script - package com.atlassian.bitbucket.hook.script
 
com.atlassian.bitbucket.i18n - package com.atlassian.bitbucket.i18n
 
com.atlassian.bitbucket.idx - package com.atlassian.bitbucket.idx
 
com.atlassian.bitbucket.io - package com.atlassian.bitbucket.io
 
com.atlassian.bitbucket.jira - package com.atlassian.bitbucket.jira
 
com.atlassian.bitbucket.job - package com.atlassian.bitbucket.job
 
com.atlassian.bitbucket.label - package com.atlassian.bitbucket.label
 
com.atlassian.bitbucket.license - package com.atlassian.bitbucket.license
 
com.atlassian.bitbucket.log - package com.atlassian.bitbucket.log
 
com.atlassian.bitbucket.mail - package com.atlassian.bitbucket.mail
 
com.atlassian.bitbucket.markup - package com.atlassian.bitbucket.markup
 
com.atlassian.bitbucket.migration - package com.atlassian.bitbucket.migration
 
com.atlassian.bitbucket.migration.event - package com.atlassian.bitbucket.migration.event
 
com.atlassian.bitbucket.nav - package com.atlassian.bitbucket.nav
 
com.atlassian.bitbucket.permission - package com.atlassian.bitbucket.permission
 
com.atlassian.bitbucket.project - package com.atlassian.bitbucket.project
 
com.atlassian.bitbucket.property - package com.atlassian.bitbucket.property
 
com.atlassian.bitbucket.pull - package com.atlassian.bitbucket.pull
 
com.atlassian.bitbucket.repository - package com.atlassian.bitbucket.repository
 
com.atlassian.bitbucket.request - package com.atlassian.bitbucket.request
 
com.atlassian.bitbucket.scm - package com.atlassian.bitbucket.scm
 
com.atlassian.bitbucket.scm.bulk - package com.atlassian.bitbucket.scm.bulk
 
com.atlassian.bitbucket.scm.compare - package com.atlassian.bitbucket.scm.compare
 
com.atlassian.bitbucket.scm.mirror - package com.atlassian.bitbucket.scm.mirror
 
com.atlassian.bitbucket.scm.pull - package com.atlassian.bitbucket.scm.pull
 
com.atlassian.bitbucket.scm.ref - package com.atlassian.bitbucket.scm.ref
 
com.atlassian.bitbucket.scm.signed - package com.atlassian.bitbucket.scm.signed
 
com.atlassian.bitbucket.scope - package com.atlassian.bitbucket.scope
 
com.atlassian.bitbucket.server - package com.atlassian.bitbucket.server
 
com.atlassian.bitbucket.setting - package com.atlassian.bitbucket.setting
 
com.atlassian.bitbucket.task - package com.atlassian.bitbucket.task
 
com.atlassian.bitbucket.throttle - package com.atlassian.bitbucket.throttle
 
com.atlassian.bitbucket.timezone - package com.atlassian.bitbucket.timezone
 
com.atlassian.bitbucket.topic - package com.atlassian.bitbucket.topic
 
com.atlassian.bitbucket.user - package com.atlassian.bitbucket.user
 
com.atlassian.bitbucket.util - package com.atlassian.bitbucket.util
 
com.atlassian.bitbucket.validation - package com.atlassian.bitbucket.validation
 
com.atlassian.bitbucket.validation.annotation - package com.atlassian.bitbucket.validation.annotation
 
com.atlassian.bitbucket.validation.groups - package com.atlassian.bitbucket.validation.groups
 
com.atlassian.bitbucket.view - package com.atlassian.bitbucket.view
 
com.atlassian.bitbucket.watcher - package com.atlassian.bitbucket.watcher
 
Command<T> - Interface in com.atlassian.bitbucket.scm
Wraps an operation which may be run synchronously.
command(String) - Method in interface com.atlassian.bitbucket.scm.ScmCommandBuilder
Sets the command to execute.
CommandAware - Interface in com.atlassian.bitbucket.scm
An interface to be implemented by a CommandErrorHandler, CommandInputHandler or CommandOutputHandler that wishes to be provided the Command it will be processing.
CommandBuilder<B extends CommandBuilder<B>> - Interface in com.atlassian.bitbucket.scm
Provides a fluent interface for creating free-form commands using arbitrary arguments.
CommandBuilderSupport<B extends CommandBuilderSupport<B>> - Interface in com.atlassian.bitbucket.scm
Provides a unifying abstraction for common functionality expected to be provided by both free-form CommandBuilders and, for those plugins which choose to provide them, type-safe builders.
CommandCanceledException - Exception in com.atlassian.bitbucket.scm
Exception that is thrown when a command is canceled.
CommandCanceledException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandCanceledException
 
CommandCanceledException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandCanceledException
 
CommandErrorHandler - Interface in com.atlassian.bitbucket.scm
Describes an OutputHandler which processes the standard error stream from a Command.
CommandException - Exception in com.atlassian.bitbucket.scm
Exception that is thrown when command fails to complete.
CommandException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandException
 
CommandException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandException
 
CommandExitHandler - Interface in com.atlassian.bitbucket.scm
Describes a handler for processing Command exit details, whether the command completes or is canceled.
CommandFailedException - Exception in com.atlassian.bitbucket.scm
Exception that is thrown when a command fails.
CommandFailedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandFailedException
 
CommandFailedException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandFailedException
 
CommandInputHandler - Interface in com.atlassian.bitbucket.scm
Describes an InputHandler which provides data to the standard input stream for a Command to process.
CommandOutputHandler<T> - Interface in com.atlassian.bitbucket.scm
Describes an OutputHandler which processes the standard output stream from a Command and, optionally, produces some object T from it.
CommandResult - Enum in com.atlassian.bitbucket.scm
Enumerates the possible results of running a command.
CommandSetupException - Exception in com.atlassian.bitbucket.scm
Exception that is thrown when creating a Command fails.
CommandSetupException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandSetupException
 
CommandSetupException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandSetupException
 
CommandSummary - Class in com.atlassian.bitbucket.scm
Summarizes a command that has been run.
CommandSummary.Builder - Class in com.atlassian.bitbucket.scm
 
CommandSummaryHandler - Interface in com.atlassian.bitbucket.scm
Augments a CommandErrorHandler, CommandInputHandler or CommandOutputHandler with an enhanced completion handler that is provided with a summary of the command that was executed.
CommandUsageException - Exception in com.atlassian.bitbucket.scm
A specialization of CommandFailedException thrown when a command fails because it is called incorrectly.
CommandUsageException(KeyedMessage, String, String) - Constructor for exception com.atlassian.bitbucket.scm.CommandUsageException
 
Comment - Interface in com.atlassian.bitbucket.comment
A comment on a pull request or commit.
comment(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
Retrieves a builder for interacting with the specified comment on this commit.
comment(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
View the comments added to the pull request.
comment(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
 
Commentable - Interface in com.atlassian.bitbucket.comment
Entity that users can comment on.
CommentableVisitor<T> - Interface in com.atlassian.bitbucket.comment
Visitor for Commentable entities.
CommentAction - Enum in com.atlassian.bitbucket.comment
Enumerates the different actions which may be taken on a comment.
commentActions(CommentAction, CommentAction...) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
commentActions(Iterable<CommentAction>) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
CommentChain<C extends Comment> - Class in com.atlassian.bitbucket.comment
Performs a depth-first iteration given a starting set of comments.
CommentDeletionException - Exception in com.atlassian.bitbucket.comment
 
CommentDeletionException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.comment.CommentDeletionException
 
commentIds(long, long...) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
commentIds(Iterable<Long>) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
 
CommentOperations - Interface in com.atlassian.bitbucket.comment
The permitted operations allowed on a comment by the current user.
CommentOutOfDateException - Exception in com.atlassian.bitbucket.comment
Indicates the operation could not performed because the comment version has changed since the comment was retrieved.
CommentOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
 
CommentOutOfDateException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
 
CommentOutOfDateException(KeyedMessage, Throwable, int, int) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
 
CommentSearchRequest - Class in com.atlassian.bitbucket.comment
A request for searching for comments and threads.
CommentSearchRequest.Builder - Class in com.atlassian.bitbucket.comment
 
CommentService - Interface in com.atlassian.bitbucket.comment
 
CommentSeverity - Enum in com.atlassian.bitbucket.comment
Enumerates available comment severities.
CommentState - Enum in com.atlassian.bitbucket.comment
Enumerates the possible states a comment can be in.
CommentThread - Interface in com.atlassian.bitbucket.comment
Represents a conversation started on a commentable.
CommentThreadDiffAnchor - Interface in com.atlassian.bitbucket.comment
The location in a diff a comment thread is anchored to.
CommentThreadDiffAnchorState - Enum in com.atlassian.bitbucket.comment
An enumeration of anchor states for comment thread search
CommentThreadDiffAnchorType - Enum in com.atlassian.bitbucket.comment
Enumerates the different types of diffs a thread can be anchored to.
CommentUpdateRequest - Class in com.atlassian.bitbucket.comment
A request for making changes to a comment
CommentUpdateRequest.Builder - Class in com.atlassian.bitbucket.comment
 
commit(MinimalRepositoryCommit) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
 
commit(Repository, String) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
 
Commit - Interface in com.atlassian.bitbucket.commit
Describes a single commit.
commit(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
View a specific commit within a pull request.
commit(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
commit(Commit) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
 
commit(Repository, String) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
 
commit(CommitCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves details for the specified commit.
CommitCallback - Interface in com.atlassian.bitbucket.commit
Describes a callback for receiving a stream of commits.
CommitCommandParameters - Class in com.atlassian.bitbucket.scm
 
CommitCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
CommitContext - Class in com.atlassian.bitbucket.commit
 
CommitContext.Builder - Class in com.atlassian.bitbucket.commit
 
CommitDiscussion - Interface in com.atlassian.bitbucket.commit
 
CommitDiscussionActivity - Interface in com.atlassian.bitbucket.commit
 
CommitDiscussionCancelableCommentEvent - Class in com.atlassian.bitbucket.event.commit
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).
CommitDiscussionCancelableCommentEvent(Object, CommitDiscussion, Comment, Comment, CommentAction, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCancelableCommentEvent
 
CommitDiscussionCommentActivity - Interface in com.atlassian.bitbucket.commit
 
CommitDiscussionCommentAddedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised when a comment is added in a commit discussion.
CommitDiscussionCommentAddedEvent(Object, CommitDiscussion, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddedEvent
 
CommitDiscussionCommentAddedEvent(Object, CommitDiscussion, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddedEvent
CommitDiscussionCommentAddRequestedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised before a comment is added to a commit discussion.
CommitDiscussionCommentAddRequestedEvent(Object, CommitDiscussion, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddRequestedEvent
 
CommitDiscussionCommentDeletedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised when a comment is deleted in a commit discussion.
CommitDiscussionCommentDeletedEvent(Object, CommitDiscussion, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentDeletedEvent
 
CommitDiscussionCommentDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised before a comment in a commit discussion is deleted.
CommitDiscussionCommentDeletionRequestedEvent(Object, CommitDiscussion, Comment, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentDeletionRequestedEvent
 
CommitDiscussionCommentEditedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised when a comment is edited in a commit discussion.
CommitDiscussionCommentEditedEvent(Object, CommitDiscussion, Comment, Comment, String) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
CommitDiscussionCommentEditedEvent(Object, CommitDiscussion, Comment, Comment, String, CommentSeverity, CommentState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
 
CommitDiscussionCommentEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.
CommitDiscussionCommentEvent(Object, CommitDiscussion, Comment, Comment, CommentAction) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
 
CommitDiscussionCommentModificationRequestedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised before a comment in a commit discussion is edited.
CommitDiscussionCommentModificationRequestedEvent(Object, CommitDiscussion, Comment, Comment, String, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentModificationRequestedEvent
 
CommitDiscussionCommentRepliedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised when a comment is replied to in a commit discussion.
CommitDiscussionCommentRepliedEvent(Object, CommitDiscussion, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentRepliedEvent
 
CommitDiscussionCommentReplyRequestedEvent - Class in com.atlassian.bitbucket.event.commit
Event that is raised before a comment is replied to in a commit discussion.
CommitDiscussionCommentReplyRequestedEvent(Object, CommitDiscussion, Comment, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentReplyRequestedEvent
 
CommitDiscussionEvent - Class in com.atlassian.bitbucket.event.commit
Base type for all commit discussion-related events.
CommitDiscussionEvent(Object, CommitDiscussion) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
 
CommitDiscussionParticipant - Interface in com.atlassian.bitbucket.commit
 
CommitDiscussionParticipantsUpdatedEvent - Class in com.atlassian.bitbucket.event.commit
An event raised when the participants in a commit discussion change.
CommitDiscussionParticipantsUpdatedEvent(Object, CommitDiscussion, Set<ApplicationUser>, Set<ApplicationUser>) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionParticipantsUpdatedEvent
 
CommitDiscussionRequest - Class in com.atlassian.bitbucket.commit
 
CommitDiscussionRequest.Builder - Class in com.atlassian.bitbucket.commit
 
CommitEnricher - Interface in com.atlassian.bitbucket.commit
 
CommitGraphNode - Interface in com.atlassian.bitbucket.commit.graph
A node within a commit graph.
commitId(String) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
 
commitId(String, String...) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
 
commitId(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
 
commitId(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
 
commitId(String) - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
 
commitId(String) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
 
commitId(String, String...) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
 
commitId(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
 
commitId(String) - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
 
commitIds(String, String...) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
 
commitIds(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
 
commitIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
 
commitIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
 
CommitIndex - Interface in com.atlassian.bitbucket.idx
Index to store meta data against commits.
CommitIndexingException - Exception in com.atlassian.bitbucket.idx
Exception to signal a problem that occurred during commit indexing.
CommitIndexingException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.idx.CommitIndexingException
 
CommitIndexingException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.idx.CommitIndexingException
 
CommitListMergeFilter - Enum in com.atlassian.bitbucket.commit
A flag for indicating how merge commits should be filtered.
CommitOrder - Enum in com.atlassian.bitbucket.commit
 
CommitRequest - Class in com.atlassian.bitbucket.commit
Describes a request for a single commit.
CommitRequest.Builder - Class in com.atlassian.bitbucket.commit
 
commits(Iterable<MinimalRepositoryCommit>) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
 
commits(Repository, Iterable<String>) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
 
commits() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Compare
 
commits() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
View the commits to be merged by a pull request.
commits() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
commits(Iterable<Commit>) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
 
commits(Iterable<Commit>) - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
 
commits(Repository, Iterable<String>) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
 
commits(BulkCommitsCommandParameters, BulkCommitCallback) - Method in interface com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory
Streams commits from one or more repositories, providing a set of matching repositories for each.
commits(CommitCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
 
commits(CommitCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
commits(PullRequestCommitsCommandParameters, CommitCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
 
commits(CommitsCommandParameters, CommitCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Streams commits which match the provided parameters to the provided callback.
commits(CommitsCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves a page of commits matching the specified parameters.
CommitsBetweenRequest - Class in com.atlassian.bitbucket.commit
Defines a request to retrieve commits "between" sets of included and excluded commits, potentially filtering by paths.
CommitsBetweenRequest.Builder - Class in com.atlassian.bitbucket.commit
 
CommitsCommandParameters - Class in com.atlassian.bitbucket.scm
 
CommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
CommitService - Interface in com.atlassian.bitbucket.commit
 
CommitsRequest - Class in com.atlassian.bitbucket.commit
Defines a request to retrieve commits which are ancestors of a given starting commit.
CommitsRequest.Builder - Class in com.atlassian.bitbucket.commit
 
commitSummaries(int) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
commitSummaries(int) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
 
CommitSummary - Class in com.atlassian.bitbucket.commit
 
CommitSummary.Builder - Class in com.atlassian.bitbucket.commit
 
committer(Person) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
Sets the committer.
committer(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
 
committerTimestamp(Date) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
commonAncestor(CommonAncestorCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Retrieves the common ancestor for the provided commits
CommonAncestorCommandParameters - Class in com.atlassian.bitbucket.scm
 
CommonAncestorCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
CommonAncestorRequest - Class in com.atlassian.bitbucket.commit
Defines a request for determining the common ancestor of a list of commits.
CommonAncestorRequest.Builder - Class in com.atlassian.bitbucket.commit
 
compare() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
CompareChangeCommandParameters - Class in com.atlassian.bitbucket.scm.compare
 
CompareChangeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.compare
 
CompareDiffCommandParameters - Class in com.atlassian.bitbucket.scm.compare
 
CompareDiffCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.compare
 
CompareDiffRequest - Class in com.atlassian.bitbucket.compare
A diff request to compare two refs or commits.
CompareDiffRequest.Builder - Class in com.atlassian.bitbucket.compare
 
CompareRef - Class in com.atlassian.bitbucket.compare
A ref or commit to compare.
CompareRef(String, Repository) - Constructor for class com.atlassian.bitbucket.compare.CompareRef
 
CompareRef(PullRequestRef) - Constructor for class com.atlassian.bitbucket.compare.CompareRef
Convenience constructor for creating a CompareRef from a PullRequestRef.
CompareRequest - Class in com.atlassian.bitbucket.compare
A request to compare two refs or commits.
CompareRequest.Builder - Class in com.atlassian.bitbucket.compare
 
CompareService - Interface in com.atlassian.bitbucket.compare
Compares two commits.
compareTo(SimplePath) - Method in class com.atlassian.bitbucket.content.SimplePath
 
compareTo(PullRequestParticipant) - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
Sorts participants first by status, then by name
compareTo(Version) - Method in class com.atlassian.bitbucket.util.Version
Compare two versions to determine their ordering.
complete() - Method in class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
Marks the source as complete.
ConcurrencyPolicy - Enum in com.atlassian.bitbucket.concurrent
Policy for concurrency limits
ConcurrencyService - Interface in com.atlassian.bitbucket.concurrent
 
ConditionalNotEmpty - Annotation Type in com.atlassian.bitbucket.validation.annotation
 
ConditionalNotEmpty.List - Annotation Type in com.atlassian.bitbucket.validation.annotation
Support for multiple ConditionalNotEmpty annotations on the same type
ConditionalNotEmptyValidator - Class in com.atlassian.bitbucket.validation
 
ConditionalNotEmptyValidator() - Constructor for class com.atlassian.bitbucket.validation.ConditionalNotEmptyValidator
 
Conflict - Interface in com.atlassian.bitbucket.content
Describes two conflicting changes that were made on opposite sides of a merge.
Conflict() - Constructor for class com.atlassian.bitbucket.validation.ConstraintNature.Conflict
 
ConflictChange - Interface in com.atlassian.bitbucket.content
A minimal subset of a Change describing how a path was changed on one side of a Conflict.
ConflictingRefNameException - Exception in com.atlassian.bitbucket.repository
Indicates the operation could not be completed because a existing ref already exists with a name that conflicts with the one being created.
ConflictingRefNameException(KeyedMessage, MinimalRef) - Constructor for exception com.atlassian.bitbucket.repository.ConflictingRefNameException
 
ConflictMarker - Enum in com.atlassian.bitbucket.content
Used to mark diff lines which represent a merge conflict.
ConstraintNature - Class in com.atlassian.bitbucket.validation
 
ConstraintNature() - Constructor for class com.atlassian.bitbucket.validation.ConstraintNature
 
ConstraintNature.Conflict - Class in com.atlassian.bitbucket.validation
 
contains(String) - Method in interface com.atlassian.bitbucket.repository.MetadataMap
 
containsKey(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
containsKey(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
 
containsValue(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
containsValue(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
 
content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
 
content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
 
content(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
 
content(byte[]) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
 
content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
 
content(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
 
content(byte[]) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
 
content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
 
contents(BulkContentCommandParameters, BulkContentCallback) - Method in interface com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory
 
ContentService - Interface in com.atlassian.bitbucket.content
A service for the management of files and their metadata.
ContentTreeCallback - Interface in com.atlassian.bitbucket.content
Callback interface for streaming content tree nodes from a starting directory
ContentTreeContext - Class in com.atlassian.bitbucket.content
 
ContentTreeContext.Builder - Class in com.atlassian.bitbucket.content
 
ContentTreeNode - Interface in com.atlassian.bitbucket.content
Represents a node in a source tree.
ContentTreeNode.Type - Enum in com.atlassian.bitbucket.content
Enumeration of ContentTreeNode types
ContentTreeSummary - Class in com.atlassian.bitbucket.content
 
ContentTreeSummary.Builder - Class in com.atlassian.bitbucket.content
 
context(String, String) - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
 
context(Map<String, Object>) - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
 
context(Map<String, Object>) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
 
context(String, Object) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
 
context(Map<String, Object>) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
 
context(Map<String, Object>) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
 
context(String, String) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
 
context(Map<String, Object>) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
 
contextLines(int) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
Specifies the number of context lines to include around added/removed lines.
contextLines(int) - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
 
contextLines(int) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
 
contextLines(int) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
Specifies the number of context lines to include around added/removed lines.
contextLines(int) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
 
convert(T, AuditEntryBuilder) - Method in interface com.atlassian.bitbucket.audit.AuditEntryConverter
Converts an Audited event into a standard audit format.
count(PullRequestSearchRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Counts the number of pull requests which match the specified search criteria.
countByCommit(PullRequestCommitSearchRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Counts the number of pull requests containing a specified commit which match the given search criteria.
countByProject(Project) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Get the number of repositories that belong to a project.
countComments(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Count all the comments matching the provided request.
countCommentsByState(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Count all the comments matching the provided request, grouped by state.
countCommits(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Counts the number of commits a pull request has.
countMessages(JobMessageSearchRequest) - Method in interface com.atlassian.bitbucket.job.JobService
Counts all messages matching the supplied request object
countTasks(PullRequestTaskSearchRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Counts the number of tasks in a pull request.
countThreads(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
Count all the threads matching the provided request.
create(boolean) - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
 
create(HookRequest) - Method in interface com.atlassian.bitbucket.hook.ScmHookHandlerFactory
 
create(HookScriptCreateRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
Creates a new hook script.
create(JobCreationRequest) - Method in interface com.atlassian.bitbucket.job.JobService
Creates a new Job from the supplied request object
create(String) - Method in interface com.atlassian.bitbucket.label.LabelService
Creates a new label based on the given labelName.
create() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
 
create() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
 
create(ProjectCreateRequest) - Method in interface com.atlassian.bitbucket.project.ProjectService
Creates a new Project and sets its avatar, if provided.
create(PullRequestCreateRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Creates a pull request from the supplied details.
create(RepositoryCreateRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Create a new repository.
create(TaskCreateRequest) - Method in interface com.atlassian.bitbucket.task.TaskService
Create a task.
Create - Interface in com.atlassian.bitbucket.validation.groups
Denotes constraints which should be applied when an entity is being created.
createBranch(CreateBranchRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
Create branch with the information provided in the request.
createBranch(CreateBranchCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ref.ScmRefCommandFactory
 
CreateBranchCommandParameters - Class in com.atlassian.bitbucket.scm.ref
 
CreateBranchCommandParameters(CreateBranchCommandParameters.AbstractCreateBranchBuilder) - Constructor for class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
 
CreateBranchCommandParameters.AbstractCreateBranchBuilder<B extends CreateBranchCommandParameters.AbstractCreateBranchBuilder<B>> - Class in com.atlassian.bitbucket.scm.ref
 
CreateBranchCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.ref
 
CreateBranchRequest - Class in com.atlassian.bitbucket.repository
A request to create a branch.
CreateBranchRequest(CreateBranchRequest.Builder) - Constructor for class com.atlassian.bitbucket.repository.CreateBranchRequest
 
CreateBranchRequest.Builder - Class in com.atlassian.bitbucket.repository
 
createBuilder(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
Creates a ScmCommandBuilder which can be used to construct free-form commands to interact directly with the underlying SCM implementation and perform custom functions on repositories.
createCookie(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.bitbucket.auth.RememberMeService
Generates a new remember-me token for the user and sets the corresponding cookie on the response.
createGroup(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Creates a new group.
createKeyedMessage(String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
Given a property key and a list of arguments, it returns: a KeyedMessage that composes the localized and formatted message for the current locale, the localized and formatted message for the root locale and the original key for the message.
createLink(URI, URI, String, String, boolean) - Method in interface com.atlassian.bitbucket.jira.JiraSetupService
Create an authenticated, reciprocated Application Link to a Jira server, and optionally set up a Jira user directory for it.
createMessage(JobMessageCreationRequest) - Method in interface com.atlassian.bitbucket.job.JobService
Creates a new JobMessage from the supplied request object
createProject() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
createProjectAccessiblePredicate() - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
 
createProjectPermissionPredicate(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
 
createPullRequest() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
createPullRequestAccessiblePredicate() - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
Retrieves a Predicate which applies a check to ensure the current user can access PullRequests.
createPullRequestPermissionPredicate(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
Retrieves a Predicate which applies a check to ensure the current user has the specified permission with regards to PullRequests.
createRepo() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
 
createRepositoryAccessiblePredicate() - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
 
createRepositoryPermissionPredicate(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
 
createServiceUser(ServiceUserCreateRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Creates a new service user.
createSettingsBuilder() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
Create a new SettingsBuilder which can be used to create a Settings instance.
createTag(CreateTagRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
Create tag with the information provided in the request.
createTag(CreateTagCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ref.ScmRefCommandFactory
 
CreateTagCommandParameters - Class in com.atlassian.bitbucket.scm.ref
 
CreateTagCommandParameters(CreateTagCommandParameters.AbstractCreateTagBuilder) - Constructor for class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters
 
CreateTagCommandParameters.AbstractCreateTagBuilder<B extends CreateTagCommandParameters.AbstractCreateTagBuilder<B>> - Class in com.atlassian.bitbucket.scm.ref
 
CreateTagCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.ref
 
CreateTagRequest - Class in com.atlassian.bitbucket.repository
A request to create a tag.
CreateTagRequest(CreateTagRequest.Builder) - Constructor for class com.atlassian.bitbucket.repository.CreateTagRequest
 
CreateTagRequest.Builder - Class in com.atlassian.bitbucket.repository
 
createUser(String, String, String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Creates a new user and adds them to the default group, if it exists.
createUser(String, String, String, String, boolean) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Creates a new user and optionally adds them to the default group, if it exists.
createUserWithGeneratedPassword(String, String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Creates a new user with a randomly-generated password.
cssModuleKey(String) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
 
CustomPreconditions - Class in com.atlassian.bitbucket.util
More precondition checks following the same pattern as Guava's Preconditions.
CustomPreconditions() - Constructor for class com.atlassian.bitbucket.util.CustomPreconditions
 

D

dashboard() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
 
DashboardService - Interface in com.atlassian.bitbucket.dashboard
Provides services for the Personal Dashboards.
data(Map<String, Object>) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
 
DATA_CENTER_NAME - Static variable in class com.atlassian.bitbucket.Product
 
database() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
 
dataCenter(boolean) - Method in class com.atlassian.bitbucket.server.SimpleFeature.Builder
 
DataStoreException - Exception in com.atlassian.bitbucket
Exception thrown when an operation on a data store, such as the database or disk, fails.
DataStoreException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.DataStoreException
 
DataStoreException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.DataStoreException
 
DATE_ORDER - Static variable in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
Orders commits in reverse chronological order, by descending author timestamp.
DateFormatter - Interface in com.atlassian.bitbucket.util
Allows the formatting of a date according to predefined formats.
DateFormatter.FormatType - Enum in com.atlassian.bitbucket.util
A predefined date format.
decline(PullRequestDeclineRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Declines a pull request.
declined() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
 
dedupePendingMessages(boolean) - Method in class com.atlassian.bitbucket.topic.TopicSettings.Builder
 
DEFAULT_COMMIT_SUMMARIES - Static variable in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
The default number of commit summaries to append to the user-provided (or system-generated) message when merging a pull request.
DEFAULT_CONTEXT_LINES - Static variable in class com.atlassian.bitbucket.content.AbstractDiffRequest
Indicates the request should supply the default number of context lines for added and removed lines.
DEFAULT_CONTEXT_LINES - Static variable in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
Indicates the request should supply the default number of context lines for added and removed lines.
DEFAULT_CONTEXT_LINES - Static variable in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
 
DEFAULT_DISPLAY_ID_LENGTH - Static variable in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
 
DEFAULT_LABEL - Static variable in interface com.atlassian.bitbucket.user.ServiceUser
 
DEFAULT_LIMIT - Static variable in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest
 
defaultBranch() - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Resolves the default branch for the specified repository.
defaultContextLines() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
 
defaultErrorHandler() - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Applies the default error handler, which will collect any output written to the error stream and provide that output to the exit handler.
defaultExitHandler() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
Applies the default CommandExitHandler.
defaultStrategyId(String) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
defaultValue(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
Convenience method that allows implementors to provide a single fallback return value
defaultWorkDir() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
Applies the default working directory, which is the working directory for the current Java process.
defaultWorkingDirectory() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
Deprecated.
in 6.4 for removal in 7.0. Use CommandBuilderSupport.defaultWorkDir() instead.
DelegatingCacheableAvatarSupplier - Class in com.atlassian.bitbucket.avatar
An CacheableAvatarSupplier implementation which delegates to an AvatarSupplier, storing the avatar's modification timestamp separately.
DelegatingCacheableAvatarSupplier(AvatarSupplier) - Constructor for class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
Constructs a new DelegatingCacheableAvatarSupplier with an unknown timestamp.
DelegatingCacheableAvatarSupplier(AvatarSupplier, long) - Constructor for class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
Constructs a new DelegatingCacheableAvatarSupplier with the provided timestamp.
delete(DeleteRepositoryHookRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
Delete the hook configuration specified in the request.
delete(HookScript) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
Deletes the specified hook script, and removes any configuration which has been applied.
delete(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
 
delete() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
 
delete() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
delete(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
 
delete(Project) - Method in interface com.atlassian.bitbucket.project.ProjectService
Deletes the specified project, if it exists.
delete(PullRequestDeleteRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Deletes the specified pull request, removing all activities and comments.
delete(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Delete the repository.
delete(long) - Method in interface com.atlassian.bitbucket.task.TaskService
Delete a task.
deleteAvatar(ApplicationUser) - Method in interface com.atlassian.bitbucket.user.UserService
Delete the avatar associated with a user.
deleteByPluginKey(String) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
Deletes all of the hook scripts associated with the specified plugin key, and removes any configuration which has been applied for them.
deleteComment(long, int) - Method in interface com.atlassian.bitbucket.comment.CommentService
Delete a comment
deleteGroup(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Deletes a group.
deleteMailHostConfiguration() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
Remove the mail host configuration.
deleteMergeConfig(DeletePullRequestMergeConfigRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Deletes the merge configuration for the specified scope.
deleteOnExit(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
Registers the provided path to be deleted when the JVM exits.
DeletePullRequestMergeConfigRequest - Class in com.atlassian.bitbucket.pull
 
DeletePullRequestMergeConfigRequest.Builder - Class in com.atlassian.bitbucket.pull
 
deleteQuietly(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
Recursively deletes the specified path, suppressing any IOExceptions that are thrown.
deleteRecursively(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
Recursively deletes the specified path.
DeleteRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
Request object used to delete repository hook configuration.
DeleteRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
 
deleteUser(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Deletes a user.
description(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
 
description(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
 
description() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
 
description(String) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
 
description(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
 
description(String) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
 
description(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
Sets the description of the repository.
DetailedGroup - Interface in com.atlassian.bitbucket.user
Extends a group, which is a simple String name generally, with additional details relating to the directory backing the group.
DetailedRefChange - Interface in com.atlassian.bitbucket.repository
 
DetailedUser - Interface in com.atlassian.bitbucket.user
Extends a ApplicationUser with additional details relating to the directory backing the user.
details(String) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
 
Diff - Interface in com.atlassian.bitbucket.content
 
diff() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Compare
 
diff() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
View the pull request's diff.
diff(CompareDiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
 
diff(PullRequestDiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
 
diff(DiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Streams a diff between two commits.
diff(DiffCommandParameters, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Streams a diff between two commits.
DiffCommandParameters - Class in com.atlassian.bitbucket.scm
 
DiffCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
DiffContentCallback - Interface in com.atlassian.bitbucket.content
A callback for receiving streaming diff details.
DiffContentFilter - Class in com.atlassian.bitbucket.content
Allows for filtering diff lines.
DiffContentFilter() - Constructor for class com.atlassian.bitbucket.content.DiffContentFilter
 
DiffContext - Class in com.atlassian.bitbucket.content
 
DiffContext.Builder - Class in com.atlassian.bitbucket.content
 
DiffFileType - Enum in com.atlassian.bitbucket.content
An enumeration of file types in a diff.
DiffHunk - Interface in com.atlassian.bitbucket.content
Describes a single hunk, with one or more segments, in a diff.
DiffLine - Interface in com.atlassian.bitbucket.content
 
DiffRequest - Class in com.atlassian.bitbucket.content
Describes a request to generate a diff of a given repository for a given commit or commit range.
DiffRequest.Builder - Class in com.atlassian.bitbucket.content
 
DiffSegment - Interface in com.atlassian.bitbucket.content
 
DiffSegmentType - Enum in com.atlassian.bitbucket.content
Enumerates the different segment types available in diff output.
DiffSummary - Class in com.atlassian.bitbucket.content
 
DiffSummary.Builder - Class in com.atlassian.bitbucket.content
 
diffType(CommentThreadDiffAnchorType) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
 
diffType(CommentThreadDiffAnchorType) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
 
diffTypes(Iterable<CommentThreadDiffAnchorType>) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
 
DiffWhitespace - Enum in com.atlassian.bitbucket.content
A flag for indicating how whitespace should be handled in a diff, such as being ignored.
Directory - Class in com.atlassian.bitbucket.content
Represents a directory in a source tree
Directory() - Constructor for class com.atlassian.bitbucket.content.Directory
 
directory(DirectoryCommandParameters, ContentTreeCallback, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Streams the tree nodes (files, subdirectories and submodules) in the specified directory.
DirectoryCommandParameters - Class in com.atlassian.bitbucket.scm
 
DirectoryCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
DirectoryRevision - Interface in com.atlassian.bitbucket.content
Represents a revision of a directory
disable(DisableRepositoryHookRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
Disable the hook specified in the request.
DisableRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
Request object used for disabling a repository hook.
DisableRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
 
DisasterRecoveryTriggeredEvent - Class in com.atlassian.bitbucket.event.server
An event that is raised when the system is started after being restored from a Zero Downtime Backup.
DisasterRecoveryTriggeredEvent(Object) - Constructor for class com.atlassian.bitbucket.event.server.DisasterRecoveryTriggeredEvent
 
displayId(String) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
 
displayId - Variable in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
 
displayId(String) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
 
displayId(String) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
 
displayName(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
 
DisplayNameChangedEvent - Class in com.atlassian.bitbucket.event.server
Event that is raised when the application display name is changed.
DisplayNameChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.DisplayNameChangedEvent
 
doAsRequest(RequestCallback<T, E>, RequestInfoProvider) - Method in interface com.atlassian.bitbucket.request.RequestManager
Sets up and tears down all logic for processing requests.
doVisit(Project) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
doVisit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
doVisit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
 
doVisit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
 
doVisit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
 
dryRun(boolean) - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
 
dryRun(boolean) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
 
DuplicatePullRequestException - Exception in com.atlassian.bitbucket.pull
Indicates a pull request could not be created because there is already an open pull request with the same to/from repositories and branches.
DuplicatePullRequestException(PullRequest, KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.DuplicatePullRequestException
 
DuplicateRefException - Exception in com.atlassian.bitbucket.repository
Indicates the operation could not be completed because a ref already exists for the supplied name.
DuplicateRefException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.repository.DuplicateRefException
 

E

edit() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Licensing
 
editFile(EditFileRequest) - Method in interface com.atlassian.bitbucket.content.ContentService
Adds a new file or updates the content of an existing file.
editFile(EditFileCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
Adds a new file or updates the content of an existing file as described in the parameters.
EditFileCommandParameters - Class in com.atlassian.bitbucket.scm
Parameters for editing a file.
EditFileCommandParameters(EditFileCommandParameters.Builder) - Constructor for class com.atlassian.bitbucket.scm.EditFileCommandParameters
 
EditFileCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
EditFileFailedException - Exception in com.atlassian.bitbucket.content
 
EditFileFailedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.EditFileFailedException
 
EditFileFailedException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.content.EditFileFailedException
 
EditFileRequest - Class in com.atlassian.bitbucket.content
Represents a request to edit a file, this request can be used to create a new file as well as updating an existing file.
EditFileRequest.Builder - Class in com.atlassian.bitbucket.content
 
effectiveDiff() - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
Retrieves the effective diff for the pull request.
emailAddress(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
 
embedded() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Login
Return a login URL that points to the embedded version of the login form, suitable to display in a frame in other applications.
EMPTY - Static variable in class com.atlassian.bitbucket.content.SimplePath
 
EMPTY - Static variable in class com.atlassian.bitbucket.property.PropertyMap
 
EMPTY - Static variable in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
 
EMPTY_HASH - Static variable in class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
 
EmptyPullRequestException - Exception in com.atlassian.bitbucket.pull
Indicates a pull request could not be created because it would have no commits.
EmptyPullRequestException(KeyedMessage, PullRequestRef, PullRequestRef) - Constructor for exception com.atlassian.bitbucket.pull.EmptyPullRequestException
 
EmptyRepositoryException - Exception in com.atlassian.bitbucket.repository
Thrown when an operation cannot be completed because the related repository is empty.
EmptyRepositoryException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.EmptyRepositoryException
 
enable(EnableRepositoryHookRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
Enable and apply settings for the hook specified in the request.
enabledStrategyId(String) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
enabledStrategyIds(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
 
EnableRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
Request object used for enabling a repository hook.
EnableRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
 
enrich(Repository, Commit, Collection<String>) - Method in interface com.atlassian.bitbucket.commit.CommitEnricher
 
enrich(PullRequest, Commit, Collection<String>) - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitEnricher
Enrich a single commit with properties from the CommitIndex.
enrichPage(Repository, Page<Commit>, Collection<String>) - Method in interface com.atlassian.bitbucket.commit.CommitEnricher
 
enrichPage(PullRequest, Page<Commit>, Collection<String>) - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitEnricher
Enrich a page of commits with properties from the CommitIndex.
EntityMovedException - Exception in com.atlassian.bitbucket
 
EntityMovedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.EntityMovedException
 
EntityMovedException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.EntityMovedException
 
EntityOutOfDateException - Exception in com.atlassian.bitbucket
 
EntityOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
 
EntityOutOfDateException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
 
EntityOutOfDateException(KeyedMessage, Throwable, int, int) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
 
entrySet() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
entrySet() - Method in class com.atlassian.bitbucket.property.PropertyMap
 
equals(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
equals(Object) - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.commit.SimpleCommit
 
equals(Object) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
 
equals(Object) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit
 
equals(Object) - Method in class com.atlassian.bitbucket.content.SimplePath
 
equals(Object) - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
 
equals(Object) - Method in class com.atlassian.bitbucket.job.JobCreationRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.job.JobSearchRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.mail.MailAttachment
 
equals(Object) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
 
equals(Object) - Method in class com.atlassian.bitbucket.mail.MailMessage
 
equals(Object) - Method in class com.atlassian.bitbucket.migration.RepositorySelector
 
equals(Object) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
 
equals(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
 
equals(Object) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
 
equals(Object) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
 
equals(Object) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
 
equals(Object) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
 
equals(Object) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
 
equals(Object) - Method in class com.atlassian.bitbucket.scope.ProjectScope
 
equals(Object) - Method in class com.atlassian.bitbucket.scope.RepositoryScope
 
equals(Object) - Method in class com.atlassian.bitbucket.server.SimpleFeature
 
equals(ApplicationUser, Object) - Static method in class com.atlassian.bitbucket.user.ApplicationUserEquality
 
equals(Object) - Method in class com.atlassian.bitbucket.util.PageImpl
 
equals(Object) - Method in class com.atlassian.bitbucket.util.PageRequestImpl
 
equals(Object) - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
 
equals(Object) - Method in class com.atlassian.bitbucket.util.Version
 
eraseUser(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Erases personally identifying user data for a deleted user.
err() - Method in interface com.atlassian.bitbucket.hook.HookResponse
 
err() - Method in interface com.atlassian.bitbucket.hook.ScmHookDetails
 
errorHandler(CommandErrorHandler) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
Sets the error handler which will be used to process any output written to the error stream as the command runs.
escalate(String) - Method in interface com.atlassian.bitbucket.user.SecurityService
Creates a custom security context with no difference to the current security context but allows adding further permissions on the returned EscalatedSecurityContext.
EscalatedSecurityContext - Interface in com.atlassian.bitbucket.user
Custom security context that specifies as what user and with which additional permissions an Operation should be called.
exclude(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
 
exclude(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
 
exclude(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
 
exclude(String, String...) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
 
exclude(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
exclude(String, String...) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
existsGroup(String) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a flag indicating whether the specified group exists.
exitHandler(CommandExitHandler) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
Sets the CommandExitHandler which should be invoked after the command exits.
ExpiredAuthenticationException - Exception in com.atlassian.bitbucket.auth
A specialization of AuthenticationException that should be thrown when an existing authentication has expired.
ExpiredAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.ExpiredAuthenticationException
 
ExpiredAuthenticationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.auth.ExpiredAuthenticationException
 
ExpiredLicenseException - Exception in com.atlassian.bitbucket.license
 
ExpiredLicenseException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.ExpiredLicenseException
 
ExpiredPasswordAuthenticationException - Exception in com.atlassian.bitbucket.auth
A specialisation of AuthenticationException, thrown to indicate the user cannot be authenticated because their password has expired and must be changed.
ExpiredPasswordAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.ExpiredPasswordAuthenticationException
 
ExportException - Exception in com.atlassian.bitbucket.migration
Runtime exception generated during export phase of migration
ExportException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
 
ExportException(KeyedMessage, Object) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
 
ExportException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
 
ExportException(KeyedMessage, Object, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
 
exportLocation(String) - Method in class com.atlassian.bitbucket.migration.ExportRequest.Builder
 
ExportRequest - Class in com.atlassian.bitbucket.migration
Represents a request to export a set of repositories.
ExportRequest.Builder - Class in com.atlassian.bitbucket.migration
 

F

failedRefs(Collection<MinimalRef>) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
 
Feature - Interface in com.atlassian.bitbucket.server
Identifies a feature that can be enabled or disabled through bitbucket.properties
FeatureDisabledException - Exception in com.atlassian.bitbucket
Base class for exceptions thrown when attempts are made to use features which have been disabled.
FeatureDisabledException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.FeatureDisabledException
 
FeatureManager - Interface in com.atlassian.bitbucket.server
Provides access to bitbucket.properties flags for enabling/disabling various features.
FeatureUnavailableException - Exception in com.atlassian.bitbucket
Indicates that there has been an attempt to run operation (i.e.
FeatureUnavailableException(KeyedMessage, Feature) - Constructor for exception com.atlassian.bitbucket.FeatureUnavailableException
 
FeatureUnsupportedScmException - Exception in com.atlassian.bitbucket.scm
Thrown to indicate a requested SCM feature, such as command builders or pull requests, is not supported by the backing SCM implementation.
FeatureUnsupportedScmException(KeyedMessage, String, ScmFeature) - Constructor for exception com.atlassian.bitbucket.scm.FeatureUnsupportedScmException
 
FieldEquals - Annotation Type in com.atlassian.bitbucket.validation.annotation
Validate that multiple fields on an object have identical values.
FieldEqualsValidator - Class in com.atlassian.bitbucket.validation
Validate that multiple fields are identical.
FieldEqualsValidator() - Constructor for class com.atlassian.bitbucket.validation.FieldEqualsValidator
 
fieldError(String, String) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
 
fieldErrors(String, String, String...) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
 
fieldsToString() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
Override this to add additional sub-class specific information to SimpleMinimalRef.toString().
File - Class in com.atlassian.bitbucket.content
Represents a file in a source tree.
File() - Constructor for class com.atlassian.bitbucket.content.File
 
file(FileCommandParameters, FileContentCallback, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
Streams the contents of the specified file.
FileAlreadyExistsException - Exception in com.atlassian.bitbucket.content
 
FileAlreadyExistsException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.FileAlreadyExistsException
 
FileCommandParameters - Class in com.atlassian.bitbucket.scm
 
FileCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
 
FileContentCallback - Interface in com.atlassian.bitbucket.content
A callback for the contents of a file
FileContentUnmodifiedException - Exception in com.atlassian.bitbucket.content
 
FileContentUnmodifiedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.FileContentUnmodifiedException
 
FileContext - Class in com.atlassian.bitbucket.content
 
FileContext.Builder - Class in com.atlassian.bitbucket.content
 
FileEditedEvent - Class in com.atlassian.bitbucket.event.content
An event that is raised after a file is edited on the server.
FileEditedEvent(Object, Repository, Branch, RefChange, String, InputSupplier<InputStream>, String) - Constructor for class com.atlassian.bitbucket.event.content.FileEditedEvent
 
FileEditHookRequest - Class in com.atlassian.bitbucket.content
Request that is provided to repository-hook plugin modules when a file is edited.
FileEditHookRequest.Builder - Class in com.atlassian.bitbucket.content
 
filename(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
 
FileOutOfDateException - Exception in com.atlassian.bitbucket.content
 
FileOutOfDateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.FileOutOfDateException
 
FilePermission - Enum in com.atlassian.bitbucket.util
Enumerates the different types of permissions that can be set on a file.
FileSummary - Class in com.atlassian.bitbucket.content
 
FileSummary.Builder - Class in com.atlassian.bitbucket.content
 
FileTranscodingException - Exception in com.atlassian.bitbucket.content
Thrown to indicate that the input content could not be transcoded to the existing file's encoding.
FileTranscodingException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.content.FileTranscodingException
 
fileType(DiffFileType) - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
 
filter(DiffContentFilter) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
 
filter(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
 
filter(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
 
filter(DiffContentFilter) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
 
filter(String) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
Limits the search to the users whose username, name or email address contain the value
filter(String) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
Set the filter for the resulting request instance.
FilteredPageImpl<T> - Class in com.atlassian.bitbucket.util
An instance of Page that supports pagination across an underlying paged collection.
FilteredPageImpl(PageRequest, int, SortedMap<Integer, T>, boolean) - Constructor for class com.atlassian.bitbucket.util.FilteredPageImpl
 
filterText(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
 
filterText(String) - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
 
findAll(PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
Retrieves a Page of Label for all the labels in the system.
findAll(PageRequest) - Method in interface com.atlassian.bitbucket.project.ProjectService
Retrieves a page of projects which are visible for the current user.
findAll(PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Find all repositories in the system in the default namespace.
findAllKeys() - Method in interface com.atlassian.bitbucket.project.ProjectService
Retrieves the keys for all projects the current user can see.
findByCurrentUser(PageRequest) - Method in interface com.atlassian.bitbucket.user.RecentlyAccessedRepositoriesService
Returns a page of repositories accessed most recently by the current user.
findByCurrentUser(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.user.RecentlyAccessedRepositoriesService
Returns a page of repositories accessed most recently by the current user.
findById(long) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
Finds a hook script by its globally unique ID, which was assigned when the script was created.
findByLabelable(Labelable, PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
returns a Page of labels related to this Labelable
findByName(String) - Method in interface com.atlassian.bitbucket.label.LabelService
Returns an Optional containing a Label based on the name.
findByOrigin(Repository, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a page of repositories which have been forked from the specified origin.
findByOwner(ApplicationUser, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a page of repositories owned by the specified user.
findByPluginKey(String, PageRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
Finds a page of hook scripts which were created by the app with the specified plugin key.
findByPrefix(String, PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
returns a Page of labels based on a prefix.
findByProject(Project, PageRequest) - Method in interface com.atlassian.bitbucket.audit.AuditService
Retrieves a page of audit events recorded for the specified project.
findByProjectId(int, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a page of repositories in the project with the given id.
findByProjectKey(String, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
List the names of the repositories in the project with the given key and with a default (null) namespace.
findByProjectKey(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
List the names of the repositories in the project with the given key and namespace.
findByProperty(String, String, boolean, PageRequest) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
Retrieves all indexed commits that have a given property with a specified value.
findByRepository(Repository, PageRequest) - Method in interface com.atlassian.bitbucket.audit.AuditService
Retrieves a page of audit events recorded for the specified repository.
findGroups(PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a page of groups with full details.
findGroups(PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of groups.
findGroupsByName(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a page of groups with full details, optionally filtering the returned results to those containing the specified groupName.
findGroupsByName(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of groups, optionally filtering the returned results to those containing the specified groupName.
findGroupsByPrefix(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of groups, optionally filtering the returned results to those beginning with the specified groupPrefix.
findGroupsByUser(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of groups which the specified user is a member of.
findGroupsWithGlobalPermission(String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of groups and their highest global permission.
findGroupsWithoutGlobalPermission(String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of groups who have not been explicitly granted any global permission
findGroupsWithoutProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of groups who have not been explicitly granted any project permission
findGroupsWithoutRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of groups who have not been explicitly granted any repository permission.
findGroupsWithoutUser(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a page of groups which the specified user is not a member of, with full details, optionally filtering the returned results to those containing the specified groupName.
findGroupsWithProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of groups and their highest granted permission for the specified project.
findGroupsWithRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of groups and their highest granted permission for the specified repository.
findGroupsWithUser(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a page of groups which the specified user is a member of, with full details, optionally filtering the returned results to those containing the specified groupName.
findLicensedUsersWithoutProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of active and licensed users who have not been explicitly granted any project permission
findLicensedUsersWithoutRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of active and licensed users who have not been explicitly granted any repository permission.
findPersonalFork(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves the current user's personal fork of the specified repository.
findRelated(Repository, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a page of repositories which belong to the same hierarchy as the specified repository.
findUserByEmail(String) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieve the first active normal user whose e-mail address exactly matches the provided value.
findUserByNameOrEmail(String) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieve the first active normal user whose username or e-mail address exactly matches the provided value.
findUserByPasswordResetToken(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Find a password reset request using the token generated by UserAdminService.requestPasswordReset(String).
findUsers(PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a page of users with full details.
findUsers(PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of active normal users.
findUsersByGroup(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of active users which are members of the specified group.
findUsersByName(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Retrieves a page of users, optionally filtering the returned results to those containing the specified username.
findUsersByName(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves a page of active normal users, optionally filtering the returned results to those containing the specified username.
findUsersWithGlobalPermission(String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of users and their highest global permission.
findUsersWithGroup(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Find the users within a group that match the page request.
findUsersWithoutGlobalPermission(String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of active users who have not been explicitly granted any global permission
findUsersWithoutGroup(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
Find the users outside a group that match the page request.
findUsersWithProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of users and their highest granted permission for the specified project.
findUsersWithRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
Retrieves a page of users and their highest granted permission for the specified repository.
FIRST_YEAR_OF_RELEASE - Static variable in class com.atlassian.bitbucket.Product
 
followRenames(boolean) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
 
followRenames(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
 
ForbiddenException - Exception in com.atlassian.bitbucket
Indicates that a particular action can not be performed by the current user.
ForbiddenException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.ForbiddenException
 
forEach(Consumer<? super T>) - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
 
forEach(Consumer<? super T>) - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
 
forEach(Consumer<? super T>) - Method in interface com.atlassian.bitbucket.util.Page
Performs an action on each result in the page.
forEach(Consumer<? super T>) - Method in class com.atlassian.bitbucket.util.PageImpl
 
fork() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
fork(RepositoryForkRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Create a new repository by forking from an existing repository.
forkable - Variable in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
Deprecated.
will be private in 7.0
forkable(boolean) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
Sets whether the request should mark the repository forkable or not.
ForkingDisabledException - Exception in com.atlassian.bitbucket.repository
 
ForkingDisabledException(KeyedMessage, Repository) - Constructor for exception com.atlassian.bitbucket.repository.ForkingDisabledException
 
forks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
 
format(ArchiveFormat) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
 
format(ArchiveFormat) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
 
format(ArchiveFormat) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
 
formatDate(Date, DateFormatter.FormatType) - Method in interface com.atlassian.bitbucket.util.DateFormatter
Format the passed date.
formatInstant(Instant, DateFormatter.FormatType) - Method in interface com.atlassian.bitbucket.util.DateFormatter
Format the passed Instant.
formError(String) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
 
FormErrors - Interface in com.atlassian.bitbucket.validation
A container of field and one or more associated errors, to be displayed in a form.
formErrors(String, String...) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
 
FormValidationException - Exception in com.atlassian.bitbucket.validation
Exception to represent possible validation errors.
FormValidationException(KeyedMessage, FormErrors) - Constructor for exception com.atlassian.bitbucket.validation.FormValidationException
 
forSegmentType(DiffSegmentType) - Static method in enum com.atlassian.bitbucket.content.DiffFileType
Returns the default file type for a given segmentType.
from(String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
 
from(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
 
from(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
 
fromBranch(String) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
 
fromCommit(MinimalCommit) - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
 
fromCommitId(String) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
 
fromExtension(String) - Static method in enum com.atlassian.bitbucket.content.ArchiveFormat
Searches for the format which produces the provided extension, case-insensitively.
fromHash(String) - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
 
fromHash(String) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
 
fromHash(String) - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
 
fromHash(String) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
 
fromHash(String) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
 
fromId(String) - Static method in enum com.atlassian.bitbucket.auth.RememberMeMode
 
fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentAction
 
fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentSeverity
 
fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentState
 
fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
 
fromId(int) - Static method in enum com.atlassian.bitbucket.content.DiffFileType
 
fromId(int) - Static method in enum com.atlassian.bitbucket.content.DiffSegmentType
 
fromId(String) - Static method in enum com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
 
fromId(int) - Static method in enum com.atlassian.bitbucket.hook.script.HookScriptType
 
fromId(int) - Static method in enum com.atlassian.bitbucket.job.JobMessageSeverity
 
fromId(int) - Static method in enum com.atlassian.bitbucket.job.JobState
 
fromId(int) - Static method in enum com.atlassian.bitbucket.permission.Permission
Gets a permission by its id.
fromId(int) - Static method in enum com.atlassian.bitbucket.project.ProjectType
 
fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestAction
 
fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
 
fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestRole
 
fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestState
 
fromId(int) - Static method in enum com.atlassian.bitbucket.repository.RefChangeType
 
fromId(int) - Static method in enum com.atlassian.bitbucket.repository.Repository.State
Retrieves the state associated with the specified ID.
fromId(String) - Static method in enum com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
 
fromId(int) - Static method in enum com.atlassian.bitbucket.scope.ScopeType
 
fromId(String) - Static method in enum com.atlassian.bitbucket.server.ApplicationMode
Coerces a string to an ApplicationMode or returns the supplied default value if this is not possible
fromId(int) - Static method in enum com.atlassian.bitbucket.task.TaskState
 
fromKey(String) - Static method in enum com.atlassian.bitbucket.server.StandardFeature
 
fromRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
 
fromRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
 
fromRef(String, Repository) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
 
fromRef(RepositoryRef) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
 
fromRefId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
 
fromRefId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
Limits the pull requests to search for by the branch the changes are coming from.
fromRefIds(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
Limits the pull requests to search for by the branches the changes are coming from.
fromRepository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
 
fromRepository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
Limits the search by the repository the pull requests are coming from.
fromRepository(Repository) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
Sets the Repository containing the from branch and commit.
fromRepositoryId(Integer) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
Limits the pull requests to search for by the repository the changes are coming from.
fromString(String, CommitListMergeFilter) - Static method in enum com.atlassian.bitbucket.commit.CommitListMergeFilter
Coerces a string to a CommitListMergeFilter or returns the supplied default value if this is not possible.
fromString(String) - Static method in enum com.atlassian.bitbucket.content.DiffWhitespace
 
fromString(String) - Static method in enum com.atlassian.bitbucket.mail.MailProtocol
 
fromString(String, PullRequestOrder) - Static method in enum com.atlassian.bitbucket.pull.PullRequestOrder
Coerces a string to a PullRequestOrder or returns the supplied default value if this is not possible.
fromString(String) - Static method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
 
fromValueOrNull(String) - Static method in enum com.atlassian.bitbucket.repository.RefOrder
Parses the provided order, if possible.
fromWeight(int) - Static method in enum com.atlassian.bitbucket.permission.Permission
Gets a permission by its weight.
FULL_NAME - Static variable in class com.atlassian.bitbucket.Product
 

G

get(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
get() - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
 
get() - Method in interface com.atlassian.bitbucket.license.LicenseService
Get the license of this instance.
get(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
 
get(String) - Method in interface com.atlassian.bitbucket.repository.MetadataMap
 
getAction() - Method in interface com.atlassian.bitbucket.audit.MinimalAuditEntry
 
getAction() - Method in class com.atlassian.bitbucket.event.pull.PullRequestEvent
 
getAction() - Method in interface com.atlassian.bitbucket.pull.PullRequestActivity
 
getAction() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
 
getActivities(int, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Retrieves a page of the activities for a given pull request.
getActivitiesById(int, long, Set<Long>) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Retrieves the specified activities of the given pull request.
getActivitiesStartingAt(int, long, PullRequestEntityType, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Retrieves the page of activities that start with an entity (given its type and id) for the given pull request.
getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestActivityEvent
 
getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentActivityEvent
 
getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergeActivityEvent
 
getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopeActivityEvent
 
getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedActivityEvent
 
getAdded() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
 
getAdded() - Method in interface com.atlassian.bitbucket.repository.DetailedRefChange
 
getAdded() - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange
 
getAddedCommits() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
 
getAddedNode() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeAddedEvent
 
getAddedParticipants() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionParticipantsUpdatedEvent
 
getAddedParticipants() - Method in class com.atlassian.bitbucket.event.pull.PullRequestParticipantsUpdatedEvent
 
getAddedReviewers() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedEvent
 
getAddedReviewers() - Method in interface com.atlassian.bitbucket.pull.PullRequestReviewersUpdatedActivity
 
getAddress() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
 
getAffectedGroup() - Method in class com.atlassian.bitbucket.event.permission.PermissionEvent
 
getAffectedGroup() - Method in interface com.atlassian.bitbucket.event.permission.PermissionGrantedEvent
 
getAffectedGroup() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModifiedEvent
 
getAffectedGroup() - Method in interface com.atlassian.bitbucket.event.permission.PermissionRevokedEvent
 
getAffectedUser() - Method in class com.atlassian.bitbucket.event.permission.PermissionEvent
 
getAffectedUser() - Method in interface com.atlassian.bitbucket.event.permission.PermissionGrantedEvent
 
getAffectedUser() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModifiedEvent
 
getAffectedUser() - Method in interface com.atlassian.bitbucket.event.permission.PermissionRevokedEvent
 
getAllTranslationsForPrefix(String) - Method in interface com.atlassian.bitbucket.i18n.I18nService
Given a property key prefix, this method will return all translations where the key starts with the given prefix as key to value mappings using the current locale.
getAllTranslationsForPrefix(String, Locale) - Method in interface com.atlassian.bitbucket.i18n.I18nService
Given a property key prefix, this method will return all translations where the key starts with the given prefix as key -> value mappings.
getAlternates() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters
 
getAnchor() - Method in interface com.atlassian.bitbucket.comment.Comment
This is a short-hand for comment.getThread().getAnchor()
getAnchor() - Method in interface com.atlassian.bitbucket.comment.CommentThread
 
getAnchor() - Method in interface com.atlassian.bitbucket.task.Task
 
getAnchorId() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest
 
getAnchorIds() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest
Limit the search to the specified task anchorIds
getAnchorState() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
 
getAnchorType() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest
 
getApplicationName() - Method in exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
 
getArchivePath() - Method in class com.atlassian.bitbucket.migration.ImportRequest
 
getArguments() - Method in interface com.atlassian.bitbucket.hook.HookRequest
 
getArguments() - Method in class com.atlassian.bitbucket.i18n.I18nKey
 
getAs(String, Class<T>) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
 
getAs(String, Class<I>, Class<E>) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
Convenience method to return the property value as an instance of Iterable with element type E.
getAs(String, Class<T>) - Method in class com.atlassian.bitbucket.property.PropertyMap
 
getAs(String, Class<I>, Class<E>) - Method in class com.atlassian.bitbucket.property.PropertyMap
Convenience method to return the property value as an instance of Iterable with element type E.
getAsString() - Method in interface com.atlassian.bitbucket.license.LicenseService
Get the encoded license for this instance.
getAtObject() - Method in exception com.atlassian.bitbucket.content.NoSuchPathException
 
getAttachments() - Method in class com.atlassian.bitbucket.mail.MailMessage
 
getAuthenticationMethod() - Method in class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
 
getAuthenticationUri() - Method in exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
 
getAuthor() - Method in interface com.atlassian.bitbucket.comment.Comment
 
getAuthor() - Method in interface com.atlassian.bitbucket.commit.Commit
 
getAuthor() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
 
getAuthor() - Method in interface com.atlassian.bitbucket.content.Blame
The author who last updated the lines in the span.
getAuthor() - Method in interface com.atlassian.bitbucket.pull.PullRequest
 
getAuthor() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
 
getAuthor() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
 
getAuthor() - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
 
getAuthor() - Method in interface com.atlassian.bitbucket.task.Task
 
getAuthorTimestamp() - Method in interface com.atlassian.bitbucket.commit.Commit
 
getAuthorTimestamp() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
 
getAuthorTimestamp() - Method in interface com.atlassian.bitbucket.content.Blame
The timestamp at which the author committed the revision.
getAuthorTimestamp() - Method in interface com.atlassian.bitbucket.idx.IndexedCommit
 
getAvailable() - Method in interface com.atlassian.bitbucket.scm.ScmService
Retrieves the set of available SCMs.
getAvatar(String) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
Returns a supplier of an avatar for this hook, either one specified in the module or a default.
getAvatar() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest
 
getAvatar(int, int) - Method in interface com.atlassian.bitbucket.project.ProjectService
Retrieves the current avatar for the specified project at a requested size.
getAvatar(ApplicationUser, int) - Method in interface com.atlassian.bitbucket.user.UserService
Retrieves the current avatar for the specified user at a requested size.
getAvatarUri() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest
 
getBaseRef() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest
 
getBaseUrl() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
Retrieves the configured base URL for the instance.
getBatchSize() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
 
getBcc() - Method in class com.atlassian.bitbucket.mail.MailMessage
 
getBlame(Repository, String, String, PageRequest) - Method in interface com.atlassian.bitbucket.content.ContentService
Returns Blame for the lines included by the provided PageRequest for the specified objectId+path in the specified repository.
getBoolean(String) - Method in interface com.atlassian.bitbucket.setting.Settings
 
getBoolean(String, boolean) - Method in interface com.atlassian.bitbucket.setting.Settings
 
getBranch() - Method in class com.atlassian.bitbucket.content.EditFileRequest
 
getBranch() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
 
getBranch() - Method in class com.atlassian.bitbucket.event.branch.BranchChangedEvent
 
getBranch() - Method in class com.atlassian.bitbucket.event.branch.BranchHookRequest
 
getBranch() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
 
getBranches(RepositoryBranchesRequest, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
Retrieves a paged list of branches for the specified repository, optionally filtered by the provided starting text.
getBranchId() - Method in exception com.atlassian.bitbucket.repository.NoSuchBranchException
Retrieves the missing branch ID.
getBranchId() - Method in class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters
 
getBranchIds() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest
 
getBranchIds() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters
 
getBranchName() - Method in exception com.atlassian.bitbucket.repository.NoDefaultBranchException
Retrieves the name of the branch which is configured as the default branch in the repository.
getBrowseUrl() - Method in class com.atlassian.bitbucket.content.Submodule
 
getBucketedExecutor(String, BucketedExecutorSettings<T>) - Method in interface com.atlassian.bitbucket.concurrent.ConcurrencyService
Retrieves a BucketedExecutor by name, or creates a new one if it does not already exists.
getBucketIdExtractor() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
 
getBuildNumber() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getBuildTimestamp() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getBuildVersion() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getBulkContentCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
Retrieves an ScmBulkContentCommandFactory, used to create commands for retrieving bulk data from the SCM.
getById(long) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
Retrieves a hook script by its globally unique ID, which was assigned when the script was created.
getById(long) - Method in interface com.atlassian.bitbucket.job.JobService
Gets a Job by its ID
getById(int) - Method in interface com.atlassian.bitbucket.project.ProjectService
Retrieve a Project by its ID.
getById(int) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
Retrieve a Project by its ID.
getById(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Retrieves a pull request by its ID, within the specified repository.
getById(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestSupplier
Retrieves a pull request by its ID, within the specified repository.
getById(int) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a Repository by its ID.
getById(int) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
Retrieves a Repository by its ID.
getById(long) - Method in interface com.atlassian.bitbucket.task.TaskService
Get a task by its ID.
getByKey(Scope, String) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
Find an effective installed hook with the specified key enabled status for this scope.
getByKey(String) - Method in interface com.atlassian.bitbucket.project.ProjectService
Retrieves a Project by its key.
getByKey(String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
Retrieves a Project by its key.
getByKey(String, String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
Retrieves a Project by its namespace and key.
getByName(String) - Method in interface com.atlassian.bitbucket.label.LabelService
Returns a Label based on the name.
getByName(String) - Method in interface com.atlassian.bitbucket.project.ProjectService
Retrieves a Project by its name.
getByName(String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
Retrieves a Project by its name.
getByName(String, String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
Retrieves a Project by its namespace and name.
getBySlug(String, String) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a Repository by its slug.
getBySlug(String, String, String) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves a Repository by its slug.
getBySlug(String, String) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
Retrieves a Repository by its slug.
getBySlug(String, String, String) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
Retrieves a Repository by its slug.
getBytesRead() - Method in interface com.atlassian.bitbucket.request.RequestContext
 
getBytesWritten() - Method in interface com.atlassian.bitbucket.request.RequestContext
 
getCacheDir() - Method in interface com.atlassian.bitbucket.server.StorageService
 
getCancelMessages() - Method in exception com.atlassian.bitbucket.RequestCanceledException
 
getCauses() - Method in exception com.atlassian.bitbucket.user.UserErasureException
 
getCc() - Method in class com.atlassian.bitbucket.mail.MailMessage
 
getChangeDate() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
 
getChanges() - Method in interface com.atlassian.bitbucket.commit.Changeset
Retrieves the first page of changes for this changeset.
getChanges(ChangesRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieves a page of changes between two commits.
getChanges() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset
 
getChanges() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters
 
getChangeScope() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest
Specifies the scope of the changes to be streamed.
getChangesets(ChangesetsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieves changesets for each of the requested ChangesetsRequest.getCommitIds() commits}, including the first page of changes between each commit and its first parent.
getChangesSince() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest
All pull request suggestions are based on some form of activity/change that has occurred.
getChangeType() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
 
getChannels() - Method in class com.atlassian.bitbucket.event.audit.AuditEvent
 
getChildren() - Method in interface com.atlassian.bitbucket.content.DirectoryRevision
 
getCloneLinks() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
 
getCloneLinks(RepositoryCloneLinksRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
Retrieves links that can be used to clone the supplied repository via the repository's SCM's supported protocols.
getClosedDate() - Method in interface com.atlassian.bitbucket.pull.PullRequest
 
getClosedSince() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
When set, limits the pull requests to search for pull requests in the closed state (i.e.
getCommand() - Method in exception com.atlassian.bitbucket.scm.CommandUsageException
 
getCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
Retrieves an ScmCommandFactory, used to create commands for performing standard SCM operations such as retrieving commits and viewing diffs.
getComment(long) - Method in interface com.atlassian.bitbucket.comment.CommentService
Find a comment with the given ID
getComment() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionCommentActivity
 
getComment() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
 
getComment() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
 
getComment() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
 
getComment() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
 
getComment() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest
 
getCommentable() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest
 
getCommentable() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
 
getCommentable() - Method in interface com.atlassian.bitbucket.comment.CommentThread
 
getCommentAction() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionCommentActivity
 
getCommentAction() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
 
getCommentAction() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
 
getCommentAction() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
 
getCommentAction() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
 
getCommentActions() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
Limits the comment activities to the ones performing the specified comment actions.
getCommentId() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
 
getCommentIds() - Method in interface com.atlassian.bitbucket.content.DiffLine
 
getCommentIds() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
Limits the comment activities to the ones affecting the specified comments.
getComments() - Method in interface com.atlassian.bitbucket.comment.Comment
 
getCommit(CommitRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieves a commit based on te provided request.
getCommit() - Method in interface com.atlassian.bitbucket.commit.graph.CommitGraphNode
 
getCommit() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
 
getCommit(String) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
Retrieves the specified commit if it's been indexed.
getCommit() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeActivity
 
getCommitDisplayId() - Method in interface com.atlassian.bitbucket.content.Blame
A shorted version of the commit hash for the revision, suitable for display.
getCommitHash() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getCommitId() - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest
 
getCommitId() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussion
 
getCommitId() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
 
getCommitId() - Method in class com.atlassian.bitbucket.commit.CommitRequest
 
getCommitId() - Method in class com.atlassian.bitbucket.commit.CommitsRequest
 
getCommitId() - Method in class com.atlassian.bitbucket.commit.LastModifiedContext
 
getCommitId() - Method in class com.atlassian.bitbucket.commit.LastModifiedRequest
Retrieves the starting commit to use.
getCommitId() - Method in exception com.atlassian.bitbucket.commit.NoSuchCommitException
Retrieves the ID for which no matching commit was found.
getCommitId() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
 
getCommitId() - Method in interface com.atlassian.bitbucket.content.Blame
The full commit hash for the revision.
getCommitId() - Method in class com.atlassian.bitbucket.content.ContentTreeContext
 
getCommitId() - Method in interface com.atlassian.bitbucket.content.DirectoryRevision
 
getCommitId() - Method in class com.atlassian.bitbucket.content.FileContext
 
getCommitId() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest
Limits the search to pull requests that contain or created (in the case of a rebase/squash merge) the specified commit ID.
getCommitId() - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
 
getCommitId() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
 
getCommitIds() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest
 
getCommitIds() - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest
 
getCommitIds() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters
 
getCommitIds() - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters
 
getCommits() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest
 
getCommits(CommitsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return commits which modify one or more paths.
getCommits(PullRequestCommitsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Retrieves a page of the commits for a given pull request.
getCommits(int, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
Deprecated.
getCommits() - Method in interface com.atlassian.bitbucket.pull.RescopeDetails
 
getCommits() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
 
getCommits() - Method in interface com.atlassian.bitbucket.repository.RefChangeDetails
Returns a list of commits associated with this RefChangeDetails.
getCommits() - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails
 
getCommits() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters
 
getCommitsBetween(CommitsBetweenRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieves a page of commits between the included commits and the excluded commits.
getCommitSummaries() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
 
getCommitSummaries() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
 
getCommitSummaries() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
 
getCommitter() - Method in interface com.atlassian.bitbucket.commit.Commit
 
getCommitter() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
 
getCommitter() - Method in interface com.atlassian.bitbucket.content.Blame
The committer who last updated the lines in the span.
getCommitter() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
 
getCommitterTimestamp() - Method in interface com.atlassian.bitbucket.commit.Commit
 
getCommitterTimestamp() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
 
getCommitterTimestamp() - Method in interface com.atlassian.bitbucket.content.Blame
The timestamp at which the committer created the revision.
getCommonAncestor(CommonAncestorRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieves the common ancestor for the provided commits
getCommonRoot(SimplePath) - Method in class com.atlassian.bitbucket.content.SimplePath
 
getCompareCommandFactory(CompareRequest) - Method in interface com.atlassian.bitbucket.scm.ScmService
Retrieves an ScmCompareCommandFactory, used to create commands tailored for comparing refs.
getComponent(int) - Method in class com.atlassian.bitbucket.content.SimplePath
 
getComponents() - Method in interface com.atlassian.bitbucket.content.Path
 
getComponents() - Method in class com.atlassian.bitbucket.content.SimplePath
 
getConfigDir() - Method in interface com.atlassian.bitbucket.server.StorageService
 
getConfigFormKey() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
 
getConflict() - Method in interface com.atlassian.bitbucket.content.Change
Retrieves conflict information, if any, related to this change.
getConflictMarker() - Method in interface com.atlassian.bitbucket.content.DiffLine
 
getContent() - Method in class com.atlassian.bitbucket.content.EditFileRequest
 
getContent() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
 
getContent() - Method in class com.atlassian.bitbucket.event.content.FileEditedEvent
 
getContent() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
 
getContent() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
 
getContent() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
 
getContentId() - Method in interface com.atlassian.bitbucket.content.Change
An identifier for the content which was changed.
getContentId() - Method in interface com.atlassian.bitbucket.content.ContentTreeNode
 
getContentId() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
For added or modified files, returns a content ID for the new content.
getContentType() - Method in class com.atlassian.bitbucket.avatar.AbstractAvatarSupplier
 
getContentType() - Method in interface com.atlassian.bitbucket.avatar.AvatarSupplier
The content type of the avatar, e.g., "image/png"
getContentType() - Method in class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
 
getContext() - Method in interface com.atlassian.bitbucket.content.DiffHunk
Retrieves the context snippet for the hunk, which may be empty() depending on the SCM's ability to detect it.
getContext() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
 
getContext() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
 
getContext() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
Retrieves any additional context that was supplied to the request.
getContext() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
 
getContext() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest
Retrieves additional supplementary context for the merge request.
getContext() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest
 
getContext() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters
 
getContextLines() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
Retrieves the numbers of context lines to show around added and removed lines.
getContextLines() - Method in class com.atlassian.bitbucket.content.DiffContext
 
getContextLines() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
Retrieves the numbers of context lines to show around added and removed lines.
getContextLines() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
 
getCount(TaskState) - Method in interface com.atlassian.bitbucket.task.TaskCount
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.activity.Activity
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.comment.Comment
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.comment.CommentThread
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.job.JobMessage
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.pull.PullRequest
 
getCreatedDate() - Method in interface com.atlassian.bitbucket.task.Task
 
getCssModuleKey() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
 
getCurrentNodes() - Method in class com.atlassian.bitbucket.event.cluster.ClusterMembershipEvent
Retrieves the current set of cluster nodes at the time the event was raised.
getCurrentUser() - Method in interface com.atlassian.bitbucket.auth.AuthenticationContext
 
getCurrentVersion() - Method in exception com.atlassian.bitbucket.EntityOutOfDateException
 
getData() - Method in class com.atlassian.bitbucket.markup.RenderContext
 
getDataDir() - Method in interface com.atlassian.bitbucket.server.StorageService
 
getDate() - Method in class com.atlassian.bitbucket.event.ApplicationEvent
 
getDate() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeEvent
 
getDateDisconnected() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
 
getDateReconnected() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
 
getDefaultBranch(Repository) - Method in interface com.atlassian.bitbucket.repository.RefService
Retrieves the default branch for the specified repository.
getDefaultExtension() - Method in enum com.atlassian.bitbucket.content.ArchiveFormat
 
getDefaultOrder() - Static method in enum com.atlassian.bitbucket.pull.PullRequestOrder
 
getDefaultStrategy() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
Retrieves the default strategy, which will be used automatically when merging pull requests if an explicit strategy is not requested.
getDefaultStrategyId() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
 
getDefaultTimeZone() - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
 
getDeletedUser() - Method in class com.atlassian.bitbucket.event.user.UserCleanupEvent
 
getDescription() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
 
getDescription() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
Retrieves the script's description.
getDescription() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
 
getDescription() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
 
getDescription() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest
 
getDescription() - Method in interface com.atlassian.bitbucket.project.Project
 
getDescription() - Method in interface com.atlassian.bitbucket.pull.PullRequest
 
getDescription() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
 
getDescription() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
Retrieves a short, descriptive summary of how the strategy performs merges, which can be used to help choose between available strategies.
getDescription() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
 
getDescription() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
The description for the repository.
getDescription() - Method in interface com.atlassian.bitbucket.repository.Repository
Retrieves the repository's description.
getDestination() - Method in interface com.atlassian.bitbucket.content.Diff
Retrieves the path for the changed file.
getDestination() - Method in interface com.atlassian.bitbucket.content.DiffLine
 
getDestinationLine() - Method in interface com.atlassian.bitbucket.content.DiffHunk
 
getDestinationSpan() - Method in interface com.atlassian.bitbucket.content.DiffHunk
 
getDetailedMessage() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookVeto
 
getDetailedMessage() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookVeto
 
getDetails() - Method in interface com.atlassian.bitbucket.audit.MinimalAuditEntry
 
getDetails() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHook
 
getDetails() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
 
getDiff() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionCommentActivity
 
getDiff() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
 
getDiffType() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
 
getDiffType() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
 
getDiffType() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
 
getDiffTypes() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
 
getDirectoryName() - Method in interface com.atlassian.bitbucket.user.DetailedUser
Retrieves the name of the underlying directory in which this user is stored.
getDiscussion() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionActivity
 
getDiscussion() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionParticipant
 
getDiscussion(CommitDiscussionRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
Retrieve a commit discussion matching the provided request.
getDiscussion() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
 
getDisplayId() - Method in interface com.atlassian.bitbucket.commit.MinimalCommit
An identifier for this commit suitable for display to end users.
getDisplayId() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
 
getDisplayId() - Method in interface com.atlassian.bitbucket.repository.MinimalRef
An identifier for this reference suitable for display to end users.
getDisplayId() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
 
getDisplayName() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
Gets the display name of the current instance.
getDisplayName() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
 
getDisplayName() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
 
getDouble(String) - Method in interface com.atlassian.bitbucket.setting.Settings
 
getDouble(String, double) - Method in interface com.atlassian.bitbucket.setting.Settings
 
getDuration() - Method in class com.atlassian.bitbucket.event.user.UserErasedEvent
 
getDuration() - Method in class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
 
getDuration() - Method in interface com.atlassian.bitbucket.request.RequestContext
 
getEmailAddress() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
 
getEmailAddress() - Method in interface com.atlassian.bitbucket.user.Person
Retrieves the person's e-mail address.
getEnabledStrategyIds() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
 
getEnd() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
 
getEndDate() - Method in interface com.atlassian.bitbucket.job.Job
 
getEntireProjectSelectedCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent
 
getEntry() - Method in class com.atlassian.bitbucket.event.audit.AuditEvent
 
getEnvironment() - Method in interface com.atlassian.bitbucket.hook.HookRequest
 
getEnvironment() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
 
getErrorCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
 
getErrors(String) - Method in interface com.atlassian.bitbucket.validation.FormErrors
 
getErrors() - Method in exception com.atlassian.bitbucket.validation.FormValidationException
 
getErrors(String) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
 
getErrorsByParticipantName() - Method in exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
 
getException() - Method in class com.atlassian.bitbucket.event.auth.AuthenticationFailureEvent
 
getExcludes() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest
Retrieves commits, which may be identified by branch or tag name or by hash, which should be excluded from the results.
getExcludes() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest
 
getExcludes() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
 
getExecutable() - Method in interface com.atlassian.bitbucket.content.Change
The executable permission for the file after the change.
getExistingPullRequest() - Method in exception com.atlassian.bitbucket.pull.DuplicatePullRequestException
 
getExpectedVersion() - Method in exception com.atlassian.bitbucket.EntityOutOfDateException
 
getExportJob(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
Retrieves the export job.
getExportLocation() - Method in class com.atlassian.bitbucket.migration.ExportRequest
 
getExtendedCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
Retrieves an ScmExtendedCommandFactory, used to create commands for extended SCM functionality.
getExtension() - Method in interface com.atlassian.bitbucket.content.Path
 
getExtension() - Method in class com.atlassian.bitbucket.content.SimplePath
 
getExtensions() - Method in enum com.atlassian.bitbucket.content.ArchiveFormat
 
getFailedChanges() - Method in exception com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException
 
getFailedRefs() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
 
getFeature() - Method in exception com.atlassian.bitbucket.FeatureUnavailableException
 
getFeature() - Method in exception com.atlassian.bitbucket.scm.FeatureUnsupportedScmException
The feature which was requested but is not supported.
getFieldErrors() - Method in interface com.atlassian.bitbucket.validation.FormErrors
 
getFieldErrors() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
 
getFileName() - Method in interface com.atlassian.bitbucket.content.Blame
The name the file had when the lines in the span were updated, which may not match the file's current name.
getFileName() - Method in class com.atlassian.bitbucket.mail.MailAttachment
 
getFileType() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest
 
getFileType() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
File type this anchor is anchored to in a diff.
getFilter() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
 
getFilter() - Method in class com.atlassian.bitbucket.idx.IndexSearchRequest
 
getFilter() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
 
getFilter() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
When set, limits the search to the users whose username, name or email address contain the filter value.
getFilter() - Method in enum com.atlassian.bitbucket.pull.PullRequestRole
 
getFilter() - Method in class com.atlassian.bitbucket.user.UserSearchRequest
When set, limits returned users to only those whose display names, e-mail addresses or usernames contain the provided filter.
getFilterText() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
 
getFilterText() - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters
 
getFinalState() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
 
getFlag() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
Retrieves a well-known flag, or combination of flags, associated with the strategy, which may be helpful in associating the strategy with the behavior of a command line client.
getForkIds() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletedEvent
 
getForkIds() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletionRequestedEvent
 
getFormat() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
Retrieves the format to create the archive in.
getFormat() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
 
getFormatString(String) - Method in interface com.atlassian.bitbucket.util.DateFormatter
 
getFormErrors() - Method in interface com.atlassian.bitbucket.validation.FormErrors
 
getFormErrors() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
 
getFrom() - Method in class com.atlassian.bitbucket.mail.MailMessage
 
getFrom() - Method in exception com.atlassian.bitbucket.scm.MergeException
 
getFromBranch() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
 
getFromCommit() - Method in interface com.atlassian.bitbucket.commit.Changeset
 
getFromCommit() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset
 
getFromCommitId() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
Retrieves the specific commit that should be merged into the target branch.
getFromContentId() - Method in interface com.atlassian.bitbucket.content.Change
An identifier from which the content was changed.
getFromHash() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
 
getFromHash() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
 
getFromHash() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
 
getFromHash() - Method in class com.atlassian.bitbucket.content.ChangeContext
 
getFromHash() - Method in class com.atlassian.bitbucket.content.DiffContext
 
getFromHash() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
 
getFromHash() - Method in interface com.atlassian.bitbucket.repository.RefChange
 
getFromHash() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
 
getFromRef() - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest
 
getFromRef() - Method in class com.atlassian.bitbucket.compare.CompareRequest
 
getFromRef() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
 
getFromRef() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
 
getFromRef() - Method in interface com.atlassian.bitbucket.hook.repository.PullRequestMergeHookRequest
 
getFromRef() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
 
getFromRef() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
 
getFromRef() - Method in exception com.atlassian.bitbucket.pull.EmptyPullRequestException
 
getFromRef() - Method in interface com.atlassian.bitbucket.pull.PullRequest
 
getFromRefId() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
 
getFromRefIds() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
When set, limits the pull requests to search for by the branches the changes are coming from.
getFromRepository() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
 
getFromRepository() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
When set, limits the search by the repository the pull requests are coming from.
getFromRepository() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
Retrieves the repository containing the from MergeCommandParameters.getFromBranch() and commit.
getFromRepositoryId() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
When set, limits the pull requests to search for by the repository the changes are coming from.
getFullMention() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
 
getFullUnescapedMention() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
 
getGlobalPermissions() - Static method in enum com.atlassian.bitbucket.permission.Permission
Gets all the global permissions.
getGrantedGroups(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionService
Get the groups which are granted a permission
getGrantedUsers(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionService
Get the users which are granted a permission
getGroup() - Method in class com.atlassian.bitbucket.event.user.GroupCleanupEvent
 
getGroup() - Method in interface com.atlassian.bitbucket.permission.PermittedGroup
Retrieves the group to which the permission has been granted.
getGroup() - Method in class com.atlassian.bitbucket.user.UserSearchRequest
When set, limits returned users to only those who are members of the specified group.
getGroupName() - Method in exception com.atlassian.bitbucket.user.NoSuchGroupException
Retrieves the name of the group which was requested but not found.
getGroupPermissions() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest
Retrieves the permissions granted to members of the owning group.
getGroups() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
 
getHardwrap() - Method in class com.atlassian.bitbucket.markup.RenderContext
 
getHash() - Method in interface com.atlassian.bitbucket.repository.Tag
The hash for the tag itself.
getHeaders() - Method in class com.atlassian.bitbucket.mail.MailMessage
 
getHierarchyId() - Method in interface com.atlassian.bitbucket.repository.Repository
Retrieves the unique identifier for the hierarchy of forks to which this repository belongs.
getHighestGlobalGroupPermission(String) - Method in interface com.atlassian.bitbucket.permission.PermissionService
Get the highest global permission for a group.
getHighestGlobalPermission(ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionService
Get the highest global permission for a user.
getHighestGlobalPermission(String) - Method in interface com.atlassian.bitbucket.permission.PermissionService
Get the highest global permission for a user.
getHomeDir() - Method in interface com.atlassian.bitbucket.server.StorageService
 
getHookHandlerFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
Retrieves a ScmHookHandlerFactory, used to create hook handlers that manage scm hook callbacks.
getHookKey() - Method in class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest
 
getHookName() - Method in interface com.atlassian.bitbucket.hook.HookRequest
 
getHookName() - Method in interface com.atlassian.bitbucket.hook.ScmHookDetails
 
getHookScript() - Method in class com.atlassian.bitbucket.hook.script.HookScriptEvent
 
getHostname() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
 
getHref() - Method in interface com.atlassian.bitbucket.util.NamedLink
 
getHref() - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
 
getHtmlEscaped() - Method in class com.atlassian.bitbucket.markup.RenderContext
 
getHunks() - Method in interface com.atlassian.bitbucket.content.Diff
Retrieves a list containing zero or more hunks describing the changed lines within the file.
getI18n() - Method in enum com.atlassian.bitbucket.permission.Permission
 
getId() - Method in interface com.atlassian.bitbucket.activity.Activity
 
getId() - Method in enum com.atlassian.bitbucket.auth.RememberMeMode
 
getId() - Method in exception com.atlassian.bitbucket.avatar.NoSuchAvatarException
 
getId() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
Retrieves a cluster-wide unique identifier for this node.
getId() - Method in interface com.atlassian.bitbucket.comment.Comment
 
getId() - Method in enum com.atlassian.bitbucket.comment.CommentAction
 
getId() - Method in enum com.atlassian.bitbucket.comment.CommentSeverity
 
getId() - Method in enum com.atlassian.bitbucket.comment.CommentState
 
getId() - Method in interface com.atlassian.bitbucket.comment.CommentThread
 
getId() - Method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
 
getId() - Method in interface com.atlassian.bitbucket.commit.MinimalCommit
An identifier for this commit which may be passed to the system in order to retrieve more information related to it.
getId() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
 
getId() - Method in class com.atlassian.bitbucket.compare.CompareRef
 
getId() - Method in enum com.atlassian.bitbucket.content.DiffFileType
 
getId() - Method in enum com.atlassian.bitbucket.content.DiffSegmentType
 
getId() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookTrigger
 
getId() - Method in enum com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
 
getId() - Method in enum com.atlassian.bitbucket.hook.script.HookScriptType
 
getId() - Method in interface com.atlassian.bitbucket.hook.script.MinimalHookScript
Retrieves the script's globally unique ID.
getId() - Method in exception com.atlassian.bitbucket.hook.script.NoSuchHookScriptException
 
getId() - Method in interface com.atlassian.bitbucket.idx.IndexedCommit
 
getId() - Method in interface com.atlassian.bitbucket.job.Job
 
getId() - Method in interface com.atlassian.bitbucket.job.JobMessage
 
getId() - Method in enum com.atlassian.bitbucket.job.JobMessageSeverity
 
getId() - Method in enum com.atlassian.bitbucket.job.JobState
 
getId() - Method in enum com.atlassian.bitbucket.permission.Permission
 
getId() - Method in interface com.atlassian.bitbucket.project.Project
 
getId() - Method in enum com.atlassian.bitbucket.project.ProjectType
 
getId() - Method in class com.atlassian.bitbucket.project.ProjectUpdateRequest
 
getId() - Method in interface com.atlassian.bitbucket.pull.PullRequest
 
getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestAction
 
getId() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
Retrieves the strategy's unique identifier, which is used to request the strategy when merging a pull request.
getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
 
getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestRole
 
getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestState
 
getId() - Method in interface com.atlassian.bitbucket.repository.MinimalRef
The absolute identifier of this reference, which should never be ambiguous within the backing Repository.
getId() - Method in enum com.atlassian.bitbucket.repository.RefChangeType
 
getId() - Method in interface com.atlassian.bitbucket.repository.Repository
Retrieves the repository's ID, which represents its primary key.
getId() - Method in enum com.atlassian.bitbucket.repository.Repository.State
Retrieves a unique identifier for this state.
getId() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest
Retrieves the ID of the repository to update.
getId() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
 
getId() - Method in interface com.atlassian.bitbucket.request.RequestContext
Returns a highly unique (though not guaranteeably unique) request ID.
getId() - Method in interface com.atlassian.bitbucket.scm.AvailableScm
 
getId() - Method in interface com.atlassian.bitbucket.scm.signed.SignableObjectType
 
getId() - Method in enum com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
 
getId() - Method in enum com.atlassian.bitbucket.scope.ScopeType
 
getId() - Method in enum com.atlassian.bitbucket.server.ApplicationMode
 
getId() - Method in interface com.atlassian.bitbucket.task.Task
 
getId() - Method in interface com.atlassian.bitbucket.task.TaskAnchor
 
getId() - Method in enum com.atlassian.bitbucket.task.TaskState
 
getId() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
 
getId() - Method in class com.atlassian.bitbucket.user.ServiceUserUpdateRequest
 
getImplyingPermissions() - Method in enum com.atlassian.bitbucket.permission.Permission
Get the set of permissions that inherit this permission (excluding this permission).
getImportJob(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
Retrieves the import job.
getIncludeHeadingId() - Method in class com.atlassian.bitbucket.markup.RenderContext
 
getIncludes() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest
Retrieves commits, which may be identified by branch or tag name or by hash, which should be included in the results.
getIncludes() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest
 
getIncludes() - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest
 
getIncludes() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters
 
getIncludes() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
 
getInfoCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
 
getInformation() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
 
getInheritedPermissions() - Method in enum com.atlassian.bitbucket.permission.Permission
Gets all permissions this permission inherits.
getInheritingPermissions() - Method in enum com.atlassian.bitbucket.permission.Permission
Gets all permissions that inherit this permission (including this permission).
getInitiator() - Method in interface com.atlassian.bitbucket.job.Job
 
getInitiator() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
 
getInput() - Method in interface com.atlassian.bitbucket.hook.HookRequest
 
getInt(String) - Method in interface com.atlassian.bitbucket.setting.Settings
 
getInt(String, int) - Method in interface com.atlassian.bitbucket.setting.Settings
 
getIsDefault() - Method in interface com.atlassian.bitbucket.repository.Branch
Indicates whether this branch is the default branch for the repository.
getIsFirstPage() - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityPage
 
getIsFirstPage() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
 
getIsLastPage() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
 
getIsLastPage() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
 
getIsLastPage() - Method in interface com.atlassian.bitbucket.util.Page
 
getIsLastPage() - Method in class com.atlassian.bitbucket.util.PageImpl
 
getJdbcDriver() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getJdbcDriverVersion() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getJdbcUrl() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
 
getJob() - Method in interface com.atlassian.bitbucket.job.JobMessage
 
getJob() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
 
getJob() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
 
getJob() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
 
getJobId() - Method in class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
 
getJobId() - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest
 
getJvmTimeZone() - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
 
getKey() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
 
getKey() - Method in class com.atlassian.bitbucket.i18n.I18nKey
 
getKey() - Method in class com.atlassian.bitbucket.i18n.KeyedMessage
 
getKey() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest
 
getKey() - Method in interface com.atlassian.bitbucket.project.Project
 
getKey() - Method in interface com.atlassian.bitbucket.server.Feature
 
getKey() - Method in class com.atlassian.bitbucket.server.SimpleFeature
 
getKey() - Method in enum com.atlassian.bitbucket.server.StandardFeature
 
getKey() - Method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
 
getKeyedMessage() - Method in exception com.atlassian.bitbucket.ServiceException
 
getKeyedText(I18nKey) - Method in interface com.atla