Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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 thanmaxLength
. - 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) - ABORTED - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job encountered an unrecoverable error and was forced to terminate abnormally
- about() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
- ABSOLUTE - Enum constant in enum class com.atlassian.bitbucket.markup.UrlMode
-
Absolute URL format, with URL scheme, hostname, port (if non-standard for the scheme), and context path.
- 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() - Constructor for class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
- AbstractBuilder() - 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.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
- AbstractBuilder() - Constructor for class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
- AbstractBuilder(int, long) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder
- AbstractBuilder(AbstractBuildStatusSearchRequest) - Constructor for class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- AbstractBuilder(Commentable, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
- AbstractBuilder(AbstractDiffRequest) - Constructor for class com.atlassian.bitbucket.content.AbstractDiffRequest.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(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder
- AbstractBuilder(AbstractRepositoryRefsRequest) - Constructor for class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
- AbstractBuilder(AbstractRepositoryRequest) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
- AbstractBuilder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
- AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
- AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
- AbstractBuilder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
- AbstractBuilder(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
- AbstractBuilder(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.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, MinimalRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
- AbstractBuilder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.repository.AbstractCreateRefRequest.AbstractBuilder
- AbstractBuilder(CommandResult) - Constructor for class com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder
-
Creates a new builder with the provided
result
. - AbstractBuilder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest.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(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder
- AbstractBuilder(String) - Constructor for class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
- AbstractBuilder(R) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
- AbstractBuildStatusSearchRequest - Class in com.atlassian.bitbucket.build.status
-
A request class containing the base information all build status searches can use
- AbstractBuildStatusSearchRequest(AbstractBuildStatusSearchRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest
- AbstractBuildStatusSearchRequest.AbstractBuilder<T extends AbstractBuildStatusSearchRequest.AbstractBuilder<T>> - Class in com.atlassian.bitbucket.build.status
- 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
- AbstractCommitRequest - Class in com.atlassian.bitbucket.commit
- 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(AbstractCommitsRequest) - Constructor for class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- AbstractCommitsRequestBuilder(Repository) - 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 - AbstractDiffStatsSummaryCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters describing the paths to diff and what should be included in the generated diff stats summary
- AbstractDiffStatsSummaryCommandParameters(AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters
- AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B extends AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.scm
- 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 - AbstractLineCommentRequestBuilder(Commentable, String, CommentThreadDiffAnchorType, String) - Constructor for class com.atlassian.bitbucket.comment.AddLineCommentRequest.AbstractLineCommentRequestBuilder
- 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
- AbstractMeshNodeEvent - Class in com.atlassian.bitbucket.event.mesh
-
A base class for constructing
MeshNodeEvent
s. - AbstractMeshNodeEvent(Object, MeshNode) - Constructor for class com.atlassian.bitbucket.event.mesh.AbstractMeshNodeEvent
- 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
- AbstractMinimalRefChangeBuilder() - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder
- AbstractMinimalRefChangeBuilder(R) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder
- AbstractPagedBuilder(CommandResult) - Constructor for class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
-
Creates a new builder with the provided
result
. - AbstractPagedBuilder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
-
Creates and initializes a new builder using details from the provided
summary
. - 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 returnsnull
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.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(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 specificwatcher
. - 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 appropriatevisit
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 appropriatevisit
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(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
- action() - Element in annotation interface com.atlassian.bitbucket.event.annotation.Auditable
-
The I18n key of the action for the audited event.
- active(boolean) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
- ACTIVE - Enum constant in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Only Active comments.
- ACTIVE - Enum constant in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
- activity(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the activities of the pull request.
- Activity - Interface in com.atlassian.bitbucket.activity
-
Describes common attributes on all activities created by the system.
- ACTIVITY - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestEntityType
- ACTIVITY_ONLY - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
-
Applies property enrichment to activities, but not their pull requests.
- 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, boolean) - 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
- 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, String) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
-
Add an entry to the settings
- ADD - Enum constant in enum class com.atlassian.bitbucket.content.ChangeType
-
A new file was added.
- ADD - Enum constant in enum class com.atlassian.bitbucket.repository.RefChangeType
- ADD - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
File was added.
- addAll(Settings) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
-
Add all the
Settings
- addAll(Map<String, ?>) - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
-
Add all entries in the
Map
of values. - 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 specifiedRepository
. - added(RefChangeDetails) - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
- ADDED - Enum constant in enum class com.atlassian.bitbucket.comment.CommentAction
-
A new
Comment
has been added. - ADDED - Enum constant in enum class com.atlassian.bitbucket.content.DiffSegmentType
-
Indicates the lines in the segment were added in the destination file.
- 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>, ImmutableCollection.Builder<T>, Iterable<? extends 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>, 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>, Collection<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
- 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(AddLineCommentRequest.AbstractLineCommentRequestBuilder) - Constructor for class com.atlassian.bitbucket.comment.AddLineCommentRequest
- AddLineCommentRequest.AbstractLineCommentRequestBuilder<B extends AddLineCommentRequest.AbstractLineCommentRequestBuilder<B,
R>, R extends AddFileCommentRequest> - Class in com.atlassian.bitbucket.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.
- 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
- ADMIN - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows access to common administration tasks, such as granting global permissions.
- AFTER_COMMIT - Enum constant in enum class com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
The event should be published after the transaction has committed, but before it has
completed
. - AFTER_COMPLETION - Enum constant in enum class com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
The event should be published after the transaction has completed, whether it is
committed
or rolled back. - all(boolean) - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
- all(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- ALL - Enum constant in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Both Active and Outdated comments.
- ALL - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
-
Applies property enrichment to activities and their pull requests.
- ALL - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestChangeScope
-
No limit is placed on the scope of the changes for the pull request.
- ALL - Enum constant in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
- 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
- ALPHABETICAL - Enum constant in enum class com.atlassian.bitbucket.repository.RefOrder
-
Return references in ascending alphabetical order.
- 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(Repository, Repository...) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
- alternates(Iterable<Repository>) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
- ALWAYS - Enum constant in enum class com.atlassian.bitbucket.auth.RememberMeMode
-
Remember-me authentication is enabled and always performed on form-based login.
- anchorState(CommentThreadDiffAnchorState) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- annotate(boolean) - Method in class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
- anonymize() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
- anonymous(boolean) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
If no credentials are to be provided, set this to
true
. - anonymous(boolean) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
-
If no credentials are to be provided, set this to
true
. - 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 Class 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 Class 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 Class 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(ApplyLabelRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
- apply(String) - Method in class com.atlassian.bitbucket.content.DiffContentFilter
- 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.
- APPROVED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
A user has approved a
pull request
Activity:PullRequestActivity
Event:PullRequestParticipantApprovedEvent
- APPROVED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Indicates that the reviewer has approved the changes in the pull request.
- APPROVERS - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
Comma separated list of names of people that approved.
- APPS - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- archive() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- archive(ArchiveCommandParameters, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
- ARCHIVE - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
streaming archives
. - ArchiveCommandParameters - Class in com.atlassian.bitbucket.scm
-
Describes a commit to
archive
. - ArchiveCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- archived(boolean) - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Sets the
archive state
of the repository when it is updated. - archived(RepositoryArchiveFilter) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the repository archive state filter for the resulting
request
instance. - ARCHIVED - Enum constant in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
- ArchiveFormat - Enum Class 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
- ArchiveRepositoryFailedException - Exception in com.atlassian.bitbucket.repository
-
Thrown to indicate that a
repository
cannot be archived. - ArchiveRepositoryFailedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.ArchiveRepositoryFailedException
- 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
- ASC - Enum constant in enum class com.atlassian.bitbucket.util.Order
- asIterable(Stream<T>) - Static method in class com.atlassian.bitbucket.util.MoreStreams
- 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
orsynchronously
. - asynchronous() - Method in interface com.atlassian.bitbucket.scm.Command
-
Transforms this
Command
into anAsyncCommand
which may be called asynchronously. - atomic(boolean) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- atRevision(Ref) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.BrowseRepoResource
- atRevision(Ref) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoBuilds
-
The builder for urls of the form /projects/PROJ/repos/REPO/builds/?at=REVISION
- 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(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoBuilds
-
The builder for urls of the form /projects/PROJ/repos/REPO/builds/?at=REVISION
- attachment(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
Specifically used for modern attachments.
- attachment(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
Specifically used for legacy attachments.
- 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, DataSource) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- Attachment - Interface in com.atlassian.bitbucket.attachment
-
Represents an attachment
- AttachmentDeletedEvent - Class in com.atlassian.bitbucket.event.attachment
-
Event that is raised when an attachment is deleted.
- AttachmentDeletedEvent(Object, Repository, Attachment) - Constructor for class com.atlassian.bitbucket.event.attachment.AttachmentDeletedEvent
-
Construct a new
AttachmentEvent
. - AttachmentDeletionCanceledException - Exception in com.atlassian.bitbucket.attachment
- AttachmentDeletionCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentDeletionCanceledException
- AttachmentDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.attachment
-
Raised just before an
attachment
isdeleted
. - AttachmentDeletionRequestedEvent(Object, Repository, Attachment, CancelState) - Constructor for class com.atlassian.bitbucket.event.attachment.AttachmentDeletionRequestedEvent
- AttachmentEvent - Class in com.atlassian.bitbucket.event.attachment
-
Base type for all attachment related events.
- AttachmentEvent(Object, Repository, Attachment) - Constructor for class com.atlassian.bitbucket.event.attachment.AttachmentEvent
-
Construct a new
AttachmentEvent
. - AttachmentException - Exception in com.atlassian.bitbucket.attachment
-
Base exception class for attachments.
- AttachmentException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentException
- AttachmentException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentException
- AttachmentMetadata - Interface in com.atlassian.bitbucket.attachment
-
Represents an attachment metadata.
- AttachmentMetadataException - Exception in com.atlassian.bitbucket.attachment
-
Base exception class for attachment metadata.
- AttachmentMetadataException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentMetadataException
- AttachmentMetadataException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentMetadataException
- ATTACHMENTS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users can upload attachments in pull request comments.
- AttachmentSaveCanceledException - Exception in com.atlassian.bitbucket.attachment
- AttachmentSaveCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentSaveCanceledException
- AttachmentSavedEvent - Class in com.atlassian.bitbucket.event.attachment
-
Event that is raised when an attachment is added.
- AttachmentSavedEvent(Object, Repository, Attachment) - Constructor for class com.atlassian.bitbucket.event.attachment.AttachmentSavedEvent
-
Construct a new
AttachmentEvent
. - AttachmentSaveRequestedEvent - Class in com.atlassian.bitbucket.event.attachment
-
Raised just before an
attachment
isadded
. - AttachmentSaveRequestedEvent(Object, Repository, Attachment, CancelState) - Constructor for class com.atlassian.bitbucket.event.attachment.AttachmentSaveRequestedEvent
-
Construct a new
AttachmentEvent
. - AttachmentService - Interface in com.atlassian.bitbucket.attachment
-
Handling of attachments and attachments metadata.
- AttachmentStoreException - Exception in com.atlassian.bitbucket.attachment
-
Exception thrown when an operation on a data store for attachments, such as the database or disk, fails.
- AttachmentStoreException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.attachment.AttachmentStoreException
- AttachmentSupplier - Interface in com.atlassian.bitbucket.attachment
- AttributeMap - Class in com.atlassian.bitbucket.attribute
-
Mutable collection of attributes mapped by string keys.
- AttributeMap() - Constructor for class com.atlassian.bitbucket.attribute.AttributeMap
- Auditable - Annotation Interface in com.atlassian.bitbucket.event.annotation
-
Annotation for events that should be audited by the system.
- AuditCategory - Class in com.atlassian.bitbucket.audit
-
The category of actions that an audited event is grouped with.
- AuditEventConverter<T> - Interface in com.atlassian.bitbucket.audit
-
Converts an
Auditable
event into aAuditEvent
(a representation suitable for auditing). - AUTH_CAPTCHA - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users will be required to solve a CAPTCHA after a configured number of failed attempts to login.
- authenticate(String) - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
-
Attempts to authenticate with the specified token.
- authenticate(String, String) - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
-
Attempts to authenticate the specified user given their password.
- authenticate(String, String, boolean) - 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() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- Authentication - Interface in com.atlassian.bitbucket.auth
-
The authentication details including the
user
and anyproperties
provided during authentication. - AUTHENTICATION - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- 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 theScmMirrorCommandFactory
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 aURI
to authenticate - AuthenticationRequiredException(KeyedMessage, Throwable, URI, String) - Constructor for exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
- AuthenticationRequiredException(KeyedMessage, 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(ApplicationUser) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- author(ApplicationUser) - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
- 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
- author(Person) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
Sets the
author
. - AUTHOR - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestRole
-
The
participant
is an author of thepull request
. - 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
-
Sets the
author timestamp
. - AUTO_MERGE_CANCELLED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
Auto-merge was cancelled on a
pull request
. - AUTO_MERGE_GLOBAL_ENABLED - Static variable in interface com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsService
-
Whether auto-merge is globally enabled.
- AUTO_MERGE_REQUESTED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
Auto-merge was requested on a
pull request
. - autoDecline() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
- autoDecline() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- autoMerge() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
- autoMerge() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- AutoMergeCancelledReason - Enum Class in com.atlassian.bitbucket.pull
- AutoMergeNotRequestedException - Exception in com.atlassian.bitbucket.pull.automerge
-
An exception thrown when an attempt is made to auto-merge a pull request that does not have an auto-merge request.
- AutoMergeNotRequestedException(KeyedMessage, PullRequest) - Constructor for exception com.atlassian.bitbucket.pull.automerge.AutoMergeNotRequestedException
- AutoMergeProcessingResult - Class in com.atlassian.bitbucket.pull.automerge
-
Represents the result of
trying to auto-merge
a pull request. - AutoMergeProcessingResult(AutoMergeRequest, AutoMergeProcessingResult.AutoMergeProcessingStatus) - Constructor for class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult
- AutoMergeProcessingResult.AutoMergeProcessingStatus - Enum Class in com.atlassian.bitbucket.pull.automerge
-
Represents the status of auto-merge request
- AutoMergeRequest - Interface in com.atlassian.bitbucket.pull.automerge
-
Represents a request for a pull request to be automatically merged by the system when it becomes
eligible
to merge. - AutoMergeService - Interface in com.atlassian.bitbucket.pull.automerge
- AutoMergeSettingNotEnabledException - Exception in com.atlassian.bitbucket.pull.automerge
-
An exception thrown when auto-merge is attempted or requested on a pull request, but the pull request's target repository does not have auto-merge enabled.
- AutoMergeSettingNotEnabledException(KeyedMessage, PullRequest) - Constructor for exception com.atlassian.bitbucket.pull.automerge.AutoMergeSettingNotEnabledException
- AutoMergeSettings - Interface in com.atlassian.bitbucket.pull.automerge
-
Settings for automatically merging pull requests.
- AutoMergeSettingsCreateRequest - Class in com.atlassian.bitbucket.pull.automerge
-
Configuration for creating
AutoMergeSettings
for a project or repository. - AutoMergeSettingsCreateRequest.Builder - Class in com.atlassian.bitbucket.pull.automerge
- AutoMergeSettingsService - Interface in com.atlassian.bitbucket.pull.automerge
-
Service for managing pull request auto-merge settings.
- autoSrcPath(boolean) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- autoSrcPath(boolean) - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest.Builder
- autoSubject(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
- availabilityZone(String) - Method in class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest.Builder
- AVAILABLE - Enum constant in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Indicates that the node is available and that requests can be routed to it.
- AVAILABLE - Enum constant in enum class com.atlassian.bitbucket.repository.Repository.State
-
Indicates the repository has been created both in the database and in the associated SCM and may be pulled from or pushed to normally.
- AvailableScm - Interface in com.atlassian.bitbucket.scm
-
An SCM available for creating new
repositories
. - avatar() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestUser
- avatar(int) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Profile
- avatar(int) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- avatar(AvatarSupplier) - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
- avatar(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestHook
- avatar(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Tmp
-
Builds URLs for accessing temporary avatars which have been uploaded.
- 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 tofalse
- AvatarRequest(boolean, int, boolean) - Constructor for class com.atlassian.bitbucket.avatar.AvatarRequest
-
Constructs a new
AvatarRequest
for the providedscheme
andsize
. - 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 - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- BASE_URL_KEY - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
-
A key which is wrapped in
NavBuilder.TOKEN_PREFIX
andNavBuilder.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
andNavBuilder.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(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- bcc(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- BIDI_CHARACTER_HIGHLIGHTING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether Unicode bidirectional characters are highlighted in code contexts (source view, pull requests, code blocks in comments, etc.).
- 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.
- Blame - Interface in com.atlassian.bitbucket.content
-
Provides blame (or praise) data for a span of lines within a file.
- BlameCommandParameters - Class in com.atlassian.bitbucket.scm
- BlameCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- BLOCKER - Enum constant in enum class com.atlassian.bitbucket.comment.CommentSeverity
-
Type for a
blocker comment
instance. - boostMatches(boolean) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
- branch - Variable in class com.atlassian.bitbucket.event.branch.BranchChangedEvent
- branch(Branch) - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- Branch - Interface in com.atlassian.bitbucket.repository
-
A
Ref
denoting a branch in the repository. - BRANCH - Enum constant in enum class com.atlassian.bitbucket.repository.StandardRefType
- BRANCH_CREATE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- BRANCH_DELETE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- 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
- branches(BranchesCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
- 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(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- branchIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- branchIds(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- branchIds(String, 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
-
Builder for
BucketedExecutorSettings
- 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.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- build() - Method in class com.atlassian.bitbucket.build.status.BuildStatusPullRequestSearchRequest.Builder
- build() - Method in class com.atlassian.bitbucket.build.status.BuildStatusRepositorySearchRequest.Builder
- build() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- 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.CompareDiffStatsSummaryRequest.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.DiffStatsSummaryRequest.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.content.SimpleDiffStatsSummary.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.filestore.DeleteFilesRequest.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.FileExistsRequest.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlResponse.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlResponse.Builder
- build() - Method in class com.atlassian.bitbucket.filestore.ReadFileRequest.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() - 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.mesh.RegisterMeshNodeRequest.Builder
- build() - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest.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.MeshMigrationRequest.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.automerge.AutoMergeSettingsCreateRequest.Builder
- 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.PullRequestDiffStatsSummaryRequest.Builder
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestDiscardReviewRequest.Builder
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest.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.PullRequestParticipantStatusRequest.Builder
- 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.PullRequestUpdateRequest.Builder
- build() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest.Builder
- build() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest.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.SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder
- build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.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() - 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.compare.CompareDiffStatsSummaryCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.CreateCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters.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.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.PullRequestDiffStatsSummaryCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.PushContext.Builder
- build() - Method in class com.atlassian.bitbucket.scm.PushSummary.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.RepositorySizeCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.ResolveCommitsCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- build() - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- 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.SizeCommandParameters.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 interface com.atlassian.bitbucket.setting.SettingsBuilder
- build() - Method in class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionCreateRequest.Builder
- build() - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey.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
- 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(CommandOutputHandler<T>) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
- build(CommandOutputHandler<T>) - Method in interface com.atlassian.bitbucket.scm.ScmCommandBuilder
- 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'sconfigured 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(Class<T>) - Static method in class com.atlassian.bitbucket.topic.TopicSettings
- Builder() - Constructor for class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.commit.CommitContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.content.SimpleDiffStatsSummary.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() - Constructor for class com.atlassian.bitbucket.filestore.DeleteFilesRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.filestore.FileExistsRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.filestore.ReadFileRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.idx.IndexSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.job.JobCreationRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.job.JobSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.label.ApplyLabelRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.label.RemoveLabelRequest.Builder
- Builder() - 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() - Constructor for class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.migration.ExportRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.migration.ImportRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.property.PropertyMap.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestCreateRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.BranchContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RefContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.repository.TagContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.BlameCommandParameters.Builder
- Builder() - 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() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
- Builder() - 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.compare.CompareDiffStatsSummaryCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.CreateCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.MergeCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
- 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.PullRequestDiffStatsSummaryCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.PushContext.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() - Constructor for class com.atlassian.bitbucket.scm.RepositorySizeCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ResolveCommitsCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsContext.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.SizeCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.scm.TypeCommandParameters.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.user.ServiceUserCreateRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.user.UserSearchRequest.Builder
- Builder() - Constructor for class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
- Builder(int) - Constructor for class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
- Builder(int) - Constructor for class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiscardReviewRequest.Builder
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest.Builder
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- Builder(int, long, String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- Builder(long) - Constructor for class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
- Builder(long) - Constructor for class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest.Builder
- Builder(long) - Constructor for class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
- Builder(long, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
- Builder(BuildStatusPullRequestSearchRequest) - Constructor for class com.atlassian.bitbucket.build.status.BuildStatusPullRequestSearchRequest.Builder
- Builder(BuildStatusRepositorySearchRequest) - Constructor for class com.atlassian.bitbucket.build.status.BuildStatusRepositorySearchRequest.Builder
- Builder(Commentable) - Constructor for class com.atlassian.bitbucket.comment.CommentSearchRequest.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(BulkCommitsRequest) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
- Builder(Commit) - Constructor for class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
- Builder(Commit) - Constructor for class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- Builder(CommitRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
- Builder(CommitsBetweenRequest) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
Creates a new
Builder
by copying the specifiedrequest
. - Builder(CommitsBetweenRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- Builder(CommitsRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- Builder(LastModifiedRequest) - Constructor for class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
- Builder(MinimalCommit) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
- Builder(CompareDiffRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
- Builder(CompareDiffStatsSummaryRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
- Builder(ArchiveRequest) - Constructor for class com.atlassian.bitbucket.content.ArchiveRequest.Builder
- Builder(ArchiveRequest) - Constructor for class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
- Builder(ChangeContext) - Constructor for class com.atlassian.bitbucket.content.ChangeContext.Builder
- Builder(ChangesRequest) - Constructor for class com.atlassian.bitbucket.content.ChangesRequest.Builder
- Builder(ChangesRequest) - Constructor for class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
- Builder(DiffRequest) - Constructor for class com.atlassian.bitbucket.content.DiffRequest.Builder
- Builder(PatchRequest) - Constructor for class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
- Builder(RepositoryHookResult) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
- Builder(HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.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(Job) - Constructor for class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
- Builder(Job, String) - Constructor for class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- Builder(Label) - Constructor for class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
- Builder(MailHostConfiguration) - Constructor for class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- Builder(RenderContext) - Constructor for class com.atlassian.bitbucket.markup.RenderContext.Builder
- Builder(MeshNode) - Constructor for class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest.Builder
- Builder(Permission) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest.Builder
- Builder(PermissionRequest) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest.Builder
- Builder(Project) - Constructor for class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
- Builder(Project) - Constructor for class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
- Builder(Project, SettingsKey) - Constructor for class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionCreateRequest.Builder
- Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
- Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
- Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
- Builder(ProjectSearchRequest) - Constructor for class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
-
Constructs a new
Builder
which will copy initial values from the providedrequest
. - Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.build.status.BuildStatusPullRequestSearchRequest.Builder
- 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 specifiedPullRequest
. - Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
Convenience constructor for creating a
Builder
using the refs from a providedPullRequest
. - Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiscardReviewRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest.Builder
- Builder(PullRequestChangesRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
- Builder(PullRequestDiffRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- Builder(PullRequestMergeOutcome) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeResult.Builder
- Builder(PullRequest, boolean) - Constructor for class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
- Builder(PullRequest, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
- Builder(PullRequest, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- Builder(PullRequest, String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- Builder(RescopeDetails) - Constructor for class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
- Builder(ReviewerGroup) - Constructor for class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest.Builder
- Builder(Branch, String) - Constructor for class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
- Builder(MinimalRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
- Builder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
- Builder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
- Builder(RefMetadataRequest) - Constructor for class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.build.status.BuildStatusRepositorySearchRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryBranchesRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryTagsRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Constructs a new
Builder
which will update the specifiedRepository
. - Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
- Builder(RepositoryBranchesRequest) - Constructor for class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
- Builder(RepositoryCreateRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
- 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(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.Builder
- 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(Repository, Branch, String, InputSupplier<InputStream>) - Constructor for class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
- Builder(Repository, Ref) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.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(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, String) - Constructor for class com.atlassian.bitbucket.commit.CommitsRequest.Builder
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedRequest.Builder
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.ArchiveRequest.Builder
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.ChangesRequest.Builder
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.DiffRequest.Builder
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.DiffStatsSummaryRequest.Builder
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.PatchRequest.Builder
- Builder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- 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(RepositorySearchRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Constructs a new
Builder
which will copy initial values from the providedrequest
. - Builder(RepositoryTagsRequest) - Constructor for class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
- 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(ResolveRefsRequest) - Constructor for class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- Builder(SimpleMinimalRepositoryRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
- Builder(SimpleRepositoryRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.CommitSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.ChangeSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.DiffSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.FileSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.BranchSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.RefSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.TagSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.CommandSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.PushSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
-
Creates a new builder with the provided
result
. - Builder(MirrorSyncCommandParameters) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- Builder(PushCommandParameters) - Constructor for class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- Builder(ProjectScope, boolean) - Constructor for class com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsCreateRequest.Builder
- Builder(RepositoryScope, boolean) - Constructor for class com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsCreateRequest.Builder
- Builder(Scope) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest.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(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest.Builder
- Builder(TopicSettings<T>) - Constructor for class com.atlassian.bitbucket.topic.TopicSettings.Builder
- Builder(ApplicationUser, String) - Constructor for class com.atlassian.bitbucket.user.UserErasureRequest.Builder
- Builder(ApplicationUser, Date) - Constructor for class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
-
Constructs a builder for creating
SuggestPullRequestsRequest
objects. - Builder(ServiceUser) - Constructor for class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
- Builder(UserSearchRequest) - Constructor for class com.atlassian.bitbucket.user.UserSearchRequest.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(AbstractSummary) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary.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(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.DiffSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.FileSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.BranchSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.RefSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.TagSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - 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(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(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.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(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.PushSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
. - 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(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
- Builder(Class<T>) - Constructor for class com.atlassian.bitbucket.topic.TopicSettings.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedContext.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.content.ContentTreeContext.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.content.FileContext.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.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(String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
- 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(String) - Constructor for class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters.Builder
- Builder(String, Scope) - Constructor for class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest.Builder
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.content.ChangeContext.Builder
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.content.DiffContext.Builder
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.migration.RepositorySelector.Builder
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.settingsrestriction.SettingsKey.Builder
- Builder(String, String, HookScriptType) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
- Builder(String, String, Repository) - Constructor for class com.atlassian.bitbucket.content.EditFileRequest.Builder
- Builder(URL) - Constructor for class com.atlassian.bitbucket.filestore.GenerateGetUrlResponse.Builder
- Builder(URL) - Constructor for class com.atlassian.bitbucket.filestore.GeneratePutUrlResponse.Builder
- Builder(Path) - Constructor for class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
- Builder(Function<T, String>, BucketProcessor<T>) - Constructor for class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
- BuilderSupport - Class in com.atlassian.bitbucket.util
- BuilderSupport() - Constructor for class com.atlassian.bitbucket.util.BuilderSupport
- buildNumber(String) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- buildOrder(BuildOrder) - Method in class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- BuildOrder - Enum Class in com.atlassian.bitbucket.build
- 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
- builds() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the builds for that pull request.
- builds() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- BuildServer - Interface in com.atlassian.bitbucket.build.status
-
An abstraction describing a build server (e.g.
- BuildState - Enum Class in com.atlassian.bitbucket.build
- BuildStatusLinks - Interface in com.atlassian.bitbucket.build.status
-
A collection of hyperlinks to be displayed on a build status, that redirect the user to information about a given build.
- BuildStatusPullRequestSearchRequest - Class in com.atlassian.bitbucket.build.status
-
A request to search for build statuses on a pull request
- BuildStatusPullRequestSearchRequest.Builder - Class in com.atlassian.bitbucket.build.status
- BuildStatusRepositorySearchRequest - Class in com.atlassian.bitbucket.build.status
-
A request to search for build statuses
- BuildStatusRepositorySearchRequest.Builder - Class in com.atlassian.bitbucket.build.status
- BULK_COMMITS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
bulk commit retrieval
. - BULK_CONTENT - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
bulk content retrieval
. - BULK_TRAVERSAL - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
bulk commit traversal
. - BulkChangeType - Enum Class 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 morerepositories
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 Class 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 Class 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() - Method in interface com.atlassian.bitbucket.scm.Watchdog
-
Cancels the running process.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.attachment.AttachmentDeletionRequestedEvent
-
Cancels attachment deletion, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.attachment.AttachmentSaveRequestedEvent
-
Cancels attachment addition, providing a message explaining why.
- 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.
- cancelAutoMerge(int, long, AutoMergeCancelledReason) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeService
-
Cancels the automatic merging of the pull request by the system with a provided reason, and logs the cancellation as a
pull request activity
. - CANCELED - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job was canceled by the system or a user and has now stopped.
- CANCELED - Enum constant in enum class com.atlassian.bitbucket.scm.CommandResult
-
The command was canceled, either by the requester or because it timed out.
- 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.
- CANCELING - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job was canceled by the system or a user and is in the process of stopping.
- CANCELLED - Enum constant in enum class com.atlassian.bitbucket.build.BuildState
-
Indicates that a build did not complete
- CANCELLED - Enum constant in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
The auto-merge request is cancelled by the system.
- cancelMeshMigration(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Cancels the migration job.
- CancelState - Interface in com.atlassian.bitbucket.util
-
Tracks the cancellation 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. - canOpen(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
An NFS-safe version of
Files.exists(Path, LinkOption...)
} which actually opens the file to verify its existence. - 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
AuthenticationException
s 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
- CaptchaResponse - Class in com.atlassian.bitbucket.user
-
Encapsulates a CAPTCHA challenge ID and the corresponding user response to the challenge.
- CaptchaResponse(String, String) - Constructor for class com.atlassian.bitbucket.user.CaptchaResponse
- CaptchaService - Interface in com.atlassian.bitbucket.user
-
This service is used to help issue and validate a CAPTCHA challenge.
- category() - Element in annotation interface com.atlassian.bitbucket.event.annotation.Auditable
-
The I18n key of the category for the audited event.
- category(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.AddonMarketplace
- category(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.AddonRequests
- cc(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- cc(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- 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(RefChange) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
- 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 - Interface in com.atlassian.bitbucket.content
-
Describes a single change made by a
commit
. - 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(ChangesCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
- changes(ChangesCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
- changes(CompareChangeCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
- changes(PullRequestChangesCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
- changes(Page<Change>) - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
- changes(Iterable<? extends RefChange>) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
- 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 ofcommit IDs
, where each changeset includes the first page ofchanges
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 aChangeCallback
. - ChangeSummary.Builder - Class in com.atlassian.bitbucket.content
- ChangeType - Enum Class in com.atlassian.bitbucket.content
- 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. - ChecksumAlgorithm - Enum Class in com.atlassian.bitbucket.filestore
- checksumSHA256(String) - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest.Builder
-
Instruct the service to use the given SHA256 checksum when generating the pre-authorized URL.
- CLEAN - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Indicates the two branches on the
pull request
merged without conflicts. - 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
- clear(String) - Method in interface com.atlassian.bitbucket.user.CaptchaService
-
Clears any CAPTCHA challenge that may constrain the user with the supplied username when they authenticate.
- 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
- CLOSED_DATE - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Indicates pull requests will be ordered by closed timestamp in descending order.
- 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.
- ClusterExecutionException - Exception in com.atlassian.bitbucket.cluster
-
Exception class which will be thrown when remote execution against the cluster fails
- ClusterExecutionException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.cluster.ClusterExecutionException
- 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
- 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.
- CODE_OWNERS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether code owners will be added as suggested reviewers when creating pull requests.
- com.atlassian.bitbucket - package com.atlassian.bitbucket
- com.atlassian.bitbucket.activity - package com.atlassian.bitbucket.activity
- com.atlassian.bitbucket.attachment - package com.atlassian.bitbucket.attachment
- 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.build - package com.atlassian.bitbucket.build
- com.atlassian.bitbucket.build.status - package com.atlassian.bitbucket.build.status
- 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.attachment - package com.atlassian.bitbucket.event.attachment
- 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.compare - package com.atlassian.bitbucket.event.compare
- 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.mesh - package com.atlassian.bitbucket.event.mesh
- 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.user - package com.atlassian.bitbucket.event.user
- com.atlassian.bitbucket.event.watch - package com.atlassian.bitbucket.event.watch
- com.atlassian.bitbucket.filestore - package com.atlassian.bitbucket.filestore
- 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.mesh - package com.atlassian.bitbucket.mesh
- 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.pull.automerge - package com.atlassian.bitbucket.pull.automerge
- com.atlassian.bitbucket.pull.reviewer - package com.atlassian.bitbucket.pull.reviewer
- 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.settingsrestriction - package com.atlassian.bitbucket.settingsrestriction
- 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
- com.atlassian.bitbucket.zdu - package com.atlassian.bitbucket.zdu
- command(String) - Method in interface com.atlassian.bitbucket.scm.ScmCommandBuilder
-
Sets the command to execute.
- Command<T> - Interface in com.atlassian.bitbucket.scm
-
Wraps an operation which may be run
synchronously
. - COMMAND_BUILDERS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
builders
. - CommandAware - Interface in com.atlassian.bitbucket.scm
-
An interface to be implemented by a
CommandErrorHandler
,CommandInputHandler
orCommandOutputHandler
that wishes to be provided theCommand
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
CommandBuilder
s 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 a handler 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
- CommandHandlerSupport - Interface in com.atlassian.bitbucket.scm
-
Provides the common callback methods for input, output and error handlers which process the standard input, error or output stream from a
Command
. - CommandInputHandler - Interface in com.atlassian.bitbucket.scm
-
Describes an
InputHandler
which provides data to the standard input stream for aCommand
to process. - CommandOutputHandler<T> - Interface in com.atlassian.bitbucket.scm
-
Describes a handler which processes the standard output stream from a
Command
and, optionally, produces some objectT
from it. - CommandOutputHandlerSupport - Interface in com.atlassian.bitbucket.scm
-
Describes an output handler which processes the standard error or standard output stream from a
Command
. - CommandResult - Enum Class 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
orCommandOutputHandler
with an enhancedcompletion handler
that is provided with asummary
of the command that was executed. - CommandTimeoutException - Exception in com.atlassian.bitbucket.scm
-
Thrown when a command times out.
- CommandTimeoutException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandTimeoutException
- CommandTimeoutException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandTimeoutException
- 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(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
- Comment - Interface in com.atlassian.bitbucket.comment
-
A comment on a pull request or commit.
- COMMENT - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityType
-
Search
PullRequestCommentActivity
exclusively. - COMMENT - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestEntityType
- 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 Class 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
- COMMENTED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
A comment has been
added, deleted, edited or replied to
on thepull request
. - 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 thecomment
was retrieved. - CommentOutOfDateException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
- CommentOutOfDateException(KeyedMessage, Throwable) - 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
- CommentSearchRequest.Builder - Class in com.atlassian.bitbucket.comment
- CommentService - Interface in com.atlassian.bitbucket.comment
- CommentSeverity - Enum Class in com.atlassian.bitbucket.comment
-
Enumerates available
comment
severities. - CommentState - Enum Class in com.atlassian.bitbucket.comment
-
Enumerates the possible
states
a comment can be in. - commentText(String) - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest.Builder
- 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 Class in com.atlassian.bitbucket.comment
-
An enumeration of anchor states for comment thread search
- CommentThreadDiffAnchorType - Enum Class 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(Commit) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
- commit(MinimalRepositoryCommit) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
- commit(Repository, String) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.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. - 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 - Interface in com.atlassian.bitbucket.commit
-
Describes a single commit.
- COMMIT - Enum constant in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
A commit diff shows changes introduced by a single commit.
- COMMIT - Enum constant in enum class com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
- COMMIT_GRAPH - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the commit graph is displayed on the commits page of a repository.
- COMMIT_SHOW_SIGNATURES - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the commit verification signature information is indexed and displayed on the commits page and when a commit hash is selected.
- 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
- 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, 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(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
- commitId(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
- commitId(String) - Method in class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- commitId(String) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.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) - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
- commitId(String) - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- commitId(String, String...) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
- commitId(String, String...) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
- commitIds(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
- commitIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
- commitIds(String, String...) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
- commitIds(String, 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 Class in com.atlassian.bitbucket.commit
-
A flag for indicating how merge commits should be filtered.
- commitMessageTemplate(PullRequestCommitMessageTemplate) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
- CommitOrder - Enum Class 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() - 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(CommitCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
- commits(Repository, Iterable<String>) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.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(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 specifiedparameters
. - commits(PullRequestCommitsCommandParameters, CommitCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
- 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(Iterable<MinimalRepositoryCommit>) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
- CommitsBetweenRequest - Class in com.atlassian.bitbucket.commit
- 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(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
- committer(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
- committer(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- committer(Person) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
Sets the
committer
. - committerTimestamp(Date) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
Sets the
committer timestamp
. - 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
- COMPARE - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM provides a
command factory
to compare refs. - 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
- CompareDiffStatsSummaryCommandParameters - Class in com.atlassian.bitbucket.scm.compare
-
Parameters describing the paths to diff and what should be included in the generated diff stats summary when comparing two commits.
- CompareDiffStatsSummaryCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.compare
- CompareDiffStatsSummaryRequest - Class in com.atlassian.bitbucket.compare
-
A request to retrieve the diff stats summary between two refs or commits.
- CompareDiffStatsSummaryRequest.Builder - Class in com.atlassian.bitbucket.compare
- CompareRef - Class in com.atlassian.bitbucket.compare
-
A ref or commit to compare.
- CompareRef(PullRequestRef) - Constructor for class com.atlassian.bitbucket.compare.CompareRef
-
Convenience constructor for creating a
CompareRef
from aPullRequestRef
. - CompareRef(String, Repository) - Constructor for class com.atlassian.bitbucket.compare.CompareRef
- 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 interface com.atlassian.bitbucket.scm.CommandHandlerSupport
-
Called when the process completes.
- complete() - Method in class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
-
Marks the source as complete.
- COMPLETED - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job has run to completion and is now stopped.
- componentKey(String) - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey.Builder
- compute(Function<? super T, ? extends T>) - Method in interface com.atlassian.bitbucket.request.RequestLocal
-
Attempts to compute the value given the current value.
- computeIfAbsent(Supplier<? extends T>) - Method in interface com.atlassian.bitbucket.request.RequestLocal
-
Returns the value, if present.
- ConcurrencyPolicy - Enum Class in com.atlassian.bitbucket.concurrent
-
Policy for concurrency limits
- ConcurrencyService - Interface in com.atlassian.bitbucket.concurrent
- ConditionalNotEmpty - Annotation Interface in com.atlassian.bitbucket.validation.annotation
- ConditionalNotEmpty.List - Annotation Interface 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
- CONFIGURED - Enum constant in enum class com.atlassian.bitbucket.markup.UrlMode
-
Configured URL format, always uses the system settings.
- 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
- CONFLICTED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Indicates the two branches on the
pull request
were merged but conflicts were encountered. - 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 Class 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(int) - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Determines whether the provided line number falls within the range
- 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(byte[]) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
- content(byte[]) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
- 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(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
- content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
- content(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
- content(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.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 Class 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(Map<String, Object>) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
- CONTEXT - Enum constant in enum class com.atlassian.bitbucket.content.DiffSegmentType
-
Indicates the lines in the segment are context, existing unchanged in both the source and destination.
- 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
- CONTINUE - Enum constant in enum class com.atlassian.bitbucket.commit.graph.TraversalStatus
-
Continue traversing the commit graph
- CONTINUE - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkTraversalStatus
-
Continue traversing the commit graph
- convert(Object, AuditEvent.Builder) - Method in class com.atlassian.bitbucket.event.audit.DefaultAuditEventConverter
- convert(T, AuditEvent.Builder) - Method in interface com.atlassian.bitbucket.audit.AuditEventConverter
-
Converts an
Auditable
event into anAuditEvent
. - converter() - Element in annotation interface com.atlassian.bitbucket.event.annotation.Auditable
-
A converter for converting the annotated event to an
AuditEvent
. - COPY - Enum constant in enum class com.atlassian.bitbucket.content.ChangeType
-
An existing file was copied to create a new file.
- 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
- 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
- countThreads(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Count all the
threads
matching the provided request. - coverageLevel() - Element in annotation interface com.atlassian.bitbucket.event.annotation.Auditable
-
The
coverage level
for the audited event. - create() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
- create() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
- create(boolean) - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
- 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(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(ReviewerGroupCreateRequest) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Create a new reviewer group
- create(RepositoryCreateRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Create a new repository.
- create(ProjectSettingsRestrictionCreateRequest) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
-
Creates a new
restriction
. - create(String) - Method in interface com.atlassian.bitbucket.label.LabelService
-
Creates a new label based on the given labelName.
- Create - Interface in com.atlassian.bitbucket.validation.groups
-
Denotes constraints which should be applied when an entity is being created.
- CREATE - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
- 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. - CreateCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters describing how a new repository should be created by the SCM.
- CreateCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- 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
- 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 toPullRequest
s. - 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 aSettings
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.
- CROSS_REPO_PR_REPO - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
If the pull request is a cross repository pull request this variable contains the source project and repository slug.
- CROSS_REPOSITORY - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports cross-repository operations.
- 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_MIGRATION_EXPORT - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether Data Center Migration archives can be generated on this instance.
- DATA_CENTER_MIGRATION_IMPORT - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether Data Center Migration archives can be imported into the instance.
- DATA_CENTER_NAME - Static variable in class com.atlassian.bitbucket.Product
- database() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- DatabaseType - Enum Class in com.atlassian.bitbucket.server
-
Enumerates database types.
- 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 - Enum constant in enum class com.atlassian.bitbucket.commit.CommitOrder
-
Traverse commits in reverse date order, which is not guaranteed to be in topological order; parents may be shown before their descendant commits if the descendant commit predates the parent commit.
- 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 Class in com.atlassian.bitbucket.util
-
A predefined date format.
- DATETIME - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- decline(PullRequestDeclineRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Declines a pull request.
- declined() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
- DECLINED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
The
pull request
has been rejected and declined without merging. - DECLINED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestState
-
The
pull request
has been declined. - dedupePendingMessages(boolean) - Method in class com.atlassian.bitbucket.topic.TopicSettings.Builder
- DEFAULT - Enum constant in enum class com.atlassian.bitbucket.commit.CommitOrder
-
Uses the default ordering of the underlying SCM
- DEFAULT - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Merge strategies have not been explicitly configured at any level, so the SCM's defaults are being used.
- DEFAULT - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationMode
-
Signifies the application should behave in the default mode - a general-purpose code hosting platform
- 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
- DefaultAuditEventConverter - Class in com.atlassian.bitbucket.event.audit
-
Builds
AuditEvent
without any additional properties. - DefaultAuditEventConverter() - Constructor for class com.atlassian.bitbucket.event.audit.DefaultAuditEventConverter
- defaultBranch() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GitAdmin
- defaultBranch() - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Resolves the default branch for the specified repository.
- defaultBranch(String) - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
Sets the default branch name to be applied when the repository is created.
- defaultBranch(String) - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
Sets the default branch name to be applied to the new fork.
- defaultBranch(String) - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Sets the new default branch name to be applied when the repository is updated.
- defaultBranch(String) - Method in class com.atlassian.bitbucket.scm.CreateCommandParameters.Builder
- 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 theexit 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
- defaultTasks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
- defaultTasks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- defaultValue(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
-
Convenience method that allows implementors to provide a single fallback return value
- DelegatingCacheableAvatarSupplier - Class in com.atlassian.bitbucket.avatar
-
An
CacheableAvatarSupplier
implementation which delegates to anAvatarSupplier
, storing the avatar'smodification timestamp
separately. - DelegatingCacheableAvatarSupplier(AvatarSupplier) - Constructor for class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
-
Constructs a new
DelegatingCacheableAvatarSupplier
with anunknown
timestamp. - DelegatingCacheableAvatarSupplier(AvatarSupplier, long) - Constructor for class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
-
Constructs a new
DelegatingCacheableAvatarSupplier
with the providedtimestamp
. - delete() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- delete() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- delete(long) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Delete a reviewer group with the given ID.
- delete(FilePath) - Method in class com.atlassian.bitbucket.filestore.DeleteFilesRequest.Builder
-
Add a file to the list of files to be deleted.
- delete(FilePath) - Method in class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest.Builder
- 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(Project) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Deletes the specified
project
, if it exists. - delete(Project, SettingsKey) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
-
Deletes the specified
restriction
, 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(Repository, long) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Deletes the attachment with the specified ID, if it exists.
- delete(Scope) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsService
-
Deletes the pull request auto-merge settings associated with a particular
scope
. - delete(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
- delete(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
- delete(Collection<FilePath>) - Method in class com.atlassian.bitbucket.filestore.DeleteFilesRequest.Builder
-
Add a collection of files to the list of files to be deleted.
- delete(Collection<FilePath>) - Method in class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest.Builder
-
Add a collection of file prefixes to the list of prefixes to be deleted.
- DELETE - Enum constant in enum class com.atlassian.bitbucket.content.ChangeType
-
An existing file was deleted.
- DELETE - Enum constant in enum class com.atlassian.bitbucket.repository.RefChangeType
- DELETE - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
File was deleted compared to the "since" commit ID.
- DELETE - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
- 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.
- DELETED - Enum constant in enum class com.atlassian.bitbucket.comment.CommentAction
-
A
Comment
has been deleted. - DELETED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
The
pull request
has been deleted. - DeleteFilesRequest - Class in com.atlassian.bitbucket.filestore
-
A request which describes the files to be deleted from a file store.
- DeleteFilesRequest.Builder - Class in com.atlassian.bitbucket.filestore
- 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. - deleteMetadata(Repository, long) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Deletes that attachment metadata with the specified ID, if it exists.
- 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 anyIOException
s that are thrown. - deleteRecursively(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Recursively deletes the specified path.
- DeleteRecursiveRequest - Class in com.atlassian.bitbucket.filestore
-
A request which describes the files to be deleted from a file store.
- DeleteRecursiveRequest.Builder - Class in com.atlassian.bitbucket.filestore
- 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.
- DELETING - Enum constant in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Indicates that the node is being removed from the cluster.
- DEPLOYMENTS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether admins have access to the Deployments view in the UI or the deployments endpoint in REST.
- DESC - Enum constant in enum class com.atlassian.bitbucket.util.Order
- description() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
- description(String) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- 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(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.pull.reviewer.ReviewerGroupCreateRequest.Builder
- description(String) - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest.Builder
- description(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Sets the description of the repository.
- DESCRIPTION - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The pull request description
- 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. - DIAGNOSTICS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether diagnostics is enabled.
- 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(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
. - diff(PullRequestDiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
- Diff - Interface in com.atlassian.bitbucket.content
- 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 Class 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 Class in com.atlassian.bitbucket.content
-
Enumerates the different segment types available in diff output.
- diffStatsSummary(CompareDiffStatsSummaryCommandParameters) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
-
Retrieves the diff stats summary for the diff between two given commits
- diffStatsSummary(DiffStatsSummaryCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves the diff stats summary between two
commits
. - diffStatsSummary(PullRequestDiffStatsSummaryCommandParameters) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
Retrieves the diff stats summary for the effective diff of the given pull request.
- DiffStatsSummary - Interface in com.atlassian.bitbucket.content
-
Statistics summary for a
diff
. - DiffStatsSummaryCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters describing the two commits to diff, and additional settings for controlling the shape and content of the diff stats summary
- DiffStatsSummaryCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- DiffStatsSummaryRequest - Class in com.atlassian.bitbucket.content
-
Describes a request to generate a diff stats summary of a given repository for a given commit or commit range.
- DiffStatsSummaryRequest.Builder - Class in com.atlassian.bitbucket.content
- DiffSuccessfulEvent - Class in com.atlassian.bitbucket.event.compare
-
An event that is raised when a source branch, tag, or commit is compared successfully with a destination branch, tag or commit.
- DiffSuccessfulEvent(Object, CompareRef, CompareRef) - Constructor for class com.atlassian.bitbucket.event.compare.DiffSuccessfulEvent
- 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 Class in com.atlassian.bitbucket.content
-
A flag for indicating how whitespace should be handled in a diff, such as being
ignored
. - directory(DirectoryCommandParameters, ContentTreeCallback, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams the
tree nodes
(files, subdirectories and submodules) in the specifieddirectory
. - Directory - Class in com.atlassian.bitbucket.content
-
Represents a directory in a source tree
- Directory() - Constructor for class com.atlassian.bitbucket.content.Directory
- DIRECTORY - Enum constant in enum class com.atlassian.bitbucket.content.ContentTreeNode.Type
- 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.
- DISABLED - Enum constant in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Indicates that the node is disabled.
- 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
- disableUpgradeMode() - Method in interface com.atlassian.bitbucket.zdu.RollingUpgradeService
-
Disables upgrade mode if all the cluster nodes are on same version.
- 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
- discardReview(PullRequestDiscardReviewRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Discards the pull request review for the authenticated user.
- DISPLAY_NAME - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- displayId - Variable in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
- displayId(String) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- 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.
- DONE - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Skip the current file, and do not offer any further files.
- doVisit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
- doVisit(Project) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
Called by
AbstractVoidProjectVisitor.visit(Project)
. - doVisit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
- doVisit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
- doVisit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
- draft(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- draft(Boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the search to pull requests that match the specified
draft
status. - draft(Boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- DRAFT_STATUS - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Indicates pull requests should be shown in an order based on
status
. - DRAINING - Enum constant in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Indicates that the node is currently draining its RPC requests.
- 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
- DuplicateReviewerGroupException - Exception in com.atlassian.bitbucket.pull.reviewer
- DuplicateReviewerGroupException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.reviewer.DuplicateReviewerGroupException
- duration(Long) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
E
- edit() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Licensing
- EDIT_FILE - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports file edit operations.
- EDITED - Enum constant in enum class com.atlassian.bitbucket.comment.CommentAction
-
A
Comment
has been edited. - 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
- EFFECTIVE - Enum constant in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
An effective diff shows all the changes that would be introduced to a
pull request
target branch. - effectiveDiff() - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
Retrieves the effective diff for the pull request.
- email() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.UserAccount
- 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
- EmptyReviewerGroupException - Exception in com.atlassian.bitbucket.pull.reviewer
- EmptyReviewerGroupException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.reviewer.EmptyReviewerGroupException
- 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
- enableUpgradeMode() - Method in interface com.atlassian.bitbucket.zdu.RollingUpgradeService
-
Enables upgrade mode which allows cluster to be run in mixed mode i.e.
- ENFORCE_PASSWORD_USER_EMAIL_UPDATE - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users need to provide their password when updating their own email.
- ENFORCE_PROJECT_SETTINGS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls enforce project settings selector on project admin settings.
- enrich(PullRequest, Commit, Collection<String>) - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitEnricher
-
Enrich a single commit with properties from the
CommitIndex
. - enrich(Repository, 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
. - enrichPage(Repository, Page<Commit>, Collection<String>) - Method in interface com.atlassian.bitbucket.commit.CommitEnricher
- 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, int, int) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
- EntityOutOfDateException(KeyedMessage, Throwable) - 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(ApplicationUser, Object) - Static method in class com.atlassian.bitbucket.user.ApplicationUserEquality
- equals(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- equals(Object) - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
- equals(Object) - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Indicates whether some other object is "equal to" this one.
- 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.filestore.FilePath
- 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.ResolveRefRequest
- equals(Object) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
- equals(Object) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange
- 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.scm.PushCommandParameters
- 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(Object) - Method in class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionCreateRequest
- equals(Object) - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- 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.ScmHookDetails
- ERROR - Enum constant in enum class com.atlassian.bitbucket.job.JobMessageSeverity
- ERROR - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application is currently not available because of an error
- 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(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(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- exclude(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
- exclude(String, String...) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
- exclude(String, String...) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- EXCLUDE - Enum constant in enum class com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Exclude merge commits.
- EXECUTE - Enum constant in enum class com.atlassian.bitbucket.util.FilePermission
- 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. - EXPIRED - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled after exceeding its maximum lifetime.
- 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
- expiry(Duration) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
-
The duration for which this pre-authorized request should be valid.
- expiry(Duration) - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest.Builder
-
The duration for which this pre-authorized request should be valid.
- 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, Object, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
- ExportException(KeyedMessage, 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
- FAILED - Enum constant in enum class com.atlassian.bitbucket.build.BuildState
- FAILED - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job has run to completion and is now stopped.
- FAILED - Enum constant in enum class com.atlassian.bitbucket.scm.CommandResult
-
The command failed.
- FAILED - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
The restriction failed to be processed after exceeding the maximum allowed retries.
- 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 variousfeatures
. - FeatureUnsupportedScmException - Exception in com.atlassian.bitbucket.scm
-
Thrown to indicate a requested SCM feature, such as
command builders
orpull requests
, is not supported by the backing SCM implementation. - FeatureUnsupportedScmException(KeyedMessage, String, ScmFeature) - Constructor for exception com.atlassian.bitbucket.scm.FeatureUnsupportedScmException
- FieldEquals - Annotation Interface 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
- fields() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.ConditionalNotEmpty
- fields() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.FieldEquals
- fieldsToString() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
-
Override this to add additional sub-class specific information to
SimpleMinimalRef.toString()
. - file(FileCommandParameters, FileContentCallback, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams the contents of the
specified file
. - File - Class in com.atlassian.bitbucket.content
-
Represents a file in a source tree.
- File() - Constructor for class com.atlassian.bitbucket.content.File
- FILE - Enum constant in enum class com.atlassian.bitbucket.content.ContentTreeNode.Type
- FILE_EDIT - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- FILE_EDITOR - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users can edit repository files in the browser and via REST.
- 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 isedited
. - FileEditHookRequest.Builder - Class in com.atlassian.bitbucket.content
- FileExistsRequest - Class in com.atlassian.bitbucket.filestore
-
A request to check if a file exists in a file store.
- FileExistsRequest.Builder - Class in com.atlassian.bitbucket.filestore
- 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
- FilePath - Class in com.atlassian.bitbucket.filestore
-
Describes a file path in a hierarchical file store.
- FilePath(String) - Constructor for class com.atlassian.bitbucket.filestore.FilePath
- FilePermission - Enum Class in com.atlassian.bitbucket.util
-
Enumerates the different types of
permissions
that can be set on a file. - filesChanged(long) - Method in class com.atlassian.bitbucket.content.SimpleDiffStatsSummary.Builder
- FileStoreException - Exception in com.atlassian.bitbucket.filestore
-
Exception thrown when a file store operation fails.
- FileStoreException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.filestore.FileStoreException
- FileStoreException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.filestore.FileStoreException
- 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.AbstractLineCommentRequestBuilder
- filter(DiffContentFilter) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- filter(DiffContentFilter) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- filter(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
- filter(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
- 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.pull.PullRequestSearchRequest.Builder
-
Limits the search to pull requests where the title or description contains the
value
. - filterText(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
- filterText(String) - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
- FINALISING - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job is finalising its activities in preparation for stopping
- findAll(PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
- 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(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.user.RecentlyAccessedRepositoriesService
-
Returns a page of repositories accessed most recently by the current user.
- findByCurrentUser(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
- findByLabelable(Labelable, PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
- findByName(Scope, String, PageRequest) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Find reviewer groups by name.
- findByName(String) - Method in interface com.atlassian.bitbucket.label.LabelService
- findByOrigin(Repository, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a page of
repositories
which have been forked from the specifiedorigin
. - findByOwner(ApplicationUser, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a page of
repositories
owned by the specifieduser
. - 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
- 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.
- 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. - findByScope(Scope, PageRequest) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Find the reviewer groups in a given scope
- 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 specifiedgroupName
. - 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 specifiedgroupName
. - 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 specifiedgroupName
. - findLicensedUsersWithoutProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
- findLicensedUsersWithoutRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
- 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 samehierarchy
as the specified repository. - findUserByEmail(String) - Method in interface com.atlassian.bitbucket.user.UserService
- findUserByNameOrEmail(String) - Method in interface com.atlassian.bitbucket.user.UserService
- 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
- 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
- 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. - FINISH - Enum constant in enum class com.atlassian.bitbucket.commit.graph.TraversalStatus
-
Finish traversing the commit graph
- FINISH - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkTraversalStatus
-
Finish traversing the commit graph
- finishReview(PullRequestFinishReviewRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Finish a pull request review.
- FIRST_RUN - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application is running for the first time and has not yet been configured.
- FIRST_YEAR_OF_RELEASE - Static variable in class com.atlassian.bitbucket.Product
- flag() - Method in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
- 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
- force(boolean) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
-
Specifies whether to supply
--force
to force updates to remote refs. - 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.
- FORK - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
forking
its repositories. - 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
- FORKS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether repositories are allowed to be forked.
- 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(String, 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.
- 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 class com.atlassian.bitbucket.content.DiffFileType
-
Returns the default file type for a given
segmentType
. - from(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- from(String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- FROM - Enum constant in enum class com.atlassian.bitbucket.content.DiffFileType
-
The source ('from') file of the diff.
- FROM_PROJECT_KEY - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The project key for the source project
- FROM_REF_NAME - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The name of the ref (branch/tag) to merge changes from
- FROM_REPO_SLUG - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The slug of the source repository
- 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 class 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
- fromId(int) - Static method in enum class com.atlassian.bitbucket.comment.CommentAction
- fromId(int) - Static method in enum class com.atlassian.bitbucket.comment.CommentSeverity
- fromId(int) - Static method in enum class com.atlassian.bitbucket.comment.CommentState
- fromId(int) - Static method in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.content.DiffFileType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.content.DiffSegmentType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.hook.script.HookScriptType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.job.JobMessageSeverity
- fromId(int) - Static method in enum class com.atlassian.bitbucket.job.JobState
- fromId(int) - Static method in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Retrieves the state associated with the specified
ID
. - fromId(int) - Static method in enum class com.atlassian.bitbucket.permission.Permission
-
Gets a permission by its id.
- fromId(int) - Static method in enum class com.atlassian.bitbucket.project.ProjectType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
- fromId(int) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestAction
- fromId(int) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
- fromId(int) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestRole
- fromId(int) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestState
- fromId(int) - Static method in enum class com.atlassian.bitbucket.repository.RefChangeType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.repository.Repository.State
-
Retrieves the state associated with the specified
ID
. - fromId(int) - Static method in enum class com.atlassian.bitbucket.scope.ScopeType
- fromId(int) - Static method in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
- fromId(String) - Static method in enum class com.atlassian.bitbucket.auth.RememberMeMode
- fromId(String) - Static method in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- fromId(String) - Static method in enum class com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
- fromId(String) - Static method in enum class com.atlassian.bitbucket.server.ApplicationMode
-
Coerces a string to an
ApplicationMode
or returns the supplied default value if this is not possible - fromKey(String) - Static method in enum class 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.CompareDiffStatsSummaryRequest.Builder
- fromRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
- fromRef(RepositoryRef) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- fromRef(String, Repository) - Method in class com.atlassian.bitbucket.compare.CompareRequest.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
- 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) - Static method in enum class com.atlassian.bitbucket.build.BuildOrder
- fromString(String) - Static method in enum class com.atlassian.bitbucket.build.BuildState
- fromString(String) - Static method in enum class com.atlassian.bitbucket.content.DiffWhitespace
- fromString(String) - Static method in enum class com.atlassian.bitbucket.mail.MailProtocol
- fromString(String) - Static method in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
- fromString(String) - Static method in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- fromString(String, CommitListMergeFilter) - Static method in enum class com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Coerces a string to a
CommitListMergeFilter
or returns the supplied default value if this is not possible. - fromString(String, PullRequestOrder) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Coerces a string to a
PullRequestOrder
or returns the supplied default value if this is not possible. - fromValue(String) - Static method in enum class com.atlassian.bitbucket.filestore.ChecksumAlgorithm
- fromValueOrNull(String) - Static method in enum class com.atlassian.bitbucket.repository.RefOrder
-
Parses the provided
order
, if possible. - fromWeight(int) - Static method in enum class com.atlassian.bitbucket.permission.Permission
-
Gets a permission by its weight.
- FULL - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- FULL_NAME - Static variable in class com.atlassian.bitbucket.Product
G
- GenerateGetUrlRequest - Class in com.atlassian.bitbucket.filestore
-
Describes a request to generate a pre-authorized URL for downloading a file from a file store.
- GenerateGetUrlRequest.Builder - Class in com.atlassian.bitbucket.filestore
- GenerateGetUrlResponse - Class in com.atlassian.bitbucket.filestore
- GenerateGetUrlResponse.Builder - Class in com.atlassian.bitbucket.filestore
- GeneratePutUrlRequest - Class in com.atlassian.bitbucket.filestore
-
Describes a request to generate a pre-authorized URL for uploading a file to a file store.
- GeneratePutUrlRequest.Builder - Class in com.atlassian.bitbucket.filestore
- GeneratePutUrlResponse - Class in com.atlassian.bitbucket.filestore
- GeneratePutUrlResponse.Builder - Class in com.atlassian.bitbucket.filestore
- 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() - Method in interface com.atlassian.bitbucket.request.RequestLocal
- get(Project, SettingsKey) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
- get(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- get(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
- get(String) - Method in interface com.atlassian.bitbucket.repository.MetadataMap
- 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
- getAction() - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionRequest
- 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
- getAll(Project, String, String) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
- 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
- getAnchorState() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
- getApplicationName() - Method in exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
- getArchived() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those, whoseboolean
archive state match the provided value. - getArchived() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest
-
Retrieves the
archive state
to be set when the repository is updated. - getArchivePath() - Method in class com.atlassian.bitbucket.migration.ImportRequest
- getArguments() - Method in class com.atlassian.bitbucket.i18n.I18nKey
- getArtifactsLink() - Method in interface com.atlassian.bitbucket.build.status.BuildStatusLinks
- 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 typeE
. - 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 typeE
. - getAs(String, Class<T>) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- getAs(String, Class<T>) - Method in class com.atlassian.bitbucket.property.PropertyMap
- 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
- getAttachment() - Method in class com.atlassian.bitbucket.event.attachment.AttachmentEvent
- getAttachmentId() - Method in interface com.atlassian.bitbucket.attachment.AttachmentMetadata
- 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 class com.atlassian.bitbucket.comment.CommentSearchRequest
- 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 class com.atlassian.bitbucket.content.EditFileRequest
-
The author of the commit, if provided.
- getAuthor() - Method in class com.atlassian.bitbucket.event.repository.PullRequestFilterEvent
- 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
- 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
- getAutoMergeRequest() - Method in class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult
- getAutoMergeRequest(PullRequest) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeService
-
Finds an
auto-merge request
for the given pull request. - getAvailabilityZone() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
- getAvailabilityZone() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getAvailabilityZone() - Method in class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest
- getAvailable() - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves the set of
available SCMs
. - 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.
- 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.
- 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
-
Calculates
Blame
for the lines included by the providedPageRequest
for the specified path starting from the provided commit. - getBody() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplate
- 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.event.repository.PullRequestFilterEvent
- getBranch() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
- getBranch() - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters
-
The tip of the branch that will be used as the parent of the revert commit.
- 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.build.status.RepositoryBuildStatus
-
An identifier for the specific run that resulted in this build status.
- getBuildNumber() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getBuildNumber() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getBuildOrder() - Method in class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest
-
The order to return build statuses in.
- getBuildServer() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
- getBuildStatus() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusDeletedEvent
- getBuildStatus() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetEvent
- getBuildStatusLinks() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
- getBuildTimestamp() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getBuildVersion() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
- getBuildVersion() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getBulkContentCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmBulkContentCommandFactory
, used to createcommands
for retrieving bulk data from the SCM. - getById(int) - Method in interface com.atlassian.bitbucket.project.ProjectService
- getById(int) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
- getById(int) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a
Repository
by itsID
. - getById(int) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
-
Retrieves a
Repository
by itsID
. - 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(long) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Get the attachment that matches the ID that is supplied.
- getById(long) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
- getById(long) - Method in interface com.atlassian.bitbucket.job.JobService
-
Gets a
Job
by its ID - getById(long) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Find a reviewer group with the given 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
- getByKey(String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
- getByName(Scope, String) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Find a reviewer group with the given name.
- 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
- getByName(String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
- getBySlug(String, String) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a
Repository
by itsslug
. - getBySlug(String, String) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
-
Retrieves a
Repository
by itsslug
. - 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
- getCancelledReason() - Method in interface com.atlassian.bitbucket.pull.PullRequestAutoMergeCancelledActivity
- 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
- getChallengeId() - Method in class com.atlassian.bitbucket.user.CaptchaResponse
- getChallengeResponse() - Method in class com.atlassian.bitbucket.user.CaptchaResponse
- getChangeDate() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
- getChanges() - Method in interface com.atlassian.bitbucket.commit.Changeset
- getChanges() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset
- getChanges() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters
- getChanges(ChangesRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a page of
changes
between two commits. - 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
- getChecksum() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest
- getChecksumAlgorithm() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest
- 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 suppliedrepository
via the repository'sSCM'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 createcommands
for performing standard SCM operations such as retrieving commits and viewing diffs. - 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 class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEvent
- getComment() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
- getComment() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest
- getComment(long) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Find a comment with the given ID.
- 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 class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEvent
- 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.
- getCommentCount() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewFinishedEvent
- 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
- getCommentText() - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest
-
Get the comment text that will be used for a
general comment
that is added to thepull request
when you complete a review. - getCommit() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
Returns the commit this build status is attached to.
- getCommit() - Method in interface com.atlassian.bitbucket.commit.graph.CommitGraphNode
- getCommit() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- getCommit() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeActivity
- getCommit(CommitRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a commit based on te provided
request
. - getCommit(String) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Retrieves the specified commit if it's been indexed.
- 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.build.status.AbstractBuildStatusSearchRequest
-
Restrict the search to build statuses associated with this commit ID.
- getCommitId() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
- getCommitId() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- 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.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 interface com.atlassian.bitbucket.pull.PullRequestMergeActivity
- getCommitId() - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
- getCommitId() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
- getCommitId() - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters
- 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
- getCommitMessageTemplate() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
-
Retrieves the commit message template if it exists.
- getCommitMessageTemplate() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
- getCommits() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest
- 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
- 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.
- getCommitsBetween(CommitsBetweenRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a page of commits between the
included commits
and theexcluded 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
- getCommitter() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
- getCommitter() - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters
- 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 createcommands
tailored for comparing refs. - getComponent(int) - Method in class com.atlassian.bitbucket.content.SimplePath
- getComponentKey() - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
-
The component key part of the settings key.
- 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
- 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.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.repository.RefMetadataRequest
- 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
- getCreatedDate() - Method in interface com.atlassian.bitbucket.activity.Activity
- getCreatedDate() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The date tha the build status was first created.
- 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.automerge.AutoMergeRequest
- getCreatedDate() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- 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
- getDatabaseType() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getDatabaseVersion() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- 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() - Method in class com.atlassian.bitbucket.event.repository.RepositoryCreationRequestedEvent
-
Retrieves the default branch the repository will use, if one was specified.
- getDefaultBranch() - Method in class com.atlassian.bitbucket.event.repository.RepositoryForkRequestedEvent
-
Retrieves the default branch the fork will use, if one was specified.
- getDefaultBranch() - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest
-
Retrieves the default branch name that should be set when the repository is created.
- getDefaultBranch() - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest
-
Retrieves the default branch name that should be set on the newly-created fork.
- getDefaultBranch() - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves the configured global default branch.
- getDefaultBranch() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest
-
Retrieves the new default branch that should be set when the repository is updated.
- getDefaultBranch() - Method in class com.atlassian.bitbucket.scm.CreateCommandParameters
-
Retrieves the default branch that should be set when the repository is created.
- getDefaultBranch(Repository) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Retrieves the default branch for the specified repository.
- getDefaultBranch(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves the configured default branch for the specified repository.
- getDefaultExtension() - Method in enum class com.atlassian.bitbucket.content.ArchiveFormat
- getDefaultOrder() - Static method in enum class 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
- getDelete() - Method in class com.atlassian.bitbucket.filestore.DeleteFilesRequest
- getDelete() - Method in class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest
- getDeletedUser() - Method in class com.atlassian.bitbucket.event.user.UserCleanupEvent
- getDescription() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
A human readable description of the build that was run.
- getDescription() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- 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 interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
- getDescription() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest
- getDescription() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest
- 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
- getDetailedMessage() - Method in exception com.atlassian.bitbucket.repository.RepositoryOfflineException
-
Returns the detailed message for this exception.
- 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
- getDiffStatsSummary(CompareDiffStatsSummaryRequest) - Method in interface com.atlassian.bitbucket.compare.CompareService
- getDiffStatsSummary(DiffStatsSummaryRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieve the diff stats summary for the specified
request
. - getDiffStatsSummary(PullRequestDiffStatsSummaryRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves the diff stats summary of the given pull request.
- 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() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
- getDiscussion(CommitDiscussionRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieve a
commit discussion
matching the provided request. - 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 interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
- getDuration() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- 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
- getEnvironment() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- getEnvironment() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- getErrorCount() - Method in class com.atlassian.bitbucket.migration.event.MeshMigrationFinishedEvent
- getErrorCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
- getErrors() - Method in exception com.atlassian.bitbucket.validation.FormValidationException
- getErrors(String) - Method in interface com.atlassian.bitbucket.validation.FormErrors
- 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
- getExitCode() - Method in exception com.atlassian.bitbucket.scm.ProcessFailedException
- getExpectedVersion() - Method in exception com.atlassian.bitbucket.EntityOutOfDateException
- getExpiry() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest
- getExpiry() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest
- 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 class com.atlassian.bitbucket.content.ArchiveFormat
- getFailed() - Method in interface com.atlassian.bitbucket.build.status.TestResults
- 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.scm.FeatureUnsupportedScmException
-
The feature which was requested but is not supported.
- getFeatureKey() - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
-
The feature key part of the settings key.
- 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.attachment.Attachment
- 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
- getFilesChanged() - Method in interface com.atlassian.bitbucket.content.DiffStatsSummary
- getFilesChanged() - Method in class com.atlassian.bitbucket.content.SimpleDiffStatsSummary
- 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 class com.atlassian.bitbucket.pull.PullRequestRole
- getFilter() - Method in class com.atlassian.bitbucket.user.UserSearchRequest
-
When set, limits returned
users
to only those whosedisplay names
,e-mail addresses
orusernames
contain the provided filter. - getFilterText() - Method in class com.atlassian.bitbucket.event.repository.PullRequestFilterEvent
- getFilterText() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for to those whose
title
ordescription
contains the provided text. - 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.MeshMigrationFinishedEvent
- getFinalState() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
- getFinishedStates() - Static method in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
Returns a set of states that are considered "finished".
- 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
-
Retrieve the fromHash for the diff onto which the comment is to be anchored.
- 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.automerge.AutoMergeRequest
- 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.CompareDiffStatsSummaryRequest
- getFromRef() - Method in class com.atlassian.bitbucket.compare.CompareRequest
- getFromRef() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
- getFromRef() - Method in class com.atlassian.bitbucket.event.compare.DiffSuccessfulEvent
- 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
- 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 class 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.filestore.GenerateGetUrlResponse
-
Headers that must be included in the HTTP GET request.
- getHeaders() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlResponse
-
Headers that must be included in the HTTP PUT request.
- 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
- getHookKey() - Method in class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest
- 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 class com.atlassian.bitbucket.permission.Permission
- getId() - Method in interface com.atlassian.bitbucket.activity.Activity
- getId() - Method in interface com.atlassian.bitbucket.attachment.Attachment
- getId() - Method in enum class com.atlassian.bitbucket.auth.RememberMeMode
- getId() - Method in exception com.atlassian.bitbucket.avatar.NoSuchAvatarException
- getId() - Method in interface com.atlassian.bitbucket.build.status.BuildServer
-
Identifier that uniquely identifies this build server.
- 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 class com.atlassian.bitbucket.comment.CommentAction
- getId() - Method in enum class com.atlassian.bitbucket.comment.CommentSeverity
- getId() - Method in enum class com.atlassian.bitbucket.comment.CommentState
- getId() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- getId() - Method in enum class 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 class com.atlassian.bitbucket.content.DiffFileType
- getId() - Method in enum class com.atlassian.bitbucket.content.DiffSegmentType
- getId() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookTrigger
- getId() - Method in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- getId() - Method in enum class 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 class com.atlassian.bitbucket.job.JobMessageSeverity
- getId() - Method in enum class com.atlassian.bitbucket.job.JobState
- getId() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getId() - Method in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Retrieves a unique identifier for this state.
- getId() - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest
- getId() - Method in enum class com.atlassian.bitbucket.permission.Permission
- getId() - Method in interface com.atlassian.bitbucket.project.Project
- getId() - Method in enum class com.atlassian.bitbucket.project.ProjectType
- getId() - Method in class com.atlassian.bitbucket.project.ProjectUpdateRequest
- getId() - Method in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
- getId() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getId() - Method in enum class 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 class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
- getId() - Method in enum class com.atlassian.bitbucket.pull.PullRequestRole
- getId() - Method in enum class com.atlassian.bitbucket.pull.PullRequestState
- getId() - Method in exception com.atlassian.bitbucket.pull.reviewer.NoSuchReviewerGroupException
- getId() - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
- getId() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest
- 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 class 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 class 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 class com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
- getId() - Method in enum class com.atlassian.bitbucket.scope.ScopeType
- getId() - Method in enum class com.atlassian.bitbucket.server.ApplicationMode
- getId() - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestriction
- getId() - Method in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
- getId() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
- getId() - Method in class com.atlassian.bitbucket.user.ServiceUserUpdateRequest
- getImplyingPermissions() - Method in enum class 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.MeshMigrationFinishedEvent
- getInfoCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
- getInformation() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
- getInheritedPermissions() - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Gets all permissions this permission inherits.
- getInheritingPermissions() - Method in enum class 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
- 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
- getIsPersonalRepo() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeleteBlockedEvent
- getIsPublicRepo() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeleteBlockedEvent
- 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 class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest
-
Restrict the search to build statuses associated with this key.
- getKey() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The key representing the build.
- getKey() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- 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 class com.atlassian.bitbucket.server.StandardFeature
- getKey() - Method in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- getKeyedMessage() - Method in exception com.atlassian.bitbucket.ServiceException
- getKeyedText(I18nKey) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given an
I18nKey
it returns: aKeyedMessage
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. - getKeyedText(String, String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key, a fallback message 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. - getLabel() - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest
- getLabel() - Method in exception com.atlassian.bitbucket.label.AlreadyLabeledException
- getLabel() - Method in class com.atlassian.bitbucket.label.LabelableSearchRequest
- getLabel() - Method in exception com.atlassian.bitbucket.label.LabelExistsException
- getLabel() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
- getLabel() - Method in interface com.atlassian.bitbucket.user.ServiceUser
- getLabelable() - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest
- getLabelable() - Method in exception com.atlassian.bitbucket.label.AlreadyLabeledException
- getLabelName() - Method in exception com.atlassian.bitbucket.label.InvalidLabelException
- getLabelName() - Method in exception com.atlassian.bitbucket.label.NoSuchLabelException
- getLastAuthenticationTimestamp() - Method in interface com.atlassian.bitbucket.user.DetailedUser
-
Retrieves the timestamp for the user's most recent authentication.
- getLastModified(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Gets the
last modified time
for the specifiedPath
, in milliseconds. - getLastReviewedCommit() - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest
-
Get the last commit that was reviewed for the
pull request
when you complete a review, if provided. - getLastReviewedCommit() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
-
The commit hash at which this participant last reviewed the pull request.
- getLastReviewedCommit() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest
-
Get the last commit that was reviewed for the
pull request
, if provided. - getLastSeenDate() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getLastUpdated() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getLatestCommit() - Method in class com.atlassian.bitbucket.commit.LastModifiedSummary
- getLatestCommit() - Method in interface com.atlassian.bitbucket.repository.Ref
-
The
ID
of the commit at the tip of this ref. - getLatestCommit() - Method in class com.atlassian.bitbucket.repository.SimpleRepositoryRef
- getLevel(String) - Method in interface com.atlassian.bitbucket.log.LoggingService
-
Retrieves the effective logging level of the specified logger.
- getLicensedUsersCount() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Get the number of licensed users currently in the system.
- getLimit() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest
-
Restricts the result set to return at most this many suggestions.
- getLimit() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getLimit() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- getLimit() - Method in interface com.atlassian.bitbucket.util.Page
- getLimit() - Method in class com.atlassian.bitbucket.util.PageImpl
- getLimit() - Method in interface com.atlassian.bitbucket.util.PageRequest
- getLimit() - Method in class com.atlassian.bitbucket.util.PageRequestImpl
- getLine() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest
- getLine() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- getLine() - Method in interface com.atlassian.bitbucket.content.DiffLine
- getLineNumber() - Method in interface com.atlassian.bitbucket.content.Blame
-
The 1-based line number in the file at which this span of blame begins.
- getLines() - Method in interface com.atlassian.bitbucket.content.DiffSegment
- getLineType() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest
- getLineType() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- getLocale() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getLocalisedMessage() - Method in class com.atlassian.bitbucket.i18n.KeyedMessage
- getLocalizedMessage() - Method in exception com.atlassian.bitbucket.ServiceException
- getLocalNode() - Method in interface com.atlassian.bitbucket.cluster.ClusterInformation
- getLock(String) - Method in interface com.atlassian.bitbucket.concurrent.LockService
-
Creates or retrieves a
Lock
by name - getLoginUri(URI) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Gets the login page URI for the current instance.
- getLogsLink() - Method in interface com.atlassian.bitbucket.build.status.BuildStatusLinks
- getLong(String) - Method in interface com.atlassian.bitbucket.setting.Settings
- getLong(String, long) - Method in interface com.atlassian.bitbucket.setting.Settings
- getMailHostConfiguration() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Retrieves the mail host configuration
- getMajor() - Method in class com.atlassian.bitbucket.util.Version
- getMaxAttempts() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
- getMaxBytesPerSecond() - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest
-
Deprecated.in 9.0 for removal in 10.0
- getMaxCaptchaAttempts() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getMaxChanges() - Method in class com.atlassian.bitbucket.content.ChangeContext
- getMaxChanges() - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
- getMaxChangesPerCommit() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest
- getMaxChangesPerCommit() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters
- getMaxConcurrency() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
- getMaxConcurrencyPolicy() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
- getMaxLineLength() - Method in class com.atlassian.bitbucket.content.DiffContext
- getMaxLineLength() - Method in class com.atlassian.bitbucket.content.FileContext
- getMaxLineLength() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
- getMaxLineLength() - Method in class com.atlassian.bitbucket.scm.FileCommandParameters
- getMaxLines() - Method in class com.atlassian.bitbucket.content.DiffContext
- getMaxLines() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.scm.CommitCommandParameters
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters
- getMaxMessageLength() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters
- getMaxSize() - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Retrieves the configured limit for hook script contents.
- getMaxSize() - Method in exception com.atlassian.bitbucket.hook.script.HookScriptSizeExceededException
- getMaxSize() - Method in exception com.atlassian.bitbucket.mail.MailSizeExceededException
- getMaxUploadSize() - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Retrieves the maximum size, in bytes, for uploaded attachments.
- getMaxUploadSize() - Method in interface com.atlassian.bitbucket.avatar.AvatarService
-
Retrieves the maximum size, in bytes, for uploaded avatars.
- getMaxUploadSize() - Method in interface com.atlassian.bitbucket.content.ContentService
-
Retrieves the maximum size, in bytes, for uploading content.
- getMember(long) - Method in interface com.atlassian.bitbucket.mesh.MeshService
- getMembers() - Method in interface com.atlassian.bitbucket.mesh.MeshService
- getMentionedUsers(CharSequence, int) - Method in interface com.atlassian.bitbucket.user.UserMentionScanner
-
Returns all mentioned
user names
in the text. - getMergeBase(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves the best common ancestor between the latest commits of the source and target branches of the pull request.
- getMergeConfig(GetPullRequestMergeConfigRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves the
merge configuration
for the specified source. - getMergedCommitParentNumber() - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters
- getMergeHash() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
- getMergeHash() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
- getMergeHash() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- getMerges() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
-
Retrieves the strategy being used to filter merge commits.
- getMerges() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
Retrieves the strategy being used to filter merge commits.
- getMeshMigrationJob(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Retrieves the migration job.
- getMessage() - Method in interface com.atlassian.bitbucket.commit.Commit
- getMessage() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- getMessage() - Method in class com.atlassian.bitbucket.content.EditFileRequest
- getMessage() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
- getMessage() - Method in class com.atlassian.bitbucket.event.content.FileEditedEvent
- getMessage() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- getMessage() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
- getMessage() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
- getMessage() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- getMessage() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- getMessage() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest
-
Retrieves the commit message to use when merging the pull request.
- getMessage() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest
- getMessage() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
- getMessage() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
- getMessage() - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
- getMessage() - Method in interface com.atlassian.bitbucket.topic.MessageEvent
- getMessage() - Method in interface com.atlassian.bitbucket.util.Progress
- getMessage() - Method in class com.atlassian.bitbucket.util.ProgressImpl
- getMessage(I18nKey) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a
key
it returns: the localized text formatted with the given arguments if the key can be resolved. - getMessage(String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key and a list of arguments, it returns: the localized text formatted with the given arguments if the key can be resolved.
- getMessage(Locale, String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a locale, a property key and a list of arguments, it returns: the localized text formatted with the given arguments if the key can be resolved.
- getMessageEffector() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
-
Can be passed that will be given the opportunity to add to the MailMessage.Builder, returning a new Builder to use for the MailMessage.
- getMessageKey() - Method in exception com.atlassian.bitbucket.ServiceException
- getMessagePattern(String) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key it returns: the associated message pattern if the key can be resolved.
- getMessagePattern(String, String) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key and the fallback text message, it returns: the associated message pattern if the key can be resolved.
- getMessagePattern(Locale, String) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a locale and a property key it returns: the localized message pattern if the key can be resolved.
- getMessageType() - Method in class com.atlassian.bitbucket.topic.TopicSettings
- getMetadata() - Method in interface com.atlassian.bitbucket.attachment.AttachmentMetadata
- getMetadata(Repository, long) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Get the attachment metadata that is associated with the attachment metadata ID that is supplied.
- getMetadataByRefs(RefMetadataRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Retrieves the associated metadata based on a given collection of refs in a repository.
- getMinor() - Method in class com.atlassian.bitbucket.util.Version
- getMirrorCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmMirrorCommandFactory
, used to createcommands
tailored for mirroring repositories. - getMirrorServerId() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
- getMirrorServerId() - Method in interface com.atlassian.bitbucket.event.mirror.MirrorEvent
- getMirrorServerName() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
- getMirrorServerName() - Method in interface com.atlassian.bitbucket.event.mirror.MirrorEvent
- getMode() - Method in interface com.atlassian.bitbucket.server.ApplicationModeSupplier
- getMode() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getMultilineDestinationRange() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
The destination range represents all lines a multi-line comment spans on the right-hand side of a diff.
- getMultilineSourceRange() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
The source range represents all lines a multi-line comment spans on the left-hand side of a diff.
- getMultilineStartLine() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- getMultilineStartLineType() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- getName() - Method in interface com.atlassian.bitbucket.attachment.AttachmentSupplier
- getName() - Method in interface com.atlassian.bitbucket.build.status.BuildServer
-
A human readable name for the build server, used to display to users in the UI.
- getName() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
A human readable name of the build that was run.
- getName() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getName() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
-
A long living cluster name that is defined by setting the system property
cluster.node.name
- getName() - Method in interface com.atlassian.bitbucket.content.Path
- getName() - Method in class com.atlassian.bitbucket.content.SimplePath
- getName() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
- getName() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
-
Retrieves the script's name.
- getName() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
- getName() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
- getName() - Method in interface com.atlassian.bitbucket.label.Label
-
Retrieves the name of the label.
- getName() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getName() - Method in class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest
- getName() - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest
- getName() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest
- getName() - Method in interface com.atlassian.bitbucket.project.Project
- getName() - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest
- getName() - Method in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
- getName() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
-
Retrieves the strategy's name.
- getName() - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
- getName() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest
- getName() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest
- getName() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest
- getName() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
-
The name for the repository.
- getName() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the repository's name, which is guaranteed to be unique within its
project
but not within the system at large. - getName() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those that prefix-match the provided value according to the rules described in the class header. - getName() - Method in interface com.atlassian.bitbucket.scm.AvailableScm
- getName() - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
- getName() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
- getName() - Method in interface com.atlassian.bitbucket.user.DetailedGroup
-
Retrieves the group's name.
- getName() - Method in interface com.atlassian.bitbucket.user.Person
-
Retrieves the person's name.
- getName() - Method in interface com.atlassian.bitbucket.util.NamedLink
- getName() - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
- getNamespace() - Method in class com.atlassian.bitbucket.filestore.DeleteFilesRequest
- getNamespace() - Method in class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest
- getNamespace() - Method in class com.atlassian.bitbucket.filestore.FileExistsRequest
- getNamespace() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest
- getNamespace() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest
- getNamespace() - Method in class com.atlassian.bitbucket.filestore.ReadFileRequest
- getNamespace() - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
-
The namespace part of the settings key.
- getNewLicense() - Method in class com.atlassian.bitbucket.event.license.LicenseChangedEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.permission.AbstractGlobalPermissionModificationEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.permission.AbstractProjectPermissionModificationEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.permission.AbstractRepositoryPermissionModificationEvent
- getNewValue() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModificationRequestedEvent
- getNewValue() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModifiedEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
-
Retrieves the updated repository values.
- getNewValue() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDefaultBranchModifiedEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.server.ApplicationSetupEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.server.BaseUrlChangedEvent
- getNewValue() - Method in class com.atlassian.bitbucket.event.server.OperatingSystemChangedEvent
- getNewZoneId() - Method in class com.atlassian.bitbucket.event.user.UserTimeZoneChangedEvent
- getNextPageOffset() - Method in class com.atlassian.bitbucket.util.PageImpl
- getNextPageRequest() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getNextPageRequest() - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary
-
If this is not the
last page
, retrieves thePageRequest
which can be used to request the next page. - getNextPageRequest() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- getNextPageRequest() - Method in interface com.atlassian.bitbucket.util.Page
- getNextPageRequest() - Method in class com.atlassian.bitbucket.util.PageImpl
- getNode() - Method in class com.atlassian.bitbucket.event.mesh.AbstractMeshNodeEvent
- getNodeId() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
-
Convenience method for obtaining the ID for the local node.
- getNodeId() - Method in class com.atlassian.bitbucket.event.mesh.AbstractMeshNodeEvent
- getNodeId() - Method in interface com.atlassian.bitbucket.event.mesh.MeshNodeEvent
- getNodeId() - Method in interface com.atlassian.bitbucket.job.Job
- getNodes() - Method in interface com.atlassian.bitbucket.cluster.ClusterInformation
- getNodeStates() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
-
Retrieve the current status of the individual cluster nodes.
- getNodeType() - Method in interface com.atlassian.bitbucket.content.Change
- getNumComponents() - Method in class com.atlassian.bitbucket.content.SimplePath
- getObject() - Method in exception com.atlassian.bitbucket.NoSuchObjectException
- getObjectIdSource() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters
- getOffset() - Method in class com.atlassian.bitbucket.event.server.ServerTimeZoneChangedEvent
- getOffset() - Method in class com.atlassian.bitbucket.event.user.UserTimeZoneChangedEvent
- getOldHookScript() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdatedEvent
- getOldKey() - Method in exception com.atlassian.bitbucket.project.ProjectMovedException
- getOldProjectKey() - Method in exception com.atlassian.bitbucket.repository.RepositoryMovedException
- getOldSettings() - Method in class com.atlassian.bitbucket.event.hook.RepositoryHookSettingsChangedEvent
- getOldSlug() - Method in exception com.atlassian.bitbucket.repository.RepositoryMovedException
- getOldValue() - Method in class com.atlassian.bitbucket.event.permission.AbstractGlobalPermissionModificationEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.permission.AbstractProjectPermissionModificationEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.permission.AbstractRepositoryPermissionModificationEvent
- getOldValue() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModificationRequestedEvent
- getOldValue() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModifiedEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
-
Retrieves the original repository values.
- getOldValue() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDefaultBranchModifiedEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.server.ApplicationSetupEvent
- getOldValue() - Method in class com.atlassian.bitbucket.event.server.OperatingSystemChangedEvent
- getOldZoneId() - Method in class com.atlassian.bitbucket.event.user.UserTimeZoneChangedEvent
- getOrDefault(Scope) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsService
-
Retrieves the pull request auto-merge settings for a particular
scope
. - getOrder() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
-
Retrieves the sort order to use for the commits.
- getOrder() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
- getOrder() - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters
- getOrder() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
Retrieves the sort order to use for the commits.
- getOrders() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
A list of
order
's to return the search results in. - getOrdinalIndexedValues() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getOrdinalIndexedValues() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- getOrdinalIndexedValues() - Method in interface com.atlassian.bitbucket.util.Page
-
Get a map of the page values mapped by their ordinal values.
- getOrdinalIndexedValues() - Method in class com.atlassian.bitbucket.util.PageImpl
- getOrigin() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the repository from which this repository was forked, if any.
- getOriginalUsername() - Method in class com.atlassian.bitbucket.event.user.UserErasedEvent
- getOriginalUsername() - Method in class com.atlassian.bitbucket.user.UserErasureRequest
- getOriginalVersion() - Method in interface com.atlassian.bitbucket.zdu.RollingUpgradeService
-
Retrieve the application
version
when upgrade mode was enabled. - getOurChange() - Method in interface com.atlassian.bitbucket.content.Conflict
-
Retrieves "our" change, which describes the change that was made on the destination branch relative to a shared ancestor with the incoming branch.
- getOutcome() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeability
- getOutcome() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeResult
- getOutput() - Method in interface com.atlassian.bitbucket.scm.CommandOutputHandler
-
Retrieves the processed output, if any.
- getOverLimitMessage() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Get a message if the license is over its limits
- getOwner() - Method in interface com.atlassian.bitbucket.project.PersonalProject
-
Retrieves the
user
to whom this personal project belongs. - getOwnerPermissions() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest
-
Retrieves the
permissions
granted to the file owner. - getPageAlt(String) - Method in interface com.atlassian.bitbucket.help.HelpPathService
- getPageKey(String) - Method in interface com.atlassian.bitbucket.help.HelpPathService
- getPageRequest() - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary
-
Retrieves the
PageRequest
that was used to retrieve this page of results. - getPageRequest() - Method in interface com.atlassian.bitbucket.util.PagedCallback
-
Retrieves the
PageRequest
which defines thePage
the callback is attempting to build, allowing components which provide data to the callback to potentially assist in producing the desired page. - getPageTitle(String) - Method in interface com.atlassian.bitbucket.help.HelpPathService
- getPageUrl(String) - Method in interface com.atlassian.bitbucket.help.HelpPathService
- getParent() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The key of the parent plan for this build.
- getParent() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getParent() - Method in interface com.atlassian.bitbucket.content.Path
- getParent() - Method in class com.atlassian.bitbucket.content.SimplePath
- getParent() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
- getParent() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
- getParent() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
- getParent() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEvent
- getParent() - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest
-
Retrieves the repository to be forked.
- getParentId() - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest
- getParentPath() - Method in class com.atlassian.bitbucket.content.SimplePath
- getParents() - Method in interface com.atlassian.bitbucket.commit.Commit
- getParents() - Method in interface com.atlassian.bitbucket.commit.graph.CommitGraphNode
- getParents() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- getParticipant() - Method in class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
- getParticipants() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussion
- getParticipants() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getParticipants() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for by the
participants
associated with it. - getParticipants(int, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves a page of the participants for a given pull request.
- getParticipantStatus() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewFinishedEvent
- getParticipantStatus() - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest
-
Get the
participant status
to be used as the status for a reviewer's status on apull request
when you complete a review. - getPartition() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the partition for the repository.
- getPassword() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- getPassword() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- getPassword() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- getPatch() - Method in class com.atlassian.bitbucket.util.Version
- getPath() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
- getPath() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
- getPath() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- getPath() - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest
-
Retrieves an optional path which is used to control which commit is returned.
- getPath() - Method in class com.atlassian.bitbucket.commit.LastModifiedContext
- getPath() - Method in class com.atlassian.bitbucket.commit.LastModifiedRequest
-
Retrieves the path where file modifications should be searched.
- getPath() - Method in interface com.atlassian.bitbucket.content.Change
-
The path to the changed content.
- getPath() - Method in interface com.atlassian.bitbucket.content.ConflictChange
-
Retrieves the path that was
changed
or, forcopies
andmoves/renames
, the path after the change was applied. - getPath() - Method in interface com.atlassian.bitbucket.content.ContentTreeNode
- getPath() - Method in interface com.atlassian.bitbucket.content.DirectoryRevision
- getPath() - Method in class com.atlassian.bitbucket.content.EditFileRequest
- getPath() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
- getPath() - Method in class com.atlassian.bitbucket.content.SimplePath
- getPath() - Method in class com.atlassian.bitbucket.event.content.FileEditedEvent
- getPath() - Method in class com.atlassian.bitbucket.filestore.FileExistsRequest
- getPath() - Method in class com.atlassian.bitbucket.filestore.FilePath
- getPath() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest
- getPath() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest
- getPath() - Method in class com.atlassian.bitbucket.filestore.ReadFileRequest
- getPath() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
- getPath() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest
- getPath() - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
- getPath() - Method in class com.atlassian.bitbucket.scm.BlameCommandParameters
- getPath() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
- getPath() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
- getPath() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest
- getPath(boolean) - Method in class com.atlassian.bitbucket.content.SimplePath
- getPathComponents() - Method in class com.atlassian.bitbucket.content.SimplePath
- getPathHead() - Method in class com.atlassian.bitbucket.content.SimplePath
- getPaths() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
-
Retrieves paths, which may identify directories or files within the repository, which are used to limit returned commits.
- getPaths() - Method in class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest
- getPaths() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
- getPaths() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
-
Retrieves a set of paths to filter the archive by.
- getPaths() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
- getPaths() - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
- getPaths() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
- getPaths() - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters
- getPaths() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
- getPaths() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- getPendingAuthor() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
-
Limits
pending
comments to those posted by the specified author. - getPercentage() - Method in interface com.atlassian.bitbucket.util.Progress
- getPercentage() - Method in class com.atlassian.bitbucket.util.ProgressImpl
- getPercentUnchanged() - Method in interface com.atlassian.bitbucket.content.Change
-
The percentage of content that matches before and after a change.
- getPermission() - Method in class com.atlassian.bitbucket.event.permission.PermissionEvent
- getPermission() - Method in interface com.atlassian.bitbucket.event.permission.PermissionGrantedEvent
- getPermission() - Method in interface com.atlassian.bitbucket.event.permission.PermissionRevocationRequestedEvent
- getPermission() - Method in interface com.atlassian.bitbucket.event.permission.PermissionRevokedEvent
- getPermission() - Method in class com.atlassian.bitbucket.permission.PermissionRequest
- getPermission() - Method in interface com.atlassian.bitbucket.permission.PermittedGroup
-
Retrieves the permission which has been granted to the group.
- getPermission() - Method in interface com.atlassian.bitbucket.permission.PermittedUser
-
Retrieves the permission which has been granted to the user.
- getPermission() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
- getPermission() - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest
-
When set, limits returned
projects
to only those for which the current user has the requiredPermission
. - getPermission() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those for which the current user has the requiredPermission
. - getPermissions() - Method in class com.atlassian.bitbucket.user.UserSearchRequest
-
When set, limits returned
users
to only those who have all permissions as specified by each containedpermission request
. - getPermissionsOn(Class<?>) - Static method in enum class com.atlassian.bitbucket.permission.Permission
-
Gets all the permissions associated with a resource.
- getPermittedOperations() - Method in interface com.atlassian.bitbucket.comment.Comment
- getPluginKey() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
-
Retrieves the plugin key for the app which created the script.
- getPluginKey() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
- getPluginKey() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
- getPluginProperty(String) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Return a value of a property as defined in the applications configuration files.
- getPluginProperty(String, boolean) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getPluginProperty(String, double) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getPluginProperty(String, int) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getPluginProperty(String, long) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getPluginProperty(String, String) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- getPort() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- getPrefix() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
-
Retrieves a prefix to apply to each entry in the archive.
- getPrefix() - Method in interface com.atlassian.bitbucket.help.HelpPathService
- getPrefix() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
- getPreviousDescription() - Method in class com.atlassian.bitbucket.event.pull.PullRequestUpdatedEvent
- getPreviousFromHash() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReopenedEvent
- getPreviousFromHash() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- getPreviousFromHash() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
- getPreviousLicense() - Method in class com.atlassian.bitbucket.event.license.LicenseChangedEvent
- getPreviousPageStartId() - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityPage
- getPreviousPageStartId() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getPreviousSeverity() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
- getPreviousSeverity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEditedEvent
- getPreviousState() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
- getPreviousState() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEditedEvent
- getPreviousStatus() - Method in class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
- getPreviousText() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
- getPreviousText() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentModificationRequestedEvent
- getPreviousText() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEditedEvent
- getPreviousText() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentModificationRequestedEvent
- getPreviousTitle() - Method in class com.atlassian.bitbucket.event.pull.PullRequestUpdatedEvent
- getPreviousToBranch() - Method in class com.atlassian.bitbucket.event.pull.PullRequestUpdatedEvent
- getPreviousToHash() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReopenedEvent
- getPreviousToHash() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- getPreviousToHash() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
- getPrivateKey() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- getPrivateKey() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- getProcessedState() - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestriction
-
Retrieves the processed state of the restriction.
- getProcessingStatus() - Method in class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult
- getProcessor() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
- getProgress() - Method in interface com.atlassian.bitbucket.job.Job
- getProgress() - Method in interface com.atlassian.bitbucket.util.ProgressReporter
- getProgressMessage() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
- getProgressMessage() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
- getProgressPercentage() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
- getProgressPercentage() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
- getProject() - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionEvent
- getProject() - Method in class com.atlassian.bitbucket.event.project.ProjectEvent
- getProject() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
- getProject() - Method in exception com.atlassian.bitbucket.project.ProjectMovedException
- getProject() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest
- getProject() - Method in exception com.atlassian.bitbucket.repository.NoSuchRepositoryException
- getProject() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the
project
to which this repository belongs. - getProject() - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest
-
Retrieves the project in which the new repository will be created.
- getProject() - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest
-
Retrieves the project in which the fork should be created, or
null
to create the fork in the current user'spersonal project
. - getProject() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest
-
Retrieves the
project
the repository should be moved to. - getProject() - Method in class com.atlassian.bitbucket.scope.ProjectScope
- getProject() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
- getProject() - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestriction
- getProject() - Method in class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionCreateRequest
- getProject() - Method in exception com.atlassian.bitbucket.settingsrestriction.UnsupportedPersonalProjectException
- getProjectIds() - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest
- getProjectKey() - Method in class com.atlassian.bitbucket.migration.RepositorySelector
- getProjectKey() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those, whose project's key exact-match (case-insensitive) the provided value. - getProjectName() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those, whose project's name prefix-match the provided value. - getProjectSettingsRestriction() - Method in exception com.atlassian.bitbucket.settingsrestriction.UnprocessedProjectSettingsRestrictionException
- getProperties() - Method in interface com.atlassian.bitbucket.auth.Authentication
- getProperties() - Method in interface com.atlassian.bitbucket.auth.AuthenticationContext
- getProperties() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- getProperties() - Method in interface com.atlassian.bitbucket.property.PropertySupport
- getProperties() - Method in class com.atlassian.bitbucket.property.SimplePropertySupport
- getProperties(Iterable<String>, Iterable<String>) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Retrieves a properties for each of the specified commits, matching the provided
propertyKeys
. - getProperties(String, Iterable<String>) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Retrieves a property map containing all properties stored against the given commit, matching
propertyKeys
. - getProperty() - Method in class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
- getPropertyKeys() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
-
Retrieves the keys of
index
properties to load for returned commits. - getPropertyKeys() - Method in class com.atlassian.bitbucket.commit.CommitRequest
- getPropertyKeys() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest
- getPropertyMode() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
- getProtocol() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- getProtocol() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
- getProtocolName() - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest
- getPublishTime() - Method in interface com.atlassian.bitbucket.topic.MessageEvent
- getPullRequest() - Method in class com.atlassian.bitbucket.build.status.BuildStatusPullRequestSearchRequest
-
Restrict the search to build statuses on this pull request.
- getPullRequest() - Method in class com.atlassian.bitbucket.event.pull.PullRequestEvent
- getPullRequest() - Method in interface com.atlassian.bitbucket.hook.repository.PullRequestMergeHookRequest
- getPullRequest() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- getPullRequest() - Method in exception com.atlassian.bitbucket.pull.automerge.AutoMergeNotRequestedException
- getPullRequest() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- getPullRequest() - Method in exception com.atlassian.bitbucket.pull.automerge.AutoMergeSettingNotEnabledException
- getPullRequest() - Method in interface com.atlassian.bitbucket.pull.PullRequestActivity
- getPullRequest() - Method in exception com.atlassian.bitbucket.pull.PullRequestDeletionDisabledException
- getPullRequest() - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest
-
Get the
pull request
that is used for the review. - getPullRequest() - Method in exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Retrieves the current state for the pull request, if it was available when the exception was thrown.
- getPullRequest() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
- getPullRequestCommandFactory(PullRequest) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmPullRequestCommandFactory
, used to createcommands
tailored for use operating on pull requests. - getPullRequestId() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
- getPullRequestLock(String) - Method in interface com.atlassian.bitbucket.concurrent.LockService
-
Creates or retrieves a
PullRequestLock
by name - GetPullRequestMergeConfigRequest - Class in com.atlassian.bitbucket.pull
- GetPullRequestMergeConfigRequest.Builder - Class in com.atlassian.bitbucket.pull
- getQueueSize() - Method in class com.atlassian.bitbucket.topic.TopicSettings
-
If the rate at which messages are published on the topic (temporarily) exceeds the rate at which the messages are consumed, pending messages will be stored on the topic's message queue.
- getRawRequest() - Method in interface com.atlassian.bitbucket.request.RequestInfoProvider
- getRawResponse() - Method in interface com.atlassian.bitbucket.request.RequestInfoProvider
- getReason() - Method in class com.atlassian.bitbucket.event.pull.PullRequestAutoMergeCancelledEvent
- getRecipients() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
- getRef() - Method in class com.atlassian.bitbucket.build.status.BuildStatusRepositorySearchRequest
-
Restrict the search to build statuses associated with this ref.
- getRef() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The fully qualified ref that the build is associated with.
- getRef() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getRef() - Method in interface com.atlassian.bitbucket.repository.MinimalRefChange
- getRef() - Method in interface com.atlassian.bitbucket.repository.RefChange
- getRef() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange
- getRef() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
- getRefChange() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
- getRefChanges() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.event.branch.BranchCreationHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
- getRefChanges() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- getRefChanges() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
- getRefChanges() - Method in interface com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent
-
Retrieves a collection of the
changed refs
. - getRefChanges() - Method in class com.atlassian.bitbucket.event.tag.TagCreationHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.event.tag.TagDeletionHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
- getRefChanges() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- getRefChanges() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest
- getRefChanges() - Method in interface com.atlassian.bitbucket.repository.RepositoryPushActivity
- getRefCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
- getRefId() - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest
-
Retrieves the ID to resolve, which may be
empty()
to resolve the default branch. - getRefId() - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters
- getRefIds() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest
- getRefIds() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters
- getRefName() - Method in exception com.atlassian.bitbucket.repository.DuplicateRefException
- getRefName() - Method in exception com.atlassian.bitbucket.repository.InvalidRefNameException
- getRefs() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest
- getRefspecs() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- getRefspecs() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- getRememberMeMode() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Gets whether remember-me authentication is disabled, always performed or only performed when a checkbox is checked on the login form.
- getRemoteAddress() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
- getRemoteUrl() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- getRemoteUrl() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- getRemoved() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
- getRemoved() - Method in interface com.atlassian.bitbucket.repository.DetailedRefChange
- getRemoved() - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange
- getRemovedCommits() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- getRemovedNode() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeRemovedEvent
- getRemovedParticipants() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionParticipantsUpdatedEvent
- getRemovedParticipants() - Method in class com.atlassian.bitbucket.event.pull.PullRequestParticipantsUpdatedEvent
- getRemovedReviewers() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedEvent
- getRemovedReviewers() - Method in interface com.atlassian.bitbucket.pull.PullRequestReviewersUpdatedActivity
- getRepositories() - Method in interface com.atlassian.bitbucket.idx.IndexedCommit
- getRepositoriesRequest() - Method in class com.atlassian.bitbucket.migration.ExportRequest
- getRepository() - Method in interface com.atlassian.bitbucket.attachment.Attachment
- getRepository() - Method in class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest
-
The repository for the build statuses
- getRepository() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The repository that the build is associated with.
- getRepository() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getRepository() - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest
- getRepository() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
- getRepository() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest
- getRepository() - Method in interface com.atlassian.bitbucket.commit.Commit
-
Retrieves the
repository
this commit was loaded from, if it's available. - getRepository() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussion
- getRepository() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
- getRepository() - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest
- getRepository() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest
- getRepository() - Method in interface com.atlassian.bitbucket.commit.MinimalRepositoryCommit
- getRepository() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- getRepository() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit
- getRepository() - Method in class com.atlassian.bitbucket.compare.CompareRef
- getRepository() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
- getRepository() - Method in class com.atlassian.bitbucket.content.ChangesRequest
- getRepository() - Method in class com.atlassian.bitbucket.content.DiffRequest
- getRepository() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
- getRepository() - Method in class com.atlassian.bitbucket.content.EditFileRequest
- getRepository() - Method in class com.atlassian.bitbucket.content.PatchRequest
- getRepository() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
- getRepository() - Method in class com.atlassian.bitbucket.event.attachment.AttachmentEvent
- getRepository() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
- getRepository() - Method in interface com.atlassian.bitbucket.event.mirror.RepositoryMirrorEvent
- getRepository() - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionEvent
- getRepository() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- getRepository() - Method in class com.atlassian.bitbucket.event.repository.RepositoryEvent
- getRepository() - Method in interface com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent
-
Retrieves the repository in which refs were changed.
- getRepository() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
- getRepository() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
- getRepository() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
- getRepository() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest
- getRepository() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest
- getRepository() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
- getRepository() - Method in exception com.atlassian.bitbucket.repository.ForkingDisabledException
- getRepository() - Method in interface com.atlassian.bitbucket.repository.MinimalRepositoryRef
- getRepository() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest
- getRepository() - Method in interface com.atlassian.bitbucket.repository.RepositoryActivity
- getRepository() - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest
- getRepository() - Method in exception com.atlassian.bitbucket.repository.RepositoryMovedException
- getRepository() - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest
-
Retrieves the repository to resolve the ref in.
- getRepository() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest
- getRepository() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
- getRepository() - Method in exception com.atlassian.bitbucket.scm.MergeException
- getRepository() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
- getRepositoryDir() - Method in exception com.atlassian.bitbucket.repository.RepositoryAlreadyExistsException
- getRepositoryHookKey() - Method in class com.atlassian.bitbucket.event.hook.RepositoryHookEvent
- GetRepositoryHookSettingsRequest - Class in com.atlassian.bitbucket.hook.repository
-
Request object used for
retrieving settings for a repository hook
. - GetRepositoryHookSettingsRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- getRepositoryId() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
- getRepositoryId() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- getRepositoryIds() - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest
- getRepositoryLock(String) - Method in interface com.atlassian.bitbucket.concurrent.LockService
-
Creates or retrieves a
RepositoryLock
by name - getRepositoryName() - Method in exception com.atlassian.bitbucket.repository.NoDefaultBranchException
-
Retrieves the name of the repository whose default branch does not exist.
- getRepositoryUrl() - Method in class com.atlassian.bitbucket.content.Submodule
- getRequest() - Method in exception com.atlassian.bitbucket.hook.repository.RepositoryHookVetoedException
- getRequestContext() - Method in class com.atlassian.bitbucket.event.request.RequestEvent
-
Retrieves the
RequestContext
for the event. - getRequestContext() - Method in interface com.atlassian.bitbucket.request.RequestManager
- getRequestId() - Method in interface com.atlassian.bitbucket.request.RequestManager
- getRequestMetadata() - Method in interface com.atlassian.bitbucket.request.RequestManager
- getResolvedDate() - Method in interface com.atlassian.bitbucket.comment.Comment
- getResolvedDate() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- getResolver() - Method in interface com.atlassian.bitbucket.comment.Comment
-
Retrieves the
user
who resolved the comment. - getResolver() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- getResource() - Method in class com.atlassian.bitbucket.permission.PermissionRequest
-
Resource to which the
permission
should apply. - getResourceAs(Class<T>) - Method in class com.atlassian.bitbucket.permission.PermissionRequest
-
Resource to which the
permission
should apply, as a client-specified instance ofresourceType
. - getResourceId() - Method in class com.atlassian.bitbucket.scope.GlobalScope
- getResourceId() - Method in class com.atlassian.bitbucket.scope.ProjectScope
- getResourceId() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
- getResourceId() - Method in interface com.atlassian.bitbucket.scope.Scope
- getResourceName() - Method in exception com.atlassian.bitbucket.NoSuchResourceException
- getResourceName() - Method in exception com.atlassian.bitbucket.ResourceBusyException
- getResourceTypes() - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Return all resource types that this permission applies to.
- getResponseContentDisposition() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest
- getResponseContentType() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest
- getResult() - Method in class com.atlassian.bitbucket.util.AbstractSummary
-
Retrieves the
result
of the operation. - getReviewer() - Method in class com.atlassian.bitbucket.event.repository.PullRequestFilterEvent
- getReviewerErrors() - Method in exception com.atlassian.bitbucket.pull.InvalidPullRequestReviewersException
- getReviewers() - Method in class com.atlassian.bitbucket.event.pull.PullRequestOpenRequestedEvent
-
Retrieves a set containing the
users
who have been specified as reviewers for the pull request that is about to be created. - getReviewers() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getReviewers() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
- getReviewers() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
- getReviewThreads(int, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
- getRevisions() - Method in class com.atlassian.bitbucket.scm.ResolveCommitsCommandParameters
- getRole() - Method in exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException
- getRole() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
- getRole() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest
-
When set, limits the pull requests to search for by a specified
pull request role
for theuser
. - getRole() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
-
When set, limits the search by the participants role.
- getRootComment() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- getRootLevel() - Method in interface com.atlassian.bitbucket.log.LoggingService
- getRootMessage() - Method in class com.atlassian.bitbucket.i18n.KeyedMessage
- getRpcId() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getRpcUrl() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getRpcUrl() - Method in class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest
- getRpcUrl() - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest
- getScmHookDetails() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
- getScmHookDetails() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
- getScmHookDetails() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest
- getScmId() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest
- getScmId() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the unique identifier for the SCM used by this repository.
- getScmId() - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest
-
Retrieves the SCM ID, defining the SCM to be used for the new repository.
- getScmId() - Method in exception com.atlassian.bitbucket.scm.ScmException
-
Retrieves the unique identifier for the SCM from which, or for which, this exception was thrown.
- getScmName(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves the name for the
SCM
which powers the specified repository. - getScope() - Method in class com.atlassian.bitbucket.event.hook.RepositoryHookEvent
- getScope() - Method in class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest
- getScope() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHook
- getScope() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest
- getScope() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookSettings
- getScope() - Method in interface com.atlassian.bitbucket.hook.script.HookScriptConfig
- getScope() - Method in class com.atlassian.bitbucket.hook.script.HookScriptConfigurationEvent
- getScope() - Method in class com.atlassian.bitbucket.hook.script.HookScriptRemoveConfigurationRequest
- getScope() - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest
- getScope() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeSettings
- getScope() - Method in class com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsCreateRequest
- getScope() - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
- getScope() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest
- getScript() - Method in interface com.atlassian.bitbucket.hook.script.HookScriptConfig
- getScript() - Method in class com.atlassian.bitbucket.hook.script.HookScriptRemoveConfigurationRequest
- getScript() - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest
- getScript() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest
-
When retrieving commits between repositories, retrieves the secondary repository.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest
-
When determining the common ancestor of commits in different repositories, retrieves the secondary repository.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.content.DiffRequest
-
Retrieves the secondary repository from which to generate the diff.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
-
Retrieves the secondary repository from which to generate the diff.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.content.PatchRequest
-
Retrieves the secondary repository from which to generate the patch.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
-
Retrieves the secondary repository from which to generate the diff.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters
-
Retrieves the secondary repository from which to generate the diff.
- getSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters
- getSegments() - Method in interface com.atlassian.bitbucket.content.DiffHunk
- getSelectAll() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent
- getSelectorCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent
- getServerEmailAddress() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Gets the email address used in the 'sender' field for any email notification.
- getServerId() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Retrieves the server ID used for licensing.
- getServerTimeZone() - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
-
Return the configured server time zone.
- getServiceUserByName(String) - Method in interface com.atlassian.bitbucket.user.UserService
- getServiceUserByName(String, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a
ServiceUser
by itsusername
, optionally returning the user even if it has been marked inactive. - getServiceUserBySlug(String) - Method in interface com.atlassian.bitbucket.user.UserService
- getServiceUsersByName(Set<String>) - Method in interface com.atlassian.bitbucket.user.UserService
- getServiceUsersByName(Set<String>, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a set of
ServiceUser
s by theirusernames
, optionally including deleted service users. - getSessionId() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
- getSettings() - Method in class com.atlassian.bitbucket.event.hook.RepositoryHookSettingsChangedEvent
- getSettings() - Method in class com.atlassian.bitbucket.hook.repository.EnableRepositoryHookRequest
- getSettings() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookSettings
- getSettings() - Method in class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest
- getSettings() - Method in interface com.atlassian.bitbucket.topic.Topic
- getSettings(GetRepositoryHookSettingsRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Gets the effective settings for the hook specified in the request.
- getSettingsKey() - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestriction
- getSettingsKey() - Method in class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionCreateRequest
- getSeverities() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
- getSeverities() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
- getSeverities() - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest
- getSeverity() - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest
- getSeverity() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest
- getSeverity() - Method in interface com.atlassian.bitbucket.comment.Comment
- getSeverity() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
- getSeverity() - Method in interface com.atlassian.bitbucket.job.JobMessage
- getSeverity() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
- getSharedHomeDir() - Method in interface com.atlassian.bitbucket.server.StorageService
- getSidecar() - Method in interface com.atlassian.bitbucket.mesh.MeshService
- getSince() - Method in class com.atlassian.bitbucket.commit.CommitsRequest
- getSince() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
Show commits more recent than a specific date.
- getSinceCommitId() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters
- getSinceCommitId() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentContext
- getSinceId() - Method in class com.atlassian.bitbucket.content.ChangesRequest
- getSinceId() - Method in class com.atlassian.bitbucket.content.DiffRequest
- getSinceId() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
- getSinceId() - Method in class com.atlassian.bitbucket.content.PatchRequest
-
Retrieves the base revision from which to generate the patch.
- getSinceId() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest
-
Specifies the
sinceId
to use when retrieving the changes, if thescope
isPullRequestChangeScope.RANGE
. - getSinceId() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
- getSinceId() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest
- getSinceId() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters
- getSinceId() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters
- getSinceId() - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters
- getSinceId() - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters
-
Retrieves the base revision from which to generate the patch.
- getSinceId() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
-
Retrieves the commit which will serve as the ancestor revision when generating a pull request's diff.
- getSize() - Method in interface com.atlassian.bitbucket.attachment.AttachmentSupplier
- getSize() - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
-
Retrieves the size desired for the avatar.
- getSize() - Method in class com.atlassian.bitbucket.content.File
-
Retrieves the size of the file, if sizes were requested.
- getSize() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
- getSize() - Method in exception com.atlassian.bitbucket.hook.script.HookScriptSizeExceededException
- getSize() - Method in exception com.atlassian.bitbucket.mail.MailSizeExceededException
- getSize() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getSize() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
- getSize() - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary
-
Retrieves the number of results that were retrieved.
- getSize() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- getSize() - Method in interface com.atlassian.bitbucket.util.Page
- getSize() - Method in class com.atlassian.bitbucket.util.PageImpl
- getSize(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Calculates the size (in bytes) for the specified repository.
- getSize(Repository, String, String) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Retrieves the size of the specified file.
- getSkipped() - Method in interface com.atlassian.bitbucket.build.status.TestResults
- getSlug() - Method in class com.atlassian.bitbucket.migration.RepositorySelector
- getSlug() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the "slug" for this repository, which is a URL-friendly variant of its
name
. - getSlug() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
-
Retrieves the "slug" for this user, which is a URL-friendly variant of its
name
. - getSource() - Method in interface com.atlassian.bitbucket.content.Diff
-
Retrieves the path for the file before it was changed.
- getSource() - Method in interface com.atlassian.bitbucket.content.DiffLine
- getSource() - Method in class com.atlassian.bitbucket.mail.MailAttachment
- getSource() - Method in interface com.atlassian.bitbucket.topic.MessageEvent
- getSourceBranch() - Method in class com.atlassian.bitbucket.content.EditFileRequest
- getSourceCommitId() - Method in class com.atlassian.bitbucket.content.EditFileRequest
- getSourceCommitId() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
- getSourceCommitId() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
- getSourceLine() - Method in interface com.atlassian.bitbucket.content.DiffHunk
- getSourceSpan() - Method in interface com.atlassian.bitbucket.content.DiffHunk
- getSoyTemplateModuleKey() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
- getSoyTemplateName() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
- getSpannedLines() - Method in interface com.atlassian.bitbucket.content.Blame
-
The number of lines in the span, to which the same blame information (author, commit hash, etc.) applies.
- getSrcExecutable() - Method in interface com.atlassian.bitbucket.content.Change
-
The executable permission for the file before the
change
. - getSrcPath() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
- getSrcPath() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
The original path at which the
content pointed to
by this anchor originated, orOptional.empty()
if the change was notone that produces a new path
. - getSrcPath() - Method in interface com.atlassian.bitbucket.content.Change
-
The path at which the changed content originated.
- getSrcPath() - Method in interface com.atlassian.bitbucket.content.ConflictChange
-
For certain
types of changes
, retrieves the path prior to the change. - getSrcPath() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
- getSrcPath() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest
- getStart() - Method in class com.atlassian.bitbucket.content.FileContext
- getStart() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getStart() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
- getStart() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- getStart() - Method in interface com.atlassian.bitbucket.util.Page
- getStart() - Method in class com.atlassian.bitbucket.util.PageImpl
- getStart() - Method in interface com.atlassian.bitbucket.util.PageRequest
- getStart() - Method in class com.atlassian.bitbucket.util.PageRequestImpl
- getStartDate() - Method in interface com.atlassian.bitbucket.job.Job
- getStartPoint() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest
- getStartPoint() - Method in class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
- getState() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The outcome of the build (
BuildState.SUCCESSFUL
orBuildState.FAILED
orBuildState.INPROGRESS
if the build hasn't completed yet. - getState() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getState() - Method in interface com.atlassian.bitbucket.comment.Comment
- getState() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
- getState() - Method in class com.atlassian.bitbucket.event.repository.PullRequestFilterEvent
- getState() - Method in interface com.atlassian.bitbucket.job.Job
- getState() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
- getState() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
- getState() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- getState() - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest
- getState() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getState() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
Restricts the search to a specified
pull request state
. - getState() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the repository's current
state
. - getState() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those that are in the specified state. - getState() - Method in interface com.atlassian.bitbucket.server.ApplicationStatusService
- getStates() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
- getStates() - Method in class com.atlassian.bitbucket.job.JobSearchRequest
- getStates() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest
-
When set, limits the search to pull requests in any of the specified
states
. - getStatus() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Checks both the license validity and its limits.
- getStatus() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
- getStatus() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest
- getStatuses() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest
-
Limits the pull requests to search for by the participant
status
- getStatusMessage() - Method in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Retrieves the status message describing this state.
- getStatusMessage() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the
status message
for the repository's currentstate
. - getStatusMessage() - Method in enum class com.atlassian.bitbucket.repository.Repository.State
-
Retrieves the status message describing this state.
- getStrategies() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
-
Retrieves the complete set of merge strategies supported by the SCM, including the
default strategy
. - getStrategyId() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- getStrategyId() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
- getStrategyId() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
- getStrategyId() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- getStrategyId() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- getStrategyId() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest
-
Retrieves the
ID
of the strategy to use when merging the pull request. - getStrategyId() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
- getStream(String) - Method in interface com.atlassian.bitbucket.io.TypeAwareOutputSupplier
-
Returns an
OutputStream
, given the supplied content type. - getString(String) - Method in interface com.atlassian.bitbucket.setting.Settings
- getString(String, String) - Method in interface com.atlassian.bitbucket.setting.Settings
- getStripTail(SimplePath, boolean) - Method in class com.atlassian.bitbucket.content.SimplePath
-
if other is an exact tail of this, return the path leading up to that tail otherwise return null
- getSubject() - Method in interface com.atlassian.bitbucket.job.JobMessage
- getSubject() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
- getSubject() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
- getSubject() - Method in class com.atlassian.bitbucket.mail.MailMessage
- getSubject() - Method in exception com.atlassian.bitbucket.migration.MigrationException
- getSubject() - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest
- getSubjectKey() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
- getSubPath(int) - Method in class com.atlassian.bitbucket.content.SimplePath
- getSuccessful() - Method in interface com.atlassian.bitbucket.build.status.TestResults
- getSummaryMessage() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookVeto
- getSummaryMessage() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookVeto
- getSupportedScopes() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
- getSyncType() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
- getSystemServiceUser() - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves the service user used for system activity.
- getTag() - Method in class com.atlassian.bitbucket.event.tag.TagChangedEvent
- getTag() - Method in class com.atlassian.bitbucket.event.tag.TagHookRequest
- getTagId() - Method in exception com.atlassian.bitbucket.repository.NoSuchTagException
-
Retrieves the missing tag ID.
- getTagIds() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest
- getTagIds() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters
- getTags(RepositoryTagsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Retrieves a paged list of
tags
for the specified repository, optionally filtered by the provided starting text. - getTail() - Method in class com.atlassian.bitbucket.content.SimplePath
- getTailPath() - Method in class com.atlassian.bitbucket.content.SimplePath
- getTargetBranch() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
- getTargetBranch() - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters
-
The branch that the revert commit will be created on.
- getTempDir() - Method in interface com.atlassian.bitbucket.server.StorageService
- getTestResults() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
A high level summary of which tests passed and failed.
- getTestResults() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getText() - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest
- getText() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest
- getText() - Method in interface com.atlassian.bitbucket.comment.Comment
- getText() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
- getText() - Method in interface com.atlassian.bitbucket.job.JobMessage
- getText() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
- getText() - Method in class com.atlassian.bitbucket.mail.MailMessage
- getText(String, String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key, the fallback text message and a list of arguments, it returns: the localized text formatted with the given arguments if the key can be resolved.
- getText(Locale, String, String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key, a locale, a fallback text message and a list of arguments, it returns: the localized text formatted with the given arguments if the key can be resolved.
- getTheirChange() - Method in interface com.atlassian.bitbucket.content.Conflict
-
Retrieves "their" change, which describes the change that was made on the incoming branch relative to a shared ancestor with the destination branch.
- getThread() - Method in interface com.atlassian.bitbucket.comment.Comment
- getThreadResolved() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
- getTimestamp() - Method in interface com.atlassian.bitbucket.avatar.CacheableAvatarSupplier
-
The timestamp at which the avatar was last modified, in milliseconds.
- getTimestamp() - Method in class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
- getTimeZone() - Method in interface com.atlassian.bitbucket.timezone.UserTimeZoneSupplier
- getTimeZone(ApplicationUser) - Method in interface com.atlassian.bitbucket.timezone.UserTimeZoneSupplier
- GETTING_STARTED - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether new users will be presented with a "Getting Started" page after their first login.
- gettingStarted() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/getting-started
- getTitle() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getTitle() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplate
- getTitle() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
- getTitle() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
- getTo() - Method in class com.atlassian.bitbucket.mail.MailMessage
- getTo() - Method in exception com.atlassian.bitbucket.scm.MergeException
- getToBranch() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
- getToBranchId() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
- getToBranchId() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
- getToCommit() - Method in interface com.atlassian.bitbucket.commit.Changeset
- getToCommit() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset
- getToCommitId() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
-
Retrieves the specific commit that the
target branch
should be at. - getToHash() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
- getToHash() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
- getToHash() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- getToHash() - Method in class com.atlassian.bitbucket.content.ChangeContext
- getToHash() - Method in class com.atlassian.bitbucket.content.DiffContext
- getToHash() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
- getToHash() - Method in interface com.atlassian.bitbucket.repository.RefChange
- getToHash() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
- getTokenDetails() - Method in class com.atlassian.bitbucket.event.auth.AuthenticationSuccessEvent
- getTopic() - Method in interface com.atlassian.bitbucket.topic.MessageEvent
- getTopic(String, TopicSettings<T>) - Method in interface com.atlassian.bitbucket.topic.TopicService
-
Returns the existing topic, or creates new topic with the provided settings if it does not yet exist.
- getToRef() - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest
- getToRef() - Method in class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest
- getToRef() - Method in class com.atlassian.bitbucket.compare.CompareRequest
- getToRef() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
- getToRef() - Method in class com.atlassian.bitbucket.event.compare.DiffSuccessfulEvent
- getToRef() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
- getToRef() - Method in interface com.atlassian.bitbucket.hook.repository.PullRequestMergeHookRequest
- getToRef() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
- getToRef() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- getToRef() - Method in exception com.atlassian.bitbucket.pull.EmptyPullRequestException
- getToRef() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getToRefId() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- getToRefIds() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for by the branches the changes are going to.
- getToRepository() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
- getToRepository() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
-
When set, limits the search by the repository the pull requests are going to.
- getToRepositoryId() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest
-
When set, limits the search to pull requests which
target
the specified repository. - getToRepositoryId() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for by the repository the changes are going to.
- getTotal() - Method in interface com.atlassian.bitbucket.pull.RescopeDetails
- getTotal() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
- getTotal() - Method in interface com.atlassian.bitbucket.repository.RefChangeDetails
-
Returns the total number of commits associated with this
RefChangeDetails
. - getTotal() - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails
- getTotal() - Method in interface com.atlassian.bitbucket.scm.RepositorySize
- getTotalDeletions() - Method in interface com.atlassian.bitbucket.content.DiffStatsSummary
- getTotalDeletions() - Method in class com.atlassian.bitbucket.content.SimpleDiffStatsSummary
- getTotalInsertions() - Method in interface com.atlassian.bitbucket.content.DiffStatsSummary
- getTotalInsertions() - Method in class com.atlassian.bitbucket.content.SimpleDiffStatsSummary
- getTrigger() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
- getTrigger() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
- getTriggerIds() - Method in interface com.atlassian.bitbucket.hook.script.HookScriptConfig
- getTriggerIds() - Method in class com.atlassian.bitbucket.hook.script.HookScriptConfigurationSetEvent
- getTriggerIds() - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest
- getType() - Method in interface com.atlassian.bitbucket.content.Change
-
The type of change that was applied.
- getType() - Method in interface com.atlassian.bitbucket.content.ConflictChange
-
Retrieves the
type of change
that was made on this side of the conflict. - getType() - Method in interface com.atlassian.bitbucket.content.ContentTreeNode
- getType() - Method in interface com.atlassian.bitbucket.content.DiffSegment
- getType() - Method in class com.atlassian.bitbucket.content.Directory
- getType() - Method in class com.atlassian.bitbucket.content.File
- getType() - Method in class com.atlassian.bitbucket.content.Submodule
- getType() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
- getType() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest
- getType() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
-
Retrieves the script's type.
- getType() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
- getType() - Method in interface com.atlassian.bitbucket.job.Job
- getType() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
- getType() - Method in class com.atlassian.bitbucket.job.JobSearchRequest
- getType() - Method in class com.atlassian.bitbucket.label.LabelableSearchRequest
- getType() - Method in interface com.atlassian.bitbucket.project.Project
-
Retrieves the project's
type
. - getType() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
-
Retrieves the configuration type, identifying the level the configuration was applied at.
- getType() - Method in interface com.atlassian.bitbucket.repository.MinimalRef
- getType() - Method in interface com.atlassian.bitbucket.repository.MinimalRefChange
- getType() - Method in interface com.atlassian.bitbucket.repository.RefChange
- getType() - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest
-
Retrieves the type of ref to resolve, if it's known in advance.
- getType() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
- getType() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange
- getType() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
- getType() - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters
- getType() - Method in class com.atlassian.bitbucket.scope.GlobalScope
- getType() - Method in class com.atlassian.bitbucket.scope.ProjectScope
- getType() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
- getType() - Method in interface com.atlassian.bitbucket.scope.Scope
- getType() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
- getType(Repository, String, String) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Retrieves the type of object at the specified path.
- getTypeId() - Method in interface com.atlassian.bitbucket.build.status.BuildServer
-
Identifier of the type of the build server
- getTypes() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
-
Specifies the type(s) of activities to search for.
- getUntilCommitId() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters
- getUntilCommitId() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentContext
- getUntilId() - Method in class com.atlassian.bitbucket.content.ChangesRequest
- getUntilId() - Method in class com.atlassian.bitbucket.content.DiffRequest
- getUntilId() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
- getUntilId() - Method in class com.atlassian.bitbucket.content.PatchRequest
- getUntilId() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest
-
Specifies the
untilId
to use when retrieving the changes, if thescope
isPullRequestChangeScope.RANGE
. - getUntilId() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
- getUntilId() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest
- getUntilId() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters
- getUntilId() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters
- getUntilId() - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters
- getUntilId() - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters
- getUntilId() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
-
Retrieves the commit which will serve as the tip revision when generating a pull request's diff.
- getUpdatedDate() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
The date that the build status for this repository, commitId and key was last updated.
- getUpdatedDate() - Method in interface com.atlassian.bitbucket.comment.Comment
- getUpdatedDate() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- getUpdatedDate() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
- getUpdatedDate() - Method in interface com.atlassian.bitbucket.job.Job
- getUpdatedDate() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getUpdatedSince() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for pull requests where the updated timestamp is more recent than the returned date.
- getUpdatedUser() - Method in class com.atlassian.bitbucket.event.user.UserAttributeChangedEvent
- getUpdatedUser() - Method in class com.atlassian.bitbucket.event.user.UserErasedEvent
- getUpdatedUser() - Method in class com.atlassian.bitbucket.user.UserErasureRequest
- getUrl() - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatus
-
A url to this build in the CI tool that ran it, so that users are able to navigate there for more information.
- getUrl() - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- getUrl() - Method in class com.atlassian.bitbucket.content.Submodule
- getUrl() - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlResponse
-
The URL to use to download the file.
- getUrl() - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlResponse
-
The URL to use to upload the file.
- getUrlForPerson(Person, AvatarRequest) - Method in interface com.atlassian.bitbucket.avatar.AvatarService
-
Retrieves a URL referencing an avatar for the provided
person
. - getUrlForProject(Project, AvatarRequest) - Method in interface com.atlassian.bitbucket.avatar.AvatarService
-
Retrieves a URL referencing an avatar for the provided
project
. - getUrlForReviewerGroup(ReviewerGroup, AvatarRequest) - Method in interface com.atlassian.bitbucket.avatar.AvatarService
-
Retrieves a URL referencing an avatar for the provided pull request
reviewer group
. - getUrlMode() - Method in class com.atlassian.bitbucket.markup.RenderContext
- getUsage() - Method in exception com.atlassian.bitbucket.scm.CommandUsageException
- getUser() - Method in interface com.atlassian.bitbucket.activity.Activity
- getUser() - Method in interface com.atlassian.bitbucket.auth.Authentication
- getUser() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionParticipant
- getUser() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest
-
Suggestions will be based on push activity for the given user.
- getUser() - Method in class com.atlassian.bitbucket.event.ApplicationEvent
- getUser() - Method in interface com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent
-
Retrieves the user who triggered the ref changes, if available.
- getUser() - Method in class com.atlassian.bitbucket.permission.PermissionRequest
- getUser() - Method in interface com.atlassian.bitbucket.permission.PermittedUser
-
Retrieves the user to which the permission has been granted.
- getUser() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- getUser() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
- getUser() - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest
- getUser() - Method in class com.atlassian.bitbucket.watcher.AbstractWatcherRequest
-
If provided, determines which user is the subject of this request
- getUser() - Method in interface com.atlassian.bitbucket.watcher.Watcher
- getUserById(int) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a
ApplicationUser
by itsID
. - getUserById(int, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a
ApplicationUser
by itsID
. - getUserByName(String) - Method in interface com.atlassian.bitbucket.user.UserService
- getUserByName(String, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a
ApplicationUser
by itsusername
, optionally returning the user even if it has been removed from the underlying user store. - getUserBySlug(String) - Method in interface com.atlassian.bitbucket.user.UserService
- getUserDetails(ApplicationUser) - Method in interface com.atlassian.bitbucket.user.UserAdminService
- getUserDetails(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
- getUsername() - Method in class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
- getUsername() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- getUsername() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest
-
Restricts the search to a specified
user
with the given username. - getUsername() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- getUsername() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- getUsername() - Method in exception com.atlassian.bitbucket.user.NoSuchUserException
- getUsername() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
- getUserRole() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeleteBlockedEvent
- getUsers() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
- getUsers() - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
- getUsers() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest
- getUsers() - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest
- getUsersById(Set<Integer>) - Method in interface com.atlassian.bitbucket.user.UserService
- getUsersById(Set<Integer>, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a set of
ApplicationUser
s by theirIDs
, optionally including users who have been removed from the underlying user store. - getUsersByName(Set<String>) - Method in interface com.atlassian.bitbucket.user.UserService
- getUsersByName(Set<String>, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a set of
ApplicationUser
s by theirusernames
, optionally including users who have been removed from the underlying user store. - getUsersWithPermission(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Get the usernames of the users with the given permission (whether directly or though permission inheritance) This includes users granted the permission directly and those who have the permission through their group membership.
- getUserTimeZone() - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
-
Return the time zone the current user has explicitly configured.
- getValidityMessage() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Get a message regarding the validity of the currently configured license
- getValidParticipants() - Method in exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
- getValidReviewers() - Method in exception com.atlassian.bitbucket.pull.InvalidPullRequestReviewersException
- getValues() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- getValues() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- getValues() - Method in interface com.atlassian.bitbucket.util.Page
- getValues() - Method in class com.atlassian.bitbucket.util.PageImpl
- getVariable() - Method in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
- getVersion() - Method in interface com.atlassian.bitbucket.comment.Comment
- getVersion() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
- getVersion() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
- getVersion() - Method in interface com.atlassian.bitbucket.hook.script.MinimalHookScript
-
Retrieves the script's version.
- getVersion() - Method in interface com.atlassian.bitbucket.job.Job
- getVersion() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- getVersion() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest
- getVersion() - Method in class com.atlassian.bitbucket.pull.PullRequestDeleteRequest
-
Retrieves the expected
version
for the pull request. - getVersion() - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest
-
Deprecated.in 8.9.18, 8.19.7, 9.0.1, 9.1 use
lastReviewedCommit
instead - getVersion() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest
-
Retrieves the expected
version
for the pull request. - getVersion() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest
-
Deprecated.in 8.9.18, 8.19.7, 9.0.1, 9.1 use
lastReviewedCommit
instead - getVersion() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
- getVersion() - Method in class com.atlassian.bitbucket.util.Version
-
Retrieves an immutable copy of the ordered list of version components.
- getVetoes() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
- getVetoes() - Method in exception com.atlassian.bitbucket.hook.repository.RepositoryHookVetoedException
- getVetoes() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeability
- getVetoes() - Method in exception com.atlassian.bitbucket.pull.PullRequestMergeVetoedException
- getVisibility() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those which match the specifiedvisibility
. - getVmId() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
-
Retrieves a unique identifier for this node that remains stable while the node is running.
- getWarningCount() - Method in class com.atlassian.bitbucket.migration.event.MeshMigrationFinishedEvent
- getWarningCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
- getWatchable() - Method in class com.atlassian.bitbucket.watcher.AbstractWatcherRequest
- getWatchable() - Method in interface com.atlassian.bitbucket.watcher.Watcher
- getWatchable() - Method in class com.atlassian.bitbucket.watcher.WatcherSearchRequest
- getWatcher() - Method in class com.atlassian.bitbucket.event.watch.WatcherEvent
- getWatchers() - Method in class com.atlassian.bitbucket.event.pull.PullRequestDeletedEvent
-
Listeners of this event aren't able to call
WatcherService.search(com.atlassian.bitbucket.watcher.WatcherSearchRequest, com.atlassian.bitbucket.util.PageRequest)
to find watchers of the pull request because the pull request has already been deleted. - getWeight() - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Retrieves the weight of this permission relative to other permissions.
- getWeight() - Method in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
- getWhitespace() - Method in class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest
- getWhitespace() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
- getWhitespace() - Method in class com.atlassian.bitbucket.content.DiffContext
- getWhitespace() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
- getWhitespace() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
- getWhitespace() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest
- getWhitespace() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
- getWhitespace() - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters
- getWorldPermissions() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest
- git() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- global() - Static method in class com.atlassian.bitbucket.scope.Scopes
- GLOBAL - Enum constant in enum class com.atlassian.bitbucket.scope.ScopeType
- GLOBAL_ADMINISTRATION - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- globalPermission(Permission) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- GlobalPermissionEvent - Class in com.atlassian.bitbucket.event.permission
-
Event signalling global permission changes.
- GlobalPermissionEvent(Object, Permission, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionEvent
- GlobalPermissionGrantedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user or group are granted a global permission.
- GlobalPermissionGrantedEvent(Object, Permission, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionGrantedEvent
- GlobalPermissionGrantRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group are granted a global permission.
- GlobalPermissionGrantRequestedEvent(Object, Permission, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionGrantRequestedEvent
- GlobalPermissionModificationRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's global permission is modified.
- GlobalPermissionModificationRequestedEvent(Object, Permission, Permission, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionModificationRequestedEvent
- GlobalPermissionModifiedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user or group has their global permission modified.
- GlobalPermissionModifiedEvent(Object, Permission, Permission, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionModifiedEvent
- GlobalPermissionRevocationRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's global permission is revoked.
- GlobalPermissionRevocationRequestedEvent(Object, Permission, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionRevocationRequestedEvent
- GlobalPermissionRevokedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user or group has their global permission revoked.
- GlobalPermissionRevokedEvent(Object, Permission, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.GlobalPermissionRevokedEvent
- GlobalScope - Class in com.atlassian.bitbucket.scope
-
Describes the system wide scope
- GlobalScope() - Constructor for class com.atlassian.bitbucket.scope.GlobalScope
- grantAllProjectPermission(Permission, Project) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Grant a project permission to all users users
- group(String) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- group(String) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set a group filter for the resulting
request
instance. - GroupCleanupEvent - Class in com.atlassian.bitbucket.event.user
-
Raised when a group is deleted from all user directories visible to the server.
- GroupCleanupEvent(Object, String) - Constructor for class com.atlassian.bitbucket.event.user.GroupCleanupEvent
- groupPermission(FilePermission) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
- groupPermissions(Iterable<FilePermission>) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
- groups() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.ConditionalNotEmpty
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.FieldEquals
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.HttpURL
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.Int
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.NonNegativeInt
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.OptionalString
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredField
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredString
- groups() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredUri
- groups(Iterable<String>) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
H
- H2 - Enum constant in enum class com.atlassian.bitbucket.server.DatabaseType
-
H2 internal database
- hardwrap(boolean) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- hardwrap(Boolean) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- hasAllProjectPermission(Permission, Project) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Check if the given project permission has been granted to every logged in user for the given project.
- hasAnyUserPermission(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasAnyUserPermission(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasArchived() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether
archived
text has been set. - hasAvailabilityZone() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- hasBcc() - Method in class com.atlassian.bitbucket.mail.MailMessage
- hasCc() - Method in class com.atlassian.bitbucket.mail.MailMessage
- hasContextLines() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
-
Retrieves a flag indicating whether an explicit number of context lines has been requested.
- hasContextLines() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
Retrieves a flag indicating whether an explicit number of context lines has been requested.
- hasContextLines() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
- hasDirectGlobalUserPermission(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasDirectProjectUserPermission(Project, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasDirectRepositoryUserPermission(Repository, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasExcludes() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- hasFrom() - Method in class com.atlassian.bitbucket.mail.MailMessage
- hasFromRepository() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
-
Retrieves a flag indicating whether these parameters include a
from repository
, indicating the merge is cross-repository, where the to repository is provided when requesting the merge command rather than in these parameters. - hasGlobalGroupPermission(Permission, String) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasGlobalPermission(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasGlobalPermission(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Will return true if the user is
active
and one of the following conditions is met: permission is granted directly for the given user permission is granted to a group the given user is a member of - hasGlobalPermission(String, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Will return true if the user is
active
and one of the following conditions is met: permission is granted directly for the given user permission is granted to a group the given user is a member of - hasGlobalPermissionThroughGroupMembership(Permission, Set<String>) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hashCode() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- hashCode() - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
- hashCode() - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Returns a hash code value for this object.
- hashCode() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
- hashCode() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- hashCode() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
- hashCode() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit
- hashCode() - Method in class com.atlassian.bitbucket.content.SimplePath
- hashCode() - Method in class com.atlassian.bitbucket.filestore.FilePath
- hashCode() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
- hashCode() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
- hashCode() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
- hashCode() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
- hashCode() - Method in class com.atlassian.bitbucket.job.JobSearchRequest
- hashCode() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
- hashCode() - Method in class com.atlassian.bitbucket.mail.MailAttachment
- hashCode() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- hashCode() - Method in class com.atlassian.bitbucket.mail.MailMessage
- hashCode() - Method in class com.atlassian.bitbucket.migration.RepositorySelector
- hashCode() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
- hashCode() - Method in class com.atlassian.bitbucket.property.PropertyMap
- hashCode() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
- hashCode() - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest
- hashCode() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
- hashCode() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange
- hashCode() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
- hashCode() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- hashCode() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
- hashCode() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- hashCode() - Method in class com.atlassian.bitbucket.scope.ProjectScope
- hashCode() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
- hashCode() - Method in class com.atlassian.bitbucket.server.SimpleFeature
- hashCode() - Method in class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionCreateRequest
- hashCode() - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- hashCode() - Method in class com.atlassian.bitbucket.util.PageImpl
- hashCode() - Method in class com.atlassian.bitbucket.util.PageRequestImpl
- hashCode() - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
- hashCode() - Method in class com.atlassian.bitbucket.util.Version
- hashCode(ApplicationUser) - Static method in class com.atlassian.bitbucket.user.ApplicationUserEquality
- hasIncludes() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- hasName() - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest
-
Retrieves a flag indicating whether
name
text has been set. - hasName() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether
name
text has been set. - hasNext() - Method in class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
- hasNext() - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectIdSource
- hasNext() - Method in class com.atlassian.bitbucket.scm.signed.SimpleSignedObjectIdSource
- hasPath() - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
- hasPath() - Method in class com.atlassian.bitbucket.scm.BlameCommandParameters
- hasPaths() - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
- hasPaths() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
- hasPaths() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- hasPermission() - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest
-
Retrieves a flag indicating whether a specific
permission
has been set. - hasPermission() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether a specific
permission
has been set. - hasPrefix(SimplePath) - Method in class com.atlassian.bitbucket.content.SimplePath
-
determines if this path begins with all of
p
- hasPrefix(SimplePath, boolean) - Method in class com.atlassian.bitbucket.content.SimplePath
- hasProjectKey() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether
RepositorySearchRequest.getProjectKey()
projectKey} text has been set. - hasProjectName() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether
RepositorySearchRequest.getProjectName()
projectName} text has been set. - hasProjectPermission(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasProjectPermission(Project, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasProjectPermission(ApplicationUser, int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasProjectPermission(ApplicationUser, Project, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Will return true if the user is
active
and one of the following conditions is met: permission is granted directly for the given user on the given project permission is granted for all logged in users on the given project permission is granted to a group the given user is a member of on the given project The given user is directly granted a permission on at least one repository within the given project and the given permission is implied as a result A group the given user is a member of is granted a permission on at least one repository within the given project and the given permission is implied as a result The given project ispublicly accessible
and the permission is implied as a result the given user is directly grantedadministration rights
A group the given user is a member of is grantedadministration rights
- hasProjectPermissionThroughGroupMembership(Project, Permission, Set<String>) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasRecentlyRejectedRequests() - Method in interface com.atlassian.bitbucket.server.ApplicationStatusService
-
Retrieves a flag indicating whether a recent request has failed.
- hasRepositoryPermission(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasRepositoryPermission(Repository, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasRepositoryPermission(ApplicationUser, int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasRepositoryPermission(ApplicationUser, Repository, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Will return true if the user is
active
and one of the following conditions is met: permission is granted directly for the given user on the given repository permission is granted to a group the given user is a member of on the given repository The given user is directly granted a permission on the containing project and the given permission is implied as a result A group the given user is a member of is granted a permission on the containing project and the given permission is implied as a result All logged in users are granted a permission to the containing project and the given permission is implied as a result The given repository ispublicly accessible
and the permission is implied as a result the given user is directly grantedadministration rights
A group the given user is a member of is grantedadministration rights
This method will always returnfalse
if theuser
given isnull
as anonymous users cannot be granted permissions by definition. - hasRepositoryPermissionThroughGroupMembership(Repository, Permission, Set<String>) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasRestriction(Project, SettingsKey) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
-
Retrieves a flag indicating whether a
restriction
exists, specified by itsprojects
andsettings key
. - hasRestrictions(Collection<Project>, SettingsKey) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
-
Retrieves a flag indicating whether any
restrictions
exists for the providedprojects
, matching the providedsettings key
. - hasSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- hasSessionId() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
- hasSince() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- hasSinceId() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters
- hasState() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether
RepositorySearchRequest.getState()
state} has been set. - hasUserPermission(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasUserPermission(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasUserPermission(ApplicationUser, int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasUserPermission(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasUserPermission(ApplicationUser, ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- hasVisibility() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether a specific
visibility
has been set. - header(String, String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- header(String, List<String>) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlResponse.Builder
- header(String, List<String>) - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlResponse.Builder
- header(Map<String, List<String>>) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlResponse.Builder
- header(Map<String, List<String>>) - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlResponse.Builder
- HelpPathService - Interface in com.atlassian.bitbucket.help
-
A service for retrieving help URLs and related help information for a given help topic.
- hook(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestHooks
- HOOK_SCRIPTS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the hook scripts feature is enabled.
- hooks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- hooks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- hooks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
- HOOKS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Deprecated.in 8.0 for removal when the classic SCM is removed
- HookScript - Interface in com.atlassian.bitbucket.hook.script
-
Describes a hook script.
- HookScriptConfig - Interface in com.atlassian.bitbucket.hook.script
-
Configures a
HookScript
to run for a givenscope
, and defines thetriggers
for which it should be invoked. - HookScriptConfigurationEvent - Class in com.atlassian.bitbucket.hook.script
-
Base class for changing the configuration for a
HookScript
. - HookScriptConfigurationEvent(Object, HookScript, Scope) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptConfigurationEvent
- HookScriptConfigurationRemovedEvent - Class in com.atlassian.bitbucket.hook.script
-
Event fired when a
HookScript
configuration is removed. - HookScriptConfigurationRemovedEvent(Object, HookScript, Scope) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptConfigurationRemovedEvent
- HookScriptConfigurationSetEvent - Class in com.atlassian.bitbucket.hook.script
-
Event fired when a new configuration is set for a
HookScript
. - HookScriptConfigurationSetEvent(Object, HookScriptConfig) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptConfigurationSetEvent
- HookScriptCreatedEvent - Class in com.atlassian.bitbucket.hook.script
-
Event fired when a new
HookScript
is added to the system. - HookScriptCreatedEvent(Object, HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptCreatedEvent
- HookScriptCreateRequest - Class in com.atlassian.bitbucket.hook.script
- HookScriptCreateRequest.Builder - Class in com.atlassian.bitbucket.hook.script
- HookScriptDeletedEvent - Class in com.atlassian.bitbucket.hook.script
-
Event fired when a
HookScript
is deleted from the system. - HookScriptDeletedEvent(Object, HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptDeletedEvent
- HookScriptEvent - Class in com.atlassian.bitbucket.hook.script
-
Base event for
HookScripts
. - HookScriptEvent(Object, HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptEvent
- HookScriptException - Exception in com.atlassian.bitbucket.hook.script
-
A generic base class for exceptions to be thrown when
HookScriptService
operations fail. - HookScriptException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptException
- HookScriptException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptException
- HookScriptOutOfDateException - Exception in com.atlassian.bitbucket.hook.script
- HookScriptOutOfDateException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptOutOfDateException
- HookScriptOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptOutOfDateException
- HookScriptRemoveConfigurationRequest - Class in com.atlassian.bitbucket.hook.script
- HookScriptRemoveConfigurationRequest.Builder - Class in com.atlassian.bitbucket.hook.script
- HookScriptService - Interface in com.atlassian.bitbucket.hook.script
-
A service for creating, updating and configuring
hook scripts
. - HookScriptSetConfigurationRequest - Class in com.atlassian.bitbucket.hook.script
- HookScriptSetConfigurationRequest.Builder - Class in com.atlassian.bitbucket.hook.script
- HookScriptSizeExceededException - Exception in com.atlassian.bitbucket.hook.script
-
Thrown when an app attempts to
create
orupdate
ahook script
with contents which exceed theconfigured max size
. - HookScriptSizeExceededException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptSizeExceededException
- HookScriptStoreException - Exception in com.atlassian.bitbucket.hook.script
-
Thrown when a
hook script
can't be written to or read from the backing store. - HookScriptStoreException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptStoreException
- HookScriptStoreException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptStoreException
- HookScriptType - Enum Class in com.atlassian.bitbucket.hook.script
-
Denotes a
HookScript
's type. - HookScriptUpdatedEvent - Class in com.atlassian.bitbucket.hook.script
-
Fired when a
HookScript
is updated. - HookScriptUpdatedEvent(Object, HookScript, HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptUpdatedEvent
- HookScriptUpdateRequest - Class in com.atlassian.bitbucket.hook.script
- HookScriptUpdateRequest.Builder - Class in com.atlassian.bitbucket.hook.script
- hostname(String) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- HtmlCssInliner - Interface in com.atlassian.bitbucket.mail
-
HtmlCssInliner inlines CSS from plugin modules into HTML.
- htmlEscape(boolean) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- htmlEscape(Boolean) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- HTTP_SCM_HOSTING - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- HttpScmHostingChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event that is raised when the HTTP(S) SCM hosting is enabled or disabled.
- HttpScmHostingChangedEvent(Object, Boolean, Boolean) - Constructor for class com.atlassian.bitbucket.event.server.HttpScmHostingChangedEvent
- HttpURL - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Validate that the string is a valid https or https URL.
- HttpURLValidator - Class in com.atlassian.bitbucket.validation
-
Validate that the string is a valid http or https URL.
- HttpURLValidator() - Constructor for class com.atlassian.bitbucket.validation.HttpURLValidator
I
- i18n() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- I18nKey - Class in com.atlassian.bitbucket.i18n
-
A container object to allow the passing of a property key and its associated context variables.
- I18nKey(String, Object...) - Constructor for class com.atlassian.bitbucket.i18n.I18nKey
- I18nService - Interface in com.atlassian.bitbucket.i18n
-
Serves localized text from properties files.
- id - Variable in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
- id(int) - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Sets the
ID
of the repository to be updated. - id(String) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
- ID - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The pull request ID
- ifPresent(Consumer<? super T>) - Method in interface com.atlassian.bitbucket.request.RequestLocal
-
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
- IGNORE_ALL - Enum constant in enum class com.atlassian.bitbucket.content.DiffWhitespace
-
Ignore all whitespace in the diff.
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
- ignoreMissing(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- IllegalEntityStateException - Exception in com.atlassian.bitbucket
-
Thrown to indicate an entity's internal state was not acceptable for performing a requested operation.
- IllegalEntityStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.IllegalEntityStateException
- IllegalEntityStateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.IllegalEntityStateException
- IllegalPullRequestSearchRequestException - Exception in com.atlassian.bitbucket.pull
-
Indicates that a
search request
was invalid. - IllegalPullRequestSearchRequestException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.IllegalPullRequestSearchRequestException
- IllegalPullRequestStateException - Exception in com.atlassian.bitbucket.pull
-
Thrown when an operation fails because the
pull request
is not in the expectedstate
. - IllegalPullRequestStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.IllegalPullRequestStateException
- IllegalRepositoryStateException - Exception in com.atlassian.bitbucket.repository
-
Thrown to indicate an operation could not be completed because the
repository
was not in the expectedstate
. - IllegalRepositoryStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.IllegalRepositoryStateException
- IllegalRepositoryStateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.repository.IllegalRepositoryStateException
- IllegalRollingUpgradeStateException - Exception in com.atlassian.bitbucket.zdu
-
While trying to enter or exit upgrade mode, this exception is thrown to signal that operation is not allowed because of current state of system e.g.
- IllegalRollingUpgradeStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.zdu.IllegalRollingUpgradeStateException
- IllegalUserStateException - Exception in com.atlassian.bitbucket.user
- IllegalUserStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.user.IllegalUserStateException
- IMMEDIATE - Enum constant in enum class com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
The event should be published immediately, regardless of any transaction in progress.
- impersonating(ApplicationUser, String) - Method in interface com.atlassian.bitbucket.user.SecurityService
-
Creates a custom security context that is authenticated as
user
that can be used to perform operations. - ImportException - Exception in com.atlassian.bitbucket.migration
-
Runtime exception generated during import phase of migration
- ImportException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.migration.ImportException
- ImportException(KeyedMessage, Object) - Constructor for exception com.atlassian.bitbucket.migration.ImportException
- ImportException(KeyedMessage, Object, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ImportException
- ImportException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ImportException
- ImportRequest - Class in com.atlassian.bitbucket.migration
-
Represents a request to import repositories from a file.
- ImportRequest.Builder - Class in com.atlassian.bitbucket.migration
- IN_PROGRESS - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
The restriction is currently being processed.
- InactiveUserAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
A specialisation of
AuthenticationException
, thrown to indicate the user cannot be authenticated because their account is no longer active. - InactiveUserAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.InactiveUserAuthenticationException
- include(RepositorySelector) - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
- include(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
- include(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
- include(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
-
Specify commits to include in the traversal.
- include(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- include(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
- include(String, String...) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
- include(String, String...) - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
-
Specify commits to include in the traversal.
- include(String, String...) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- INCLUDE - Enum constant in enum class com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Include merge commits.
- includeHeadingId(boolean) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- includeHeadingId(Boolean) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- includePrivateRefs(boolean) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
If an explicit refspec is set then this setting is ignored.
- includePrivateRefs(boolean) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
-
If an explicit refspec is set then this setting is ignored.
- includes(Iterable<RepositorySelector>) - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
- includesActivities() - Method in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
- includesPullRequests() - Method in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
- incoming() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
- INCOMING - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestDirection
-
INCOMING indicates the pull request is going to the repository and branch in question.
- IncompatibleApplicationModeException - Exception in com.atlassian.bitbucket.server
-
Indicates the current operation cannot be processed because it is incompatible with the
application mode
- IncompatibleApplicationModeException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.server.IncompatibleApplicationModeException
- IncompleteScmException - Exception in com.atlassian.bitbucket.scm
-
Thrown to indicate that the requested SCM's implementation is not up-to-date with the current SPI.
- IncompleteScmException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.scm.IncompleteScmException
- IncorrectApplicationBaseUrlException - Exception in com.atlassian.bitbucket.jira
-
This exception is thrown when the base URL supplied to Jira to create a reciprocal application link was not accessible from the Jira server.
- IncorrectApplicationBaseUrlException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.jira.IncorrectApplicationBaseUrlException
- IncorrectCaptchaAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
A specialisation of
CaptchaAuthenticationException
, thrown when the CAPTCHA response provided by the user does not match the image that was presented. - IncorrectCaptchaAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.IncorrectCaptchaAuthenticationException
- IncorrectPasswordAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
A specialisation of
AuthenticationException
, thrown to indicate the password supplied during an authentication attempt does not match the password on record. - IncorrectPasswordAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.IncorrectPasswordAuthenticationException
- INCREMENTAL - Enum constant in enum class com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
Refs to be updated are computed by the orchestrator and relevant
update-ref
instructions are passed to each member of the mirror farm. - incrementFailedAuthenticationAttemptCount(String) - Method in interface com.atlassian.bitbucket.user.CaptchaService
-
Increments by one the number of failed authentication attempts the user has made.
- IndexedCommit - Interface in com.atlassian.bitbucket.idx
-
Represents a commit that has been indexed.
- IndexSearchRequest - Class in com.atlassian.bitbucket.idx
-
A request to search the index.
- IndexSearchRequest.Builder - Class in com.atlassian.bitbucket.idx
- INFO - Enum constant in enum class com.atlassian.bitbucket.job.JobMessageSeverity
- INITIALISATION_FAILED - Enum constant in enum class com.atlassian.bitbucket.repository.Repository.State
-
Indicates the associated SCM was not able to create the repository's SCM-specific storage, such as a bare clone on disk in
git
. - INITIALISING - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job is initialising in preparation for running
- INITIALISING - Enum constant in enum class com.atlassian.bitbucket.repository.Repository.State
-
Indicates the repository has just been created in the database and the associated SCM is currently in the process of creating its storage.
- initialize(ConditionalNotEmpty) - Method in class com.atlassian.bitbucket.validation.ConditionalNotEmptyValidator
- initialize(FieldEquals) - Method in class com.atlassian.bitbucket.validation.FieldEqualsValidator
- initialize(HttpURL) - Method in class com.atlassian.bitbucket.validation.HttpURLValidator
- initialize(Int) - Method in class com.atlassian.bitbucket.validation.IntValidator
- initialize(NonNegativeInt) - Method in class com.atlassian.bitbucket.validation.NonNegativeIntValidator
- initialize(OptionalString) - Method in class com.atlassian.bitbucket.validation.OptionalStringValidator
- initialize(RequiredUri) - Method in class com.atlassian.bitbucket.validation.RequiredUriValidator
- initiator(ApplicationUser) - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
- inlineCss(String, String) - Method in interface com.atlassian.bitbucket.mail.HtmlCssInliner
-
Inline CSS referred to by the given complete module key into a given String of HTML.
- INPROGRESS - Enum constant in enum class com.atlassian.bitbucket.build.BuildState
- inputHandler(CommandInputHandler) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Sets the
input handler
which will be used to feed data to the command's input stream. - InputSupplier<T> - Interface in com.atlassian.bitbucket.io
-
A readable source of type
T
. - INSUFFICIENT_USER_PERMISSIONS - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because the user who created it does not have
Permission.REPO_WRITE
permission for the repository containing the pull request. - Int - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Validate a number is a valid integer.
- IntegerValidator - Class in com.atlassian.bitbucket.validation
-
Validate a value can be converted to an
Integer
, optionally validating whether the number is positive. - IntegerValidator() - Constructor for class com.atlassian.bitbucket.validation.IntegerValidator
- INTEGRITY_CHECKS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports integrity checks
- IntegrityException - Exception in com.atlassian.bitbucket
- IntegrityException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.IntegrityException
- IntegrityException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.IntegrityException
- InteractiveSignedObjectIdSource - Class in com.atlassian.bitbucket.scm.signed
-
SignedObjectIdSource
that you can add items to that blocks until a next item becomes available orInteractiveSignedObjectIdSource.complete()
is called. - InteractiveSignedObjectIdSource() - Constructor for class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
- IntValidator - Class in com.atlassian.bitbucket.validation
-
Validator for the
Int
annotation. - IntValidator() - Constructor for class com.atlassian.bitbucket.validation.IntValidator
- InvalidAttachmentMetadataException - Exception in com.atlassian.bitbucket.attachment
-
Exception thrown when there is some invalid attachment metadata.
- InvalidAttachmentMetadataException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.attachment.InvalidAttachmentMetadataException
- InvalidAttachmentMetadataException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.attachment.InvalidAttachmentMetadataException
- InvalidAuthorException - Exception in com.atlassian.bitbucket.repository
- InvalidAuthorException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.InvalidAuthorException
- InvalidLabelException - Exception in com.atlassian.bitbucket.label
- InvalidLabelException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.label.InvalidLabelException
- InvalidLicenseException - Exception in com.atlassian.bitbucket.license
- InvalidLicenseException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.InvalidLicenseException
- InvalidMeshNodeKeyException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate a Mesh node rejected a public key.
- InvalidMeshNodeKeyException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.InvalidMeshNodeKeyException
- InvalidMeshNodeKeyException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.InvalidMeshNodeKeyException
- InvalidMeshNodeStateException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate the specified
MeshNode.State
cannot be set, e.g. - InvalidMeshNodeStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.InvalidMeshNodeStateException
- InvalidMeshNodeStateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.InvalidMeshNodeStateException
- InvalidMeshNodeUrlException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate the specified RPC URL is invalid, either syntactically or semantically.
- InvalidMeshNodeUrlException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.InvalidMeshNodeUrlException
- InvalidMeshNodeUrlException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.InvalidMeshNodeUrlException
- InvalidNameException - Exception in com.atlassian.bitbucket
- InvalidNameException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.InvalidNameException
- InvalidPasswordResetTokenException - Exception in com.atlassian.bitbucket.user
- InvalidPasswordResetTokenException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.user.InvalidPasswordResetTokenException
- InvalidPullRequestParticipantException - Exception in com.atlassian.bitbucket.pull
-
Indicates an operation to mutate particulars of an existing pull request participant or an operation to add a participant to a pull request is invalid.
- InvalidPullRequestParticipantException(KeyedMessage, PullRequestRole) - Constructor for exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException
- InvalidPullRequestParticipantsException - Exception in com.atlassian.bitbucket.pull
- InvalidPullRequestParticipantsException(KeyedMessage, PullRequestRole, Map<String, KeyedMessage>, Set<ApplicationUser>) - Constructor for exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
- InvalidPullRequestReviewersException - Exception in com.atlassian.bitbucket.pull
-
Indicates one or more reviewers could not be added to a new or existing pull request because the users either don't exist, don't have permission to view the pull request.
- InvalidPullRequestReviewersException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.InvalidPullRequestReviewersException
- InvalidPullRequestReviewersException(KeyedMessage, Map<String, KeyedMessage>, Set<ApplicationUser>) - Constructor for exception com.atlassian.bitbucket.pull.InvalidPullRequestReviewersException
- InvalidPullRequestRoleException - Exception in com.atlassian.bitbucket.pull
-
Indicates the supplied role is invalid for the current operation
- InvalidPullRequestRoleException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.InvalidPullRequestRoleException
- InvalidPullRequestTargetException - Exception in com.atlassian.bitbucket.pull
- InvalidPullRequestTargetException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.InvalidPullRequestTargetException
- InvalidRefNameException - Exception in com.atlassian.bitbucket.repository
-
Indicates the ref name supplied was syntactically incorrect.
- InvalidRefNameException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.repository.InvalidRefNameException
- isAbortOnFirstVeto() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookTrigger
- isAbortOnFirstVeto() - Method in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- isAccepted() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
- isAclSupported(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Gets the
file store
for the specifiedPath
, and returns whether the file store supports ACLs. - isActive() - Method in interface com.atlassian.bitbucket.request.RequestContext
- isActive() - Method in interface com.atlassian.bitbucket.request.RequestLocal
- isActive() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
- isActive() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
- isAddedComment() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewFinishedEvent
- isAge() - Method in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- isAll() - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest
- isAll() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- isAllAncestors() - Method in class com.atlassian.bitbucket.content.PatchRequest
- isAllAncestors() - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters
- isAllowPublicSignUp() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isAncestor(SimplePath) - Method in class com.atlassian.bitbucket.content.SimplePath
- isAnchored() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- isAnnotated() - Method in class com.atlassian.bitbucket.scm.FileCommandParameters
- isAnonymous() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- isAnonymous() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- isApproved() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
- isArchived() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves a flag indicating whether this repository is archived.
- isAtomic() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- isAuthenticated() - Method in interface com.atlassian.bitbucket.auth.AuthenticationContext
- isAutoMerge() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- isAutoMerge() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeActivity
- isAutoSubject() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeRequest
- isAutoSubject() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest
-
Retrieves a flag indicating whether the system should prepend an auto-generated subject to the provided
message
. - isAvailable() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
- isAvailable() - Method in class com.atlassian.bitbucket.event.mesh.MeshNodeAvailabilityChangedEvent
- isAvailable() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- isBinary() - Method in interface com.atlassian.bitbucket.content.Diff
-
Retrieves a flag indicating whether the changed file is binary.
- isBoostMatches() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
- isCanceled() - Method in class com.atlassian.bitbucket.event.attachment.AttachmentDeletionRequestedEvent
-
Retrieves a flag indicating whether attachment deletion has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.attachment.AttachmentSaveRequestedEvent
-
Retrieves a flag indicating whether attachment addition has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCancelableCommentEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionGrantRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionModificationRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionRevocationRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionGrantRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionModificationRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionRevocationRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionGrantRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionModificationRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionRevocationRequestedEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.project.ProjectCreationRequestedEvent
-
Retrieves a flag indicating whether project creation has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.project.ProjectDeletionRequestedEvent
-
Retrieves a flag indicating whether project deletion has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.project.ProjectModificationRequestedEvent
-
Retrieves a flag indicating whether project modification has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
- isCanceled() - Method in class com.atlassian.bitbucket.event.pull.PullRequestDeletionRequestedEvent
-
Retrieves a flag indicating whether pull request creation has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.pull.PullRequestOpenRequestedEvent
-
Retrieves a flag indicating whether pull request creation has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.repository.RepositoryCreationRequestedEvent
-
Retrieves a flag indicating whether repository creation has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletionRequestedEvent
-
Retrieves a flag indicating whether repository deletion has already been canceled by another listener.
- isCanceled() - Method in class com.atlassian.bitbucket.event.repository.RepositoryModificationRequestedEvent
-
Retrieves a flag indicating whether repository modification has already been canceled by another listener.
- isCanceled() - Method in interface com.atlassian.bitbucket.scm.Watchdog
-
Retrieves a flag indicating whether the process has been canceled.
- isCanceled() - Method in interface com.atlassian.bitbucket.util.CancelState
-
Retrieves a flag indicating whether the operation has been canceled.
- isClosed() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
Retrieves a flag indicating whether this pull request is closed.
- isClustered() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
- isConfigured() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHook
- isConflicted() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeability
- isConflicted() - Method in exception com.atlassian.bitbucket.pull.PullRequestMergeVetoedException
- isConflicted() - Method in exception com.atlassian.bitbucket.scm.MergeException
- isConflicting() - Method in interface com.atlassian.bitbucket.content.DiffLine
- isCreate() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
- isCrossRepository() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
- isCrossRepository() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
- isCrossRepository() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
- isCrossRepository() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- isDebugLoggingEnabled() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isDedupePendingMessages() - Method in class com.atlassian.bitbucket.topic.TopicSettings
-
Whether identical
messages
that haven't been dispatched yet should be deduplicated. - isDeletable() - Method in interface com.atlassian.bitbucket.permission.PermittedOperations
- isDeletable() - Method in interface com.atlassian.bitbucket.user.DetailedGroup
-
Retrieves a flag indicating whether the directory in which this group is stored supports deleting groups.
- isDeletable() - Method in interface com.atlassian.bitbucket.user.DetailedUser
-
Retrieves a flag indicating whether the directory in which this user is stored supports deleting the user.
- isDescriptionChanged() - Method in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- isDisabled(Feature) - Method in interface com.atlassian.bitbucket.server.FeatureManager
- isDisabled(Feature, boolean) - Method in interface com.atlassian.bitbucket.server.FeatureManager
- isDisasterRecovery() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isDraft() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
Retrieves a flag indicating whether this pull request is a draft.
- isDraft() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
- isDraft() - Method in interface com.atlassian.bitbucket.pull.PullRequestDraftStatusUpdatedActivity
- isDraft() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the search to pull requests that match the specified
draft
status. - isDraft() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
- isDryRun() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
- isDryRun() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
- isDryRun() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
- isEditable() - Method in interface com.atlassian.bitbucket.permission.PermittedOperations
- isEmpty() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- isEmpty() - Method in class com.atlassian.bitbucket.property.PropertyMap
- isEmpty() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
- isEmpty() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Checks whether this request is considered empty, that is, none of the filters have been set.
- isEmpty() - Method in interface com.atlassian.bitbucket.validation.FormErrors
-
Indicates whether this instance of errors is empty, or has any errors.
- isEmpty() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
- isEmpty(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a flag indicating whether the specified repository is empty or not.
- isEmpty(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Tests whether the specified
Repository
is empty. - isEnabled() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHook
- isEnabled() - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeSettings
- isEnabled() - Method in class com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsCreateRequest
- isEnabled() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
-
Retrieves a flag indicating whether or not the strategy is enabled.
- isEnabled(Feature) - Method in interface com.atlassian.bitbucket.server.FeatureManager
- isEnabled(Feature, boolean) - Method in interface com.atlassian.bitbucket.server.FeatureManager
- isExplicit() - Method in enum class com.atlassian.bitbucket.pull.PullRequestRole
- isFailed() - Method in enum class com.atlassian.bitbucket.job.JobState
- isFileAnchor() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- isFollowingRenames() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
-
Whether or not the commit history will attempt to follow renames.
- isFollowingRenames() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
Whether or not the commit history will attempt to follow renames.
- isForce() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- isFork() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves a flag indicating whether this repository is a fork of another repository.
- isForkable() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
-
Retrieves a flag indicating whether the repository should be
forkable
. - isForkable() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves a flag indicating whether this repository may be forked.
- isForkingEnabled() - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a flag indicating whether the system has been configured to allow forking repositories.
- isFromHashUpdated() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- isFullyStarted() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
- isGlobal() - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Indicates whether this
Permission
can be granted globally. - isGrantable() - Method in enum class com.atlassian.bitbucket.permission.Permission
- isGrantableToAll() - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Indicates whether this permission may be granted to all users, or if it must be granted to users or groups individually.
- isHostConfigured() - Method in interface com.atlassian.bitbucket.mail.MailService
- isHttp() - Method in class com.atlassian.bitbucket.event.request.RequestEvent
-
Retrieves a flag indicating whether the event's request, available from the
request context
, is anHttpServletRequest
. - isHttpScmHostingEnabled() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isIgnoreMissing() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest
- isIgnoreMissing() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters
- isIgnoringMissing() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
- isIgnoringMissing() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest
- isIgnoringMissing() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters
- isIgnoringMissing() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters
- isIgnoringMissing() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- isIncludePrivateRefs() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
If an explicit refspec is set then this setting is ignored.
- isIncludePrivateRefs() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
-
If an explicit refspec is set then this setting is ignored.
- isInDestination() - Method in enum class com.atlassian.bitbucket.content.DiffSegmentType
- isIndexed(String, Repository) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
- isInSource() - Method in enum class com.atlassian.bitbucket.content.DiffSegmentType
- isJmxEnabled() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isKeyChanged() - Method in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- isLastPage() - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary
-
Retrieves a flag indicating whether this page is the last page of results.
- isLeader() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
- isLicenseForged() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Check whether the license is potentially forged.
- isLicenseValid() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Check whether the license is valid, and operations are permitted.
- isLineAnchor() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- isLocal() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
- isLocal() - Method in interface com.atlassian.bitbucket.repository.Repository
- isLocked() - Method in interface com.atlassian.bitbucket.pull.PullRequest
- isMaybeNetworkPartitionResolved() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeAddedEvent
- isMaybeNetworkPartitionResolved() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
- isMerge() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussion
- isMergeable() - Method in enum class com.atlassian.bitbucket.pull.PullRequestMergeOutcome
- isMergedRemotely() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
- isMoved() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- isMultilineAnchor() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- isMutableDetails() - Method in interface com.atlassian.bitbucket.user.DetailedUser
-
Retrieves a flag indicating whether the directory in which this user is stored supports updating the user's details, such as
display name
ande-mail address
. - isMutableGroups() - Method in interface com.atlassian.bitbucket.user.DetailedUser
-
Retrieves a flag indicating whether the directory in which this user is stored supports modifying the user's groups, either to add new groups or remove existing ones.
- isNameChanged() - Method in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- isNameChanged() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- isNetworkingEnabled() - Method in interface com.atlassian.bitbucket.cluster.ClusterInformation
- isOffline() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- isOffline() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Returns whether the repository is offline.
- isOpen() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
Retrieves a flag indicating whether this pull request is
open
. - isOriginChanged() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- isOrphaned() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
An orphaned anchor point is out-of-date in the current state of a diff.
- isPending() - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest
- isPending() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest
- isPosixSupported(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Gets the
file store
for the specifiedPath
, and returns whether the file store supports POSIX. - isPresent() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Check whether the current instance has a license.
- isPresent() - Method in interface com.atlassian.bitbucket.request.RequestLocal
- isPreviousDraft() - Method in class com.atlassian.bitbucket.event.pull.PullRequestUpdatedEvent
- isProfilingEnabled() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isProjectAccessible(int) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- isProjectAccessible(Project) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieve whether the current user (authenticated or not) has access to the given project.
- isPrune() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- isPrune() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- isPublic() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest
- isPublic() - Method in interface com.atlassian.bitbucket.project.Project
-
Retrieves a flag indicating whether this project is public.
- isPublic() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
- isPublic() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves a flag indicating whether this repository is public.
- isPubliclyAccessible(Project) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieves whether the project is publicly accessible.
- isPubliclyAccessible(Repository) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieves whether the repository is publicly accessible.
- isQueueingRequests() - Method in interface com.atlassian.bitbucket.server.ApplicationStatusService
-
Retrieves a flag indicating whether a recent request has been queued for longer than the timeout.
- isReadOnly() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the read-only mode status for this repository.
- isRecursive() - Method in class com.atlassian.bitbucket.content.ContentTreeContext
- isRecursive() - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters
- isRefLimitExceeded() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
- isRejected() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
- isRejected() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
- isRemote() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeActivity
- isRemote() - Method in interface com.atlassian.bitbucket.repository.Repository
- isRepositoryAccessible(int) - Method in interface com.atlassian.bitbucket.permission.PermissionService
- isRepositoryAccessible(Repository) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieve whether the current user (authenticated or not) has access to the given repository.
- isRequired(String) - Method in interface com.atlassian.bitbucket.user.CaptchaService
-
Returns whether a CAPTCHA challenge is required for the user with supplied username.
- isRequireStartTls() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- isResolved() - Method in interface com.atlassian.bitbucket.comment.CommentThread
- isResource() - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Indicates whether this
Permission
only applies to specific resource(s), such as projects and repositories. - isResource(Class<?>) - Method in enum class com.atlassian.bitbucket.permission.Permission
-
Indicates whether this permission applies to a given resource type.
- isRoot() - Method in class com.atlassian.bitbucket.content.SimplePath
- isRunning() - Method in interface com.atlassian.bitbucket.cluster.ClusterInformation
- isSecure() - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
-
Retrieves a flag indicating whether avatar URLs should use HTTPS.
- isSecure() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
- isSettingEnabledForPullRequest(PullRequest) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeService
- isSetup() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isShowCaptchaOnSignUp() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
- isSidecar() - Method in interface com.atlassian.bitbucket.mesh.MeshNode
- isSingleLine() - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
- isSlugChanged() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- isStateChanged() - Method in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- isSupported(Repository, ScmFeature) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Tests whether the SCM for the specified
Repository
supports the requestedfeature
. - isSupported(String, ScmFeature) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Tests whether the specified SCM supports the requested
feature
. - isTerminated() - Method in enum class com.atlassian.bitbucket.job.JobState
- isTestingLicense() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Checks whether the
LicenseType
of the license isLicenseType.TESTING
- isToHashUpdated() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- isTransitionable() - Method in interface com.atlassian.bitbucket.permission.PermittedOperations
- isTransitive() - Method in class com.atlassian.bitbucket.watcher.WatcherSearchRequest
-
Indicates if a transitive search should be performed.
- isTraversing() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- isTruncated() - Method in class com.atlassian.bitbucket.content.ChangeSummary
- isTruncated() - Method in interface com.atlassian.bitbucket.content.Diff
-
Retrieves a flag indicating whether the list of
hunks
had to be truncated. - isTruncated() - Method in interface com.atlassian.bitbucket.content.DiffHunk
- isTruncated() - Method in interface com.atlassian.bitbucket.content.DiffLine
- isTruncated() - Method in interface com.atlassian.bitbucket.content.DiffSegment
- isTruncated() - Method in class com.atlassian.bitbucket.content.DiffSummary
-
This is to indicate that some sort of truncation has taken place.
- isUpdateCommitMessageTemplate() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
- isUpgradeModeEnabled() - Method in interface com.atlassian.bitbucket.zdu.RollingUpgradeService
- isUseConfigured() - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
-
Retrieve the URL using the configured base URL.
- isUseCurrentUser() - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest
- isUserActive(ApplicationUser) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves the active state of the user.
- isUserActive(ApplicationUser, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves the active state of the user.
- isUserInGroup(ApplicationUser, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a flag indicating whether the specified user is a member of the specified group.
- isUserInGroup(String, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a flag indicating whether the specified user is a member of the specified group.
- isUseStartTls() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
- isValid(Object, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.ConditionalNotEmptyValidator
- isValid(Object, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.FieldEqualsValidator
- isValid(Object, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.IntegerValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.BaseUrlValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.OptionalStringValidator
-
Checks that the trimmed string is not empty.
- isValid(URI) - Method in class com.atlassian.bitbucket.validation.BaseUrlValidator
- isValid(URI) - Method in class com.atlassian.bitbucket.validation.HttpURLValidator
- isValid(URI, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.RequiredUriValidator
- isWatching(IsWatchingRequest) - Method in interface com.atlassian.bitbucket.watcher.WatcherService
-
Checks if a
watcher
exists that matches the provided request - IsWatchingRequest - Class in com.atlassian.bitbucket.watcher
- IsWatchingRequest.Builder - Class in com.atlassian.bitbucket.watcher
- isWithAutoSrcPath() - Method in class com.atlassian.bitbucket.content.DiffRequest
- isWithAutoSrcPath() - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest
- isWithComments() - Method in class com.atlassian.bitbucket.content.ChangesRequest
- isWithComments() - Method in class com.atlassian.bitbucket.content.DiffRequest
- isWithComments() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest
- isWithComments() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
- isWithDescription() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
- isWithin(Path, Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Returns
true
if the specified path is contained within theexpectedParent
. - isWithMessages() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters
- isWithMessages() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
- isWithMessages() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters
- isWithProperties() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
- isWithSizes() - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters
- isWithTags() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
If using a refspec that includes tags this must be set to false or the fetch command will fail.
- iterator() - Method in class com.atlassian.bitbucket.comment.CommentChain
J
- JIRA_CLOUD_DEV_INFO - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the system can send development information to Jira Cloud.
- JIRA_COMMIT_CHECKER - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the Jira commit checker feature is enabled.
- jiraCloud() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.JiraCloudIntegration
- jiraCloudIntegration() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- JiraSetupException - Exception in com.atlassian.bitbucket.jira
-
Used to indicate something has gone wrong with the creation of the Jira Application Link and/or creation of the Jira Crowd configuration.
- JiraSetupException(String) - Constructor for exception com.atlassian.bitbucket.jira.JiraSetupException
- JiraSetupException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.jira.JiraSetupException
- JiraSetupService - Interface in com.atlassian.bitbucket.jira
-
Encapsulates Jira interactions for: creating a reciprocated (2-way) Application Link; authenticating that link with Trusted Applications; and (optionally) creating a user directory from the selected Jira server. This has been designed and tested with the setup process in mind, and makes the assumption that both the local application and the remote Jira server have identical user bases and trust.
- JiraUserCredentialsException - Exception in com.atlassian.bitbucket.jira
-
This exception is thrown when the user-supplied Jira admin username and/or password was incorrect, or the user authenticated successfully but they are not an administrator.
- JiraUserCredentialsException(String) - Constructor for exception com.atlassian.bitbucket.jira.JiraUserCredentialsException
- job - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- job - Variable in class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
- job(Job) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
- Job - Interface in com.atlassian.bitbucket.job
-
Represents a job that runs for some period of time doing some specific set of tasks on a single node in the cluster.
- JobCreationRequest - Class in com.atlassian.bitbucket.job
-
A request to create a
job
- JobCreationRequest.Builder - Class in com.atlassian.bitbucket.job
- JobMessage - Interface in com.atlassian.bitbucket.job
-
A message logged against a
job
, optionally associated with subject entity such as a project, repository or pull request. - JobMessageCreationRequest - Class in com.atlassian.bitbucket.job
- JobMessageCreationRequest.Builder - Class in com.atlassian.bitbucket.job
- JobMessageSearchRequest - Class in com.atlassian.bitbucket.job
-
A request to find
job messages
- JobMessageSearchRequest.Builder - Class in com.atlassian.bitbucket.job
- JobMessageSeverity - Enum Class in com.atlassian.bitbucket.job
- JobSearchRequest - Class in com.atlassian.bitbucket.job
-
A request to find
jobs
- JobSearchRequest.Builder - Class in com.atlassian.bitbucket.job
- JobService - Interface in com.atlassian.bitbucket.job
-
A service for managing
jobs
. - JobState - Enum Class in com.atlassian.bitbucket.job
- JobUpdateRequest - Class in com.atlassian.bitbucket.job
- JobUpdateRequest.Builder - Class in com.atlassian.bitbucket.job
- join(String, String) - Static method in class com.atlassian.bitbucket.content.SimplePath
-
Intelligently put a "/" between two strings.
K
- key(String) - Method in class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- key(String) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
- KEY_REGEXP - Static variable in interface com.atlassian.bitbucket.project.Project
-
The regexp to validate the project key when creating or updating from an untrusted source.
- KEY_TRUSTED_REGEXP - Static variable in interface com.atlassian.bitbucket.project.Project
-
The regexp to validate the project key when creating or updating from a trusted source, which is slightly more relaxed than
Project.KEY_REGEXP
. - KeyedMessage - Class in com.atlassian.bitbucket.i18n
- KeyedMessage(String, String, String) - Constructor for class com.atlassian.bitbucket.i18n.KeyedMessage
- keysAndTokens() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- keySet() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- keySet() - Method in class com.atlassian.bitbucket.property.PropertyMap
L
- label(Label) - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
- label(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
- Label - Interface in com.atlassian.bitbucket.label
-
Describes a label to group and categorize entities like
Repository
. - labelable(Labelable) - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
- Labelable - Interface in com.atlassian.bitbucket.label
- LabelableSearchRequest - Class in com.atlassian.bitbucket.label
- LabelableSearchRequest.Builder - Class in com.atlassian.bitbucket.label
- LabelableType - Enum Class in com.atlassian.bitbucket.label
- LabelableVisitor<T> - Interface in com.atlassian.bitbucket.label
- LabelExistsException - Exception in com.atlassian.bitbucket.label
- LabelExistsException(KeyedMessage, Label) - Constructor for exception com.atlassian.bitbucket.label.LabelExistsException
- LabelService - Interface in com.atlassian.bitbucket.label
-
Describes a service for interacting with labels.
- LAST_MODIFIED - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports streaming the
last modification
for files. - lastModified(LastModifiedCommandParameters, LastModifiedCallback) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
- LastModifiedCallback - Interface in com.atlassian.bitbucket.commit
-
Describes a callback for receiving the commits that last modified a set of files.
- LastModifiedCommandParameters - Class in com.atlassian.bitbucket.scm
-
Describes a
starting commit
to traverse from, searching for the last commit to modify files in therequested path
. - LastModifiedCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- LastModifiedContext - Class in com.atlassian.bitbucket.commit
- LastModifiedContext.Builder - Class in com.atlassian.bitbucket.commit
- LastModifiedRequest - Class in com.atlassian.bitbucket.commit
-
Describes a request to retrieve the commits that last modified the files in the specified
path
, from a givenstarting commit
. - LastModifiedRequest.Builder - Class in com.atlassian.bitbucket.commit
- LastModifiedSummary - Class in com.atlassian.bitbucket.commit
- LastModifiedSummary.Builder - Class in com.atlassian.bitbucket.commit
- lastPage(boolean) - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
- lastReviewedCommit(String) - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest.Builder
- lastReviewedCommit(String) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest.Builder
- lastUpdated(Date) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- latestCommit(Commit) - Method in class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
- latestCommit(String) - Method in class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
- LicenseChangedEvent - Class in com.atlassian.bitbucket.event.license
-
Event that is raised when the license is changed.
- LicenseChangedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.license.LicenseChangedEvent
- LicenseChangedEvent(Object, BitbucketServerLicense, BitbucketServerLicense) - Constructor for class com.atlassian.bitbucket.event.license.LicenseChangedEvent
-
Allows passing in the old and new licenses optionally
- LICENSED_USER - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows access to the application.
- LicenseException - Exception in com.atlassian.bitbucket.license
- LicenseException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.LicenseException
- LicenseException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.license.LicenseException
- LicenseLimitException - Exception in com.atlassian.bitbucket.license
- LicenseLimitException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.LicenseLimitException
- LicenseService - Interface in com.atlassian.bitbucket.license
-
Provides license related functions.
- licensing() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- like() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequestComment
-
Deep link to liking a pull request comment.
- limit(int) - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
-
Restricts the result set to return at most this many suggestions.
- LimitExceededException - Exception in com.atlassian.bitbucket.license
-
Indicates that the requested operation would breach an internally enforced limit or policy, defined to ensure that the system operates within defined parameters.
- LimitExceededException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.LimitExceededException
- line(int) - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.AbstractLineCommentRequestBuilder
- LineNumberRange - Record Class in com.atlassian.bitbucket.comment
-
A data object to represent a line number range across a git diff.
- LineNumberRange(int, int) - Constructor for record class com.atlassian.bitbucket.comment.LineNumberRange
-
Creates a new line number range
- lineType(DiffSegmentType) - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.AbstractLineCommentRequestBuilder
- LINUX - Enum constant in enum class com.atlassian.bitbucket.server.OperatingSystem
-
Linux-based operating systems.
- listSshKeys() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Profile
- listSshKeys() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ViewUser
- LOCK_FAILURE - Enum constant in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
The auto-merge request could not be processed as the auto-merge specific lock for the repository could not be acquired in time.
- LockService - Interface in com.atlassian.bitbucket.concurrent
-
Provides various types of locks, all of which are safe to use in a cluster.
- logging() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- LoggingService - Interface in com.atlassian.bitbucket.log
-
Service that allows runtime configuration of the logging subsystem.
- login() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/login
- logout() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/login
- logout(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.bitbucket.auth.RememberMeService
-
Clears the remember-me cookie and removes all remember-me tokens for the corresponding series
- LONG - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- LONGAGE - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
M
- MAC_OS - Enum constant in enum class com.atlassian.bitbucket.server.OperatingSystem
-
Mac-based operating systems.
- MAIL_HOST_CONFIGURATION - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- MailAddressInvalidException - Exception in com.atlassian.bitbucket.mail
-
Indicates an error occurred sending an email because one or more of the email addresses was rejected by the mail server.
- MailAddressInvalidException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailAddressInvalidException
- MailAttachment - Class in com.atlassian.bitbucket.mail
- MailAttachment(String, DataSource) - Constructor for class com.atlassian.bitbucket.mail.MailAttachment
- MailAuthenticationException - Exception in com.atlassian.bitbucket.mail
-
Indicates there is an authentication issue talking to the configured mail server.
- MailAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mail.MailAuthenticationException
- MailAuthenticationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailAuthenticationException
- MailException - Exception in com.atlassian.bitbucket.mail
-
Base class for mail exceptions.
- MailException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mail.MailException
- MailException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailException
- MailHostConfiguration - Class in com.atlassian.bitbucket.mail
-
Class containing the mail host configuration.
- MailHostConfiguration.Builder - Class in com.atlassian.bitbucket.mail
- MailHostConfigurationChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event that is raised when the mail host configuration is changed.
- MailHostConfigurationChangedEvent(Object, MailHostConfiguration, MailHostConfiguration) - Constructor for class com.atlassian.bitbucket.event.server.MailHostConfigurationChangedEvent
- MailMessage - Class in com.atlassian.bitbucket.mail
-
Class representing a mail message.
- MailMessage(Set<String>, String, Set<String>, Set<String>, Set<MailAttachment>, String, String, Map<String, String>) - Constructor for class com.atlassian.bitbucket.mail.MailMessage
- MailMessage.Builder - Class in com.atlassian.bitbucket.mail
- MailProtocol - Enum Class in com.atlassian.bitbucket.mail
-
An enumeration of the supported protocols when sending email withing the product.
- MailQueueFullException - Exception in com.atlassian.bitbucket.mail
-
Indicates the backing mail queue is full and the mail message cannot be accepted Regarding logging of instances of this exception, see
MailException
. - MailQueueFullException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mail.MailQueueFullException
- MailQueueFullException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailQueueFullException
- MailSendException - Exception in com.atlassian.bitbucket.mail
-
Indicates an error occurred sending an email.
- MailSendException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mail.MailSendException
- MailSendException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailSendException
- mailServer() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- MailService - Interface in com.atlassian.bitbucket.mail
-
Service used for formatting, scheduling and sending of emails.
- MailSizeExceededException - Exception in com.atlassian.bitbucket.mail
-
Indicates there was an attempt to send a mail message that exceeds the configured size limit.
- MailSizeExceededException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.mail.MailSizeExceededException
-
Constructs a new
MailSizeExceededException
. - MAINTENANCE - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application is currently not available because the application is under maintenance
- MaintenanceEndedEvent - Class in com.atlassian.bitbucket.event.maintenance
-
Fired when maintenance has ended.
- MaintenanceEndedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.maintenance.MaintenanceEndedEvent
- MaintenanceEvent - Class in com.atlassian.bitbucket.event.maintenance
-
A base class for maintenance events.
- MaintenanceEvent(Object) - Constructor for class com.atlassian.bitbucket.event.maintenance.MaintenanceEvent
- MaintenanceStartedEvent - Class in com.atlassian.bitbucket.event.maintenance
-
Fired when maintenance has begun.
- MaintenanceStartedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.maintenance.MaintenanceStartedEvent
- manage() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Addons
- MARKER - Enum constant in enum class com.atlassian.bitbucket.content.ConflictMarker
-
Indicates the line is a conflict marker.
- marketplace() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Addons
- MarkupService - Interface in com.atlassian.bitbucket.markup
-
Renders content to markup using a pipeline of handlers, such as updating mentions and linking to Jira issues.
- max(Permission, Permission) - Static method in enum class com.atlassian.bitbucket.permission.Permission
-
Gets the permission with the maximum
weigth
. - MAX_BODY_LENGTH - Static variable in interface com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplate
-
The maximum length of the body
- MAX_COMPONENT_KEY_LENGTH - Static variable in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- MAX_DESCRIPTION_LENGTH - Static variable in interface com.atlassian.bitbucket.repository.Repository
-
The maximum number of characters of a repository's description
- MAX_FEATURE_KEY_LENGTH - Static variable in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- MAX_HASH_LENGTH - Static variable in interface com.atlassian.bitbucket.repository.RefChange
-
The maximum length of a ref change's to and from hash
- MAX_KEY_LENGTH - Static variable in interface com.atlassian.bitbucket.project.Project
-
The maximum length of a project key.
- MAX_NAME_LENGTH - Static variable in interface com.atlassian.bitbucket.project.Project
-
The maximum length of a project name.
- MAX_NAME_LENGTH - Static variable in interface com.atlassian.bitbucket.repository.Repository
-
The maximum number of characters of a repository's name
- MAX_NAMESPACE_LENGTH - Static variable in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- MAX_PAGE_LIMIT - Static variable in interface com.atlassian.bitbucket.util.PageRequest
-
The maximum size of any page limit.
- MAX_SLUG_LENGTH - Static variable in interface com.atlassian.bitbucket.user.ApplicationUser
-
The maximum length of a user slug
- MAX_TITLE_LENGTH - Static variable in interface com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplate
-
The maximum length of the title
- maxAttempts(int) - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
- maxBytesPerSecond(long) - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
-
Deprecated.in 9.0 for removal in 10.0
- maxChanges(int) - Method in class com.atlassian.bitbucket.content.ChangeContext.Builder
- maxChanges(int) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
- maxChangesPerCommit(int) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
- maxChangesPerCommit(int) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
- maxConcurrency(int, ConcurrencyPolicy) - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
- MaxConcurrentMigrationJobsException - Exception in com.atlassian.bitbucket.migration
-
Exception thrown when a migration job is submitted to be run but the maximum number of concurrent migration jobs are already running on that node.
- MaxConcurrentMigrationJobsException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.migration.MaxConcurrentMigrationJobsException
- MaxConcurrentMigrationJobsException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.MaxConcurrentMigrationJobsException
- maximum() - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Returns the value of the
maximum
record component. - MAXIMUM_BRANCHES_TO_SEARCH - Static variable in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
- maxLineLength(int) - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
- maxLineLength(int) - Method in class com.atlassian.bitbucket.content.FileContext.Builder
- maxLineLength(int) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- maxLineLength(int) - Method in class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
- maxLines(int) - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
- maxLines(int) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest.AbstractCommitRequestBuilder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
- maxMessageLength(int) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
- merge(PullRequestMergeRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Merges a pull request.
- merge(MergeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Merges the specified
fromCommitId
into the specifiedtoBranch
. - merge(PullRequestMergeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
- MERGE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
Invoked when
ScmExtendedCommandFactory.merge(MergeCommandParameters)
is called. - MERGE - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityType
-
Search
PullRequestMergeActivity
exclusively. - MERGE - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
merging branches
. - MERGE_CHECK_TIMEOUT - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because checking the pull request mergeability took more time than allowed.
- MERGE_CONFLICTS - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because there are merge conflicts between the source and target branches of the pull request.
- MERGE_STRATEGIES - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports selectable merge strategies.
- MERGE_STRATEGY_FAILURE - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because the pull request cannot be merged using the requested
PullRequestMergeStrategy
. - mergeChecks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- mergeChecks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- MergeCommandParameters - Class in com.atlassian.bitbucket.scm
- MergeCommandParameters(MergeCommandParameters.AbstractMergeBuilder) - Constructor for class com.atlassian.bitbucket.scm.MergeCommandParameters
- MergeCommandParameters.AbstractMergeBuilder<B extends MergeCommandParameters.AbstractMergeBuilder<B>> - Class in com.atlassian.bitbucket.scm
- MergeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- merged() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
- MERGED - Enum constant in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
The pull request is successfully merged by the system.
- MERGED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
The
pull request
has been accepted and merged to thetarget
. - MERGED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestState
-
The
pull request
has been accepted and merged. - mergedCommitParentNumber(Integer) - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- MergeException - Exception in com.atlassian.bitbucket.scm
- MergeException(KeyedMessage, String, Repository, String, String, boolean) - Constructor for exception com.atlassian.bitbucket.scm.MergeException
- MergeException(KeyedMessage, Throwable, String, Repository, String, String, boolean) - Constructor for exception com.atlassian.bitbucket.scm.MergeException
- mergeHash(String) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- mergeHash(String) - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
- MergeHookRequest - Interface in com.atlassian.bitbucket.hook.repository
-
Request that is provided to
repository-hook
plugin modules when two branches are merged in a repository. - merges(CommitListMergeFilter) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- merges(CommitListMergeFilter) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- mergeStrategies() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- mergeStrategies(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
- mesh() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GitAdmin
- MESH_NAME - Static variable in class com.atlassian.bitbucket.Product
- MeshMigrationFinishedEvent - Class in com.atlassian.bitbucket.migration.event
-
Event that is raised when migrating repositories from Bitbucket DC to Mesh has completed executing.
- MeshMigrationFinishedEvent(Object, Job, long, long, long) - Constructor for class com.atlassian.bitbucket.migration.event.MeshMigrationFinishedEvent
- MeshMigrationRequest - Class in com.atlassian.bitbucket.migration
- MeshMigrationRequest.Builder - Class in com.atlassian.bitbucket.migration
- MeshMigrationStartedEvent - Class in com.atlassian.bitbucket.migration.event
-
Event that is raised when migrating repositories from Bitbucket DC to Mesh has been started.
- MeshMigrationStartedEvent(Object, Job) - Constructor for class com.atlassian.bitbucket.migration.event.MeshMigrationStartedEvent
- MeshNode - Interface in com.atlassian.bitbucket.mesh
-
Represents a node that manages git repositories
- MeshNode.State - Enum Class in com.atlassian.bitbucket.mesh
-
Enumerates the possible states for a given
Mesh node
. - MeshNodeAuthenticationException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate a misconfiguration between Bitbucket Server and Mesh which prevents RPC requests from being sent to the node.
- MeshNodeAuthenticationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.MeshNodeAuthenticationException
- MeshNodeAvailabilityChangedEvent - Class in com.atlassian.bitbucket.event.mesh
-
Raised when a
MeshNode
comes online or goes offline. - MeshNodeAvailabilityChangedEvent(Object, MeshNode, boolean) - Constructor for class com.atlassian.bitbucket.event.mesh.MeshNodeAvailabilityChangedEvent
- MeshNodeConnectionException - Exception in com.atlassian.bitbucket.mesh
-
Thrown when there is a failure verifying connectivity to a
MeshNode
. - MeshNodeConnectionException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.MeshNodeConnectionException
- MeshNodeEvent - Interface in com.atlassian.bitbucket.event.mesh
-
A common marker applied to events related to
MeshNode
s. - MeshNodeIncompatibleException - Exception in com.atlassian.bitbucket.mesh
-
Thrown when a
MeshNode
is incompatible with the application. - MeshNodeIncompatibleException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.MeshNodeIncompatibleException
- MeshNodeNameAlreadyExistsException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate a Mesh node has already been registered with the specified name.
- MeshNodeNameAlreadyExistsException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.MeshNodeNameAlreadyExistsException
- MeshNodeRegisteredEvent - Class in com.atlassian.bitbucket.event.mesh
-
Raised when a new
MeshNode
isregistered
. - MeshNodeRegisteredEvent(Object, MeshNode) - Constructor for class com.atlassian.bitbucket.event.mesh.MeshNodeRegisteredEvent
- MeshNodeUpdatedEvent - Class in com.atlassian.bitbucket.event.mesh
- MeshNodeUpdatedEvent(Object, MeshNode) - Constructor for class com.atlassian.bitbucket.event.mesh.MeshNodeUpdatedEvent
- MeshNodeUrlAlreadyExistsException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate a Mesh node has already been registered with the specified URL.
- MeshNodeUrlAlreadyExistsException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.MeshNodeUrlAlreadyExistsException
- MeshService - Interface in com.atlassian.bitbucket.mesh
-
A service for administering
MeshNode
s. - message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.ConditionalNotEmpty
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.FieldEquals
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.HttpURL
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.Int
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.NonNegativeInt
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.OptionalString
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredField
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredString
- message() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredUri
- message(String) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- message(String) - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
- message(String) - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
- message(String) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- message(String) - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
- message(String) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
- message(String) - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest.AbstractBuilder
- message(String) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
- message(String) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
- message(String) - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
- messageEffector(Function<MailMessage.Builder, MailMessage.Builder>) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
- MessageEvent<T> - Interface in com.atlassian.bitbucket.topic
-
Represents a message being published to a
topic
- messageLength(int) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
- metadata() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoAttachment
- MetadataMap - Interface in com.atlassian.bitbucket.repository
-
A map of pluggable metadata associated with a
Ref
- migrate() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Database
- migrateSettings(String, String) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Migrates settings between the specified hook keys.
- MigrationCanceledEvent - Class in com.atlassian.bitbucket.event.migration
-
Raised when database migration is canceled.
- MigrationCanceledEvent(Object) - Constructor for class com.atlassian.bitbucket.event.migration.MigrationCanceledEvent
- MigrationEndedEvent - Class in com.atlassian.bitbucket.event.migration
-
An abstract base class for constructing events raised when database migration ends, successfully or not.
- MigrationEndedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.migration.MigrationEndedEvent
- MigrationEvent - Class in com.atlassian.bitbucket.event.migration
-
An abstract base class for constructing events related to migrating the system between databases.
- MigrationEvent(Object) - Constructor for class com.atlassian.bitbucket.event.migration.MigrationEvent
- MigrationException - Exception in com.atlassian.bitbucket.migration
-
Runtime exception generated during a migration of repositories.
- MigrationException(KeyedMessage, Object, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.MigrationException
- MigrationExportFinishedEvent - Class in com.atlassian.bitbucket.migration.event
-
Event that is raised when an Data Center export has completed executing.
- MigrationExportFinishedEvent(Object, Job, long, long, long) - Constructor for class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
- MigrationExportStartedEvent - Class in com.atlassian.bitbucket.migration.event
-
Event that is raised when an Data Center Migration export has been started.
- MigrationExportStartedEvent(Object, Job, ExportRequest) - Constructor for class com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent
- MigrationFailedEvent - Class in com.atlassian.bitbucket.event.migration
-
Raised when database migration fails.
- MigrationFailedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.migration.MigrationFailedEvent
- MigrationImportFinishedEvent - Class in com.atlassian.bitbucket.migration.event
-
Event that is raised when an Data Center Migration import has completed executing.
- MigrationImportFinishedEvent(Object, Job, long, long, long) - Constructor for class com.atlassian.bitbucket.migration.event.MigrationImportFinishedEvent
- MigrationImportStartedEvent - Class in com.atlassian.bitbucket.migration.event
-
Event that is raised when an Data Center Migration import has been started.
- MigrationImportStartedEvent(Object, Job) - Constructor for class com.atlassian.bitbucket.migration.event.MigrationImportStartedEvent
- MigrationJobMessageSearchRequest - Class in com.atlassian.bitbucket.migration
-
Request for
job messages
from migration jobs. - MigrationJobMessageSearchRequest.Builder - Class in com.atlassian.bitbucket.migration
- MigrationService - Interface in com.atlassian.bitbucket.migration
- MigrationStartedEvent - Class in com.atlassian.bitbucket.event.migration
-
Raised when database migration begins.
- MigrationStartedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.migration.MigrationStartedEvent
- MigrationSucceededEvent - Class in com.atlassian.bitbucket.event.migration
-
Raised when database migration completes successfully.
- MigrationSucceededEvent(Object) - Constructor for class com.atlassian.bitbucket.event.migration.MigrationSucceededEvent
- MIN_BYTES_PER_SECOND - Static variable in class com.atlassian.bitbucket.migration.MeshMigrationRequest
- MIN_COMPONENT_KEY_LENGTH - Static variable in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- MinimalCommit - Interface in com.atlassian.bitbucket.commit
-
A minimal commit, defining only identifier information.
- MinimalHookScript - Interface in com.atlassian.bitbucket.hook.script
-
A minimal representation of a
HookScript
, retaining only its ID and version. - MinimalRef - Interface in com.atlassian.bitbucket.repository
-
A minimal abstraction for a ref within a
Repository
, describing only the ref's name. - MinimalRefChange - Interface in com.atlassian.bitbucket.repository
-
A minimal abstraction for a ref change, describing only the
ref
and thechange type
. - MinimalRepositoryCommit - Interface in com.atlassian.bitbucket.commit
-
A
MinimalCommit
associated with a specific repository. - MinimalRepositoryRef - Interface in com.atlassian.bitbucket.repository
-
A
MinimalRef
qualified with theRepository
it exists in - minimum() - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Returns the value of the
minimum
record component. - minimumSize() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.OptionalString
- minimumSize() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredString
- MIRROR - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationMode
-
Signifies the application should behave like a code mirror for projects and repositories hosted in another server
- MirrorEvent - Interface in com.atlassian.bitbucket.event.mirror
-
Base interface for events about mirrors connected to this instance.
- mirrors() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- MIRRORS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
mirroring repositories
- mirrorServerId(String) - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
- mirrorServerName(String) - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
- MirrorSyncCallback - Interface in com.atlassian.bitbucket.scm.mirror
-
Describes a callback for receiving streaming
ref changes
. - MirrorSyncCommandParameters - Class in com.atlassian.bitbucket.scm.mirror
- MirrorSyncCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.mirror
- MirrorSyncContext - Class in com.atlassian.bitbucket.scm.mirror
- MirrorSyncContext.Builder - Class in com.atlassian.bitbucket.scm.mirror
- MirrorSyncSummary - Class in com.atlassian.bitbucket.scm.mirror
- MirrorSyncSummary.Builder - Class in com.atlassian.bitbucket.scm.mirror
- MirrorUpdateRefsCommandFailedException - Exception in com.atlassian.bitbucket.scm.mirror
- MirrorUpdateRefsCommandFailedException(KeyedMessage, Throwable, Iterable<RefChange>) - Constructor for exception com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException
- MirrorUpdateRefsCommandFailedException(KeyedMessage, Collection<RefChange>) - Constructor for exception com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException
- MirrorUpdateRefsCommandParameters - Class in com.atlassian.bitbucket.scm.mirror
- MirrorUpdateRefsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.mirror
- mkdir(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Creates the specified
directory
, if it does not already exist. - mkdir(Path, String) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Creates the specified
child
directory beneath theparent
, if it does not already exist. - MODIFICATION - Enum constant in enum class com.atlassian.bitbucket.repository.RefOrder
-
Return references in descending modification order, with the most recently-modified references returned first.
- MODIFY - Enum constant in enum class com.atlassian.bitbucket.content.ChangeType
-
An existing file was modified.
- MODIFY - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
File was modified compared to the "since" commit ID.
- monitoring() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- MoreCollectors - Class in com.atlassian.bitbucket.util
-
Additional utility methods missing from
Collectors
. - MoreFiles - Class in com.atlassian.bitbucket.util
-
Additional utility methods missing from
Files
. - MoreStreams - Class in com.atlassian.bitbucket.util
-
Additional utilities for creating
streams
. - MOVE - Enum constant in enum class com.atlassian.bitbucket.content.ChangeType
-
An existing file was moved to a new path.
N
- name() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
- name(String) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- name(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
- name(String) - Method in class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest.Builder
- name(String) - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest.Builder
- name(String) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
- name(String) - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
- name(String) - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest.Builder
- name(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Sets the name to be used for the request.
- name(String) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the name filter for the resulting
request
instance. - name(String) - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
- name(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
- NAME - Static variable in class com.atlassian.bitbucket.Product
- NAME_REGEXP - Static variable in interface com.atlassian.bitbucket.project.Project
-
The regexp to validate the project name.
- NAME_REGEXP - Static variable in interface com.atlassian.bitbucket.repository.Repository
- NamedLink - Interface in com.atlassian.bitbucket.util
-
An optionally-named link relating to an entity.
- namespace(String) - Method in class com.atlassian.bitbucket.filestore.DeleteFilesRequest.Builder
-
The namespace of the file store to which the file will be uploaded to.
- namespace(String) - Method in class com.atlassian.bitbucket.filestore.DeleteRecursiveRequest.Builder
-
The namespace of the file store to which the file will be uploaded to.
- namespace(String) - Method in class com.atlassian.bitbucket.filestore.FileExistsRequest.Builder
-
The namespace of the file store to which the file will be uploaded to.
- namespace(String) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
-
The namespace of the file store to which the file will be uploaded to.
- namespace(String) - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest.Builder
-
The namespace of the file store to which the file will be uploaded to.
- namespace(String) - Method in class com.atlassian.bitbucket.filestore.ReadFileRequest.Builder
-
The namespace of the file store to which the file will be read from.
- NavBuilder - Interface in com.atlassian.bitbucket.nav
-
Helps build URLs using a fluent interface.
- NavBuilder.AddonMarketplace - Interface in com.atlassian.bitbucket.nav
- NavBuilder.AddonRequests - Interface in com.atlassian.bitbucket.nav
- NavBuilder.Addons - Interface in com.atlassian.bitbucket.nav
- NavBuilder.Admin - Interface in com.atlassian.bitbucket.nav
-
The builder for /admin
- NavBuilder.BrowseRepoResource - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/browse[/...]
- NavBuilder.Builder<B extends NavBuilder.Builder<B>> - Interface in com.atlassian.bitbucket.nav
-
Base interface for all terminal builders (builders which can produce a url)
- NavBuilder.Commit - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID
- NavBuilder.CommitComment - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID/comment/ID
- NavBuilder.Compare - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/compare
- NavBuilder.Compare.CommitsBuilder - Interface in com.atlassian.bitbucket.nav
- NavBuilder.Compare.DiffBuilder - Interface in com.atlassian.bitbucket.nav
- NavBuilder.CompareBuilder<T extends NavBuilder.CompareBuilder<T>> - Interface in com.atlassian.bitbucket.nav
- NavBuilder.CreateProject - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ?create
- NavBuilder.CreatePullRequest - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO/pull-requests?create...
- NavBuilder.CreateRepo - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos?create
- NavBuilder.Dashboard - Interface in com.atlassian.bitbucket.nav
- NavBuilder.Database - Interface in com.atlassian.bitbucket.nav
- NavBuilder.DeleteGroup - Interface in com.atlassian.bitbucket.nav
- NavBuilder.DeleteUser - Interface in com.atlassian.bitbucket.nav
-
The builder for /users/delete
- NavBuilder.GettingStarted - Interface in com.atlassian.bitbucket.nav
-
Builds a URL to the GettingStarted page with an option of adding "next" as a query parameter with the current request url or the passed in url
- NavBuilder.GitAdmin - Interface in com.atlassian.bitbucket.nav
- NavBuilder.GlobalListRepos - Interface in com.atlassian.bitbucket.nav
-
The builder for /repos
- NavBuilder.Groups - Interface in com.atlassian.bitbucket.nav
- NavBuilder.JiraCloudIntegration - Interface in com.atlassian.bitbucket.nav
-
The builder for the JSW Admin page.
- NavBuilder.KeysAndTokens - Interface in com.atlassian.bitbucket.nav
-
A builder for URLs at/under
/admin/keys-and-tokens
. - NavBuilder.Licensing - Interface in com.atlassian.bitbucket.nav
- NavBuilder.ListBranches - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/branches
- NavBuilder.ListCommits - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/commits
- NavBuilder.ListForks - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/forks
- NavBuilder.ListProjects - Interface in com.atlassian.bitbucket.nav
-
The builder for /projects
- NavBuilder.ListPullRequests - Interface in com.atlassian.bitbucket.nav
- NavBuilder.ListRepos - Interface in com.atlassian.bitbucket.nav
-
The builder for /projects/PROJ/repos/REPO/browse - essentially the same as
NavBuilder.Project
but with support for start and limit params o control the repository list - NavBuilder.ListTags - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/tags[/...]
- NavBuilder.Login - Interface in com.atlassian.bitbucket.nav
-
Builds a login URL for the with an option of adding "next" as a query parameter with the current request url or the passed in url
- NavBuilder.Mesh - Interface in com.atlassian.bitbucket.nav
-
A builder for URLs at/under
/admin/git/mesh
. - NavBuilder.NavigationStep<B extends NavBuilder.NavigationStep<B>> - Interface in com.atlassian.bitbucket.nav
-
Builds URL for the with an option of adding "next" as a query parameter with the current request url or the passed in url
- NavBuilder.PagedBuilder<B extends NavBuilder.PagedBuilder<B>> - Interface in com.atlassian.bitbucket.nav
-
A builder for urls that represent a collection of things, one page at a time.
- NavBuilder.PathBuilder<B extends NavBuilder.PathBuilder<B>> - Interface in com.atlassian.bitbucket.nav
-
The builder of urls that have a path to a file resource
- NavBuilder.PluginServlets - Interface in com.atlassian.bitbucket.nav
-
The builder for the plugin servlets
- NavBuilder.Profile - Interface in com.atlassian.bitbucket.nav
- NavBuilder.Project - Interface in com.atlassian.bitbucket.nav
-
The builder for urls hanging off /projects/PROJ.
- NavBuilder.ProjectAutoDeclineSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/auto-decline
- NavBuilder.ProjectAutoMergeSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/auto-merge
- NavBuilder.ProjectDefaultTasksSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/default-tasks
- NavBuilder.ProjectDelete - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/delete
- NavBuilder.ProjectHooks - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/hooks
- NavBuilder.ProjectMergeChecks - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/merge-checks
- NavBuilder.ProjectMergeStrategySettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/merge-strategies/<scmId>
- NavBuilder.ProjectPermissions - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/permissions
- NavBuilder.ProjectPullRequestTemplateSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/pull-request-templates
- NavBuilder.ProjectReviewerGroupSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings/reviewer-groups
- NavBuilder.ProjectSecretScanning - Interface in com.atlassian.bitbucket.nav
-
The builder of urls for the form /project/PROJ/settings/secret-scanning
- NavBuilder.ProjectSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/settings
- NavBuilder.PullRequest - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO/pull-requests/ID/...
- NavBuilder.PullRequestActivity - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/activities
- NavBuilder.PullRequestBuilds - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/builds
- NavBuilder.PullRequestComment - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview?commentId=ID
- NavBuilder.PullRequestCommit - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/commits/ID
- NavBuilder.PullRequestOverview - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview
- NavBuilder.PullRequestRepoSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/pull-requests
- NavBuilder.Repo - Interface in com.atlassian.bitbucket.nav
-
The builder of urls hanging off /projects/PROJ/repos/REPO.
- NavBuilder.RepoArchive - Interface in com.atlassian.bitbucket.nav
-
Builds URLs of the form /rest/api/1.0/projects/PROJ/repos/REPO/archive
- NavBuilder.RepoAttachment - Interface in com.atlassian.bitbucket.nav
-
The builder for URLs of the form /projects/PROJ/repos/REPO/attachments
- NavBuilder.RepoAttachmentMetadata - Interface in com.atlassian.bitbucket.nav
-
The builder for the URLs of the form /projects/PROJ/repos/REPO/attachments/ID/metadata
- NavBuilder.RepoAutoDeclineSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/auto-decline
- NavBuilder.RepoAutoMergeSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/auto-merge
- NavBuilder.RepoBuilds - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO/builds
- NavBuilder.RepoDefaultTasksSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/default-tasks
- NavBuilder.RepoDelete - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/delete
- NavBuilder.RepoFork - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO?fork
- NavBuilder.RepoHooks - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/hooks
- NavBuilder.RepoMergeChecks - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/merge-checks
- NavBuilder.RepoMergeStrategySettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/merge-strategies
- NavBuilder.RepoPermissions - Interface in com.atlassian.bitbucket.nav
- NavBuilder.RepoPullRequestTemplateSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/pull-request-templates
- NavBuilder.RepoPushLog - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO/push-log
- NavBuilder.RepoRequiredBuildsSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/required-builds
- NavBuilder.RepoReviewerGroupsSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings/reviewer-groups
- NavBuilder.RepoSecretScanning - Interface in com.atlassian.bitbucket.nav
-
The builder of urls for the form /project/PROJ/repos/REPO/settings/secret-scanning
- NavBuilder.RepoSettings - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/settings
- NavBuilder.Rest - Interface in com.atlassian.bitbucket.nav
-
The builder for the REST API
- NavBuilder.RestAdmin - Interface in com.atlassian.bitbucket.nav
-
The builder for the REST admin API
- NavBuilder.RestHook - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /rest/hooks/KEY
- NavBuilder.RestHooks - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /rest/hooks
- NavBuilder.RestUser - Interface in com.atlassian.bitbucket.nav
-
The builder for /rest/users/slug
- NavBuilder.RestUsers - Interface in com.atlassian.bitbucket.nav
-
The builder for /rest/users
- NavBuilder.RevisionBrowse - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION
- NavBuilder.RevisionBuilds - Interface in com.atlassian.bitbucket.nav
-
The builder for urls of the form /projects/PROJ/repos/REPO/builds?at=REVISION
- NavBuilder.Tmp - Interface in com.atlassian.bitbucket.nav
-
Group builder for endpoints under /tmp, which are intended to provide access to temporary data stored by the system to facilitate user actions.
- NavBuilder.UserAccount - Interface in com.atlassian.bitbucket.nav
-
The builder for /account
- NavBuilder.Users - Interface in com.atlassian.bitbucket.nav
- NavBuilder.ViewGroup - Interface in com.atlassian.bitbucket.nav
-
The builder for /group/view
- NavBuilder.ViewUser - Interface in com.atlassian.bitbucket.nav
-
The builder for /users/view
- NEEDS_WORK - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Indicates that the participant has finished reviewing the changes in the pull request.
- NEVER - Enum constant in enum class com.atlassian.bitbucket.auth.RememberMeMode
-
Remember-me authentication is disabled.
- NEWEST - Enum constant in enum class com.atlassian.bitbucket.build.BuildOrder
- NEWEST - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Indicates newer pull requests should be shown before older ones
- newRequestLocal() - Method in interface com.atlassian.bitbucket.request.RequestManager
-
Creates a new
RequestLocal
to get/set values in the currentRequestContext
. - newRequestLocal(Consumer<T>) - Method in interface com.atlassian.bitbucket.request.RequestManager
-
Creates a new
RequestLocal
to get/set values in the currentRequestContext
. - newUserCanResetPassword() - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a flag indicating whether the new user is able to set a password or not
- newValue - Variable in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- newValue - Variable in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- next() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.NavigationStep
-
Add "next" as a query parameter with the current relative request url as it value.
- next() - Method in class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
- next() - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectIdSource
- next() - Method in class com.atlassian.bitbucket.scm.signed.SimpleSignedObjectIdSource
- next(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.NavigationStep
-
Add "next" as a query parameter with url as the value.
- NO_ID - Static variable in interface com.atlassian.bitbucket.pull.PullRequestActivityPage
- NO_LINE - Static variable in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
- NoAccessAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
A specialisation of
AuthenticationException
, thrown to indicate the user cannot be authenticated because they don't have permission to access the application. - NoAccessAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.NoAccessAuthenticationException
- NoDefaultBranchException - Exception in com.atlassian.bitbucket.repository
-
Thrown to indicate the configured default branch for a repository does not exist.
- NoDefaultBranchException(KeyedMessage, String, String) - Constructor for exception com.atlassian.bitbucket.repository.NoDefaultBranchException
- NoMailHostConfigurationException - Exception in com.atlassian.bitbucket.mail
-
Indicates the Mail server is not configured and mail cannot be sent.
- NoMailHostConfigurationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mail.NoMailHostConfigurationException
- NONE - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
-
Disables property enrichment on activities and their pull requests.
- NONE - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
- NonNegativeInt - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Validate a number is a non-negative integer.
- NonNegativeIntValidator - Class in com.atlassian.bitbucket.validation
-
Validator for the
NonNegativeInt
annotation. - NonNegativeIntValidator() - Constructor for class com.atlassian.bitbucket.validation.NonNegativeIntValidator
- NORMAL - Enum constant in enum class com.atlassian.bitbucket.comment.CommentSeverity
-
Type for a
normal comment
instance. - NORMAL - Enum constant in enum class com.atlassian.bitbucket.project.ProjectType
-
Type for a
simple project
instance. - NORMAL - Enum constant in enum class com.atlassian.bitbucket.user.UserType
-
'Normal' users are backed by a user from a Crowd directory and are capable of authenticating via the UI or REST provided they are licensed to do so.
- NoSuchAvatarException - Exception in com.atlassian.bitbucket.avatar
- NoSuchAvatarException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.avatar.NoSuchAvatarException
- NoSuchBranchException - Exception in com.atlassian.bitbucket.repository
-
Indicates no branch exists with the specified name.
- NoSuchBranchException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.repository.NoSuchBranchException
- NoSuchCommentException - Exception in com.atlassian.bitbucket.comment
-
Indicates the requested comment does not exist.
- NoSuchCommentException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.comment.NoSuchCommentException
- NoSuchCommitException - Exception in com.atlassian.bitbucket.commit
-
Indicates no commit exists with the specified ID.
- NoSuchCommitException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.commit.NoSuchCommitException
- NoSuchEntityException - Exception in com.atlassian.bitbucket
- NoSuchEntityException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.NoSuchEntityException
- NoSuchEntityException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.NoSuchEntityException
- NoSuchGroupException - Exception in com.atlassian.bitbucket.user
-
Specialisation of
NoSuchEntityException
thrown to indicate the named group does not exist. - NoSuchGroupException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.user.NoSuchGroupException
- NoSuchHookScriptException - Exception in com.atlassian.bitbucket.hook.script
-
Thrown to indicate the
requested hook script
does not exist. - NoSuchHookScriptException(KeyedMessage, long) - Constructor for exception com.atlassian.bitbucket.hook.script.NoSuchHookScriptException
- NoSuchLabelException - Exception in com.atlassian.bitbucket.label
- NoSuchLabelException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.label.NoSuchLabelException
- NoSuchMeshNodeException - Exception in com.atlassian.bitbucket.mesh
-
Thrown to indicate no Mesh node is registered with the specified ID.
- NoSuchMeshNodeException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.NoSuchMeshNodeException
- NoSuchMeshNodeException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.NoSuchMeshNodeException
- NoSuchObjectException - Exception in com.atlassian.bitbucket
- NoSuchObjectException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.NoSuchObjectException
- NoSuchObjectException(KeyedMessage, String, Throwable) - Constructor for exception com.atlassian.bitbucket.NoSuchObjectException
- NoSuchParticipantException - Exception in com.atlassian.bitbucket.pull
-
Indicates that the person specified in the operation is not a participant of the pull request.
- NoSuchParticipantException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.NoSuchParticipantException
- NoSuchPathException - Exception in com.atlassian.bitbucket.content
- NoSuchPathException(KeyedMessage, String, String) - Constructor for exception com.atlassian.bitbucket.content.NoSuchPathException
- NoSuchPathException(KeyedMessage, String, String, Throwable) - Constructor for exception com.atlassian.bitbucket.content.NoSuchPathException
- NoSuchProjectException - Exception in com.atlassian.bitbucket.project
- NoSuchProjectException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.project.NoSuchProjectException
- NoSuchPullRequestException - Exception in com.atlassian.bitbucket.pull
-
Indicates that a pull request was requested that does not exist.
- NoSuchPullRequestException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.NoSuchPullRequestException
- NoSuchPullRequestReviewException - Exception in com.atlassian.bitbucket.pull
-
Thrown when a user tries to complete a pull request review but one does not exist.
- NoSuchPullRequestReviewException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.NoSuchPullRequestReviewException
- NoSuchRepositoryException - Exception in com.atlassian.bitbucket.repository
- NoSuchRepositoryException(KeyedMessage, Project) - Constructor for exception com.atlassian.bitbucket.repository.NoSuchRepositoryException
- NoSuchRepositoryException(KeyedMessage, Throwable, Project) - Constructor for exception com.atlassian.bitbucket.repository.NoSuchRepositoryException
- NoSuchResourceException - Exception in com.atlassian.bitbucket
- NoSuchResourceException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.NoSuchResourceException
- NoSuchReviewerGroupException - Exception in com.atlassian.bitbucket.pull.reviewer
- NoSuchReviewerGroupException(KeyedMessage, long) - Constructor for exception com.atlassian.bitbucket.pull.reviewer.NoSuchReviewerGroupException
- NoSuchTagException - Exception in com.atlassian.bitbucket.repository
-
Indicates no tag exists with the specified name.
- NoSuchTagException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.repository.NoSuchTagException
- NoSuchUserException - Exception in com.atlassian.bitbucket.user
-
Indicates the named user does not exist
- NoSuchUserException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.user.NoSuchUserException
- NOT_BLANK - Static variable in class com.atlassian.bitbucket.util.BuilderSupport
- NotAJiraServerException - Exception in com.atlassian.bitbucket.jira
-
This exception is thrown when the setup service can not retrieve the remote Jira server's UAL manifest (usually available at /rest/applinks/1.0/manifest).
- NotAJiraServerException(String) - Constructor for exception com.atlassian.bitbucket.jira.NotAJiraServerException
- NotAJiraServerException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.jira.NotAJiraServerException
- NotAuthorizedScmException - Exception in com.atlassian.bitbucket.scm
-
An exception that is thrown by
commands
created by theScmMirrorCommandFactory
when they fail due to authorization problems. - NotAuthorizedScmException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.scm.NotAuthorizedScmException
- NotAuthorizedScmException(KeyedMessage, Throwable, String) - Constructor for exception com.atlassian.bitbucket.scm.NotAuthorizedScmException
- NotDataCenterLicenseException - Exception in com.atlassian.bitbucket.license
-
Indicates that an attempt was made to change the license to one which is not a data center license.
- NotDataCenterLicenseException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.NotDataCenterLicenseException
- notificationSettings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PluginServlets
- NoUniqueUserIdentifierException - Exception in com.atlassian.bitbucket
-
Exception thrown when no unique user identifier could be generated.
- NoUniqueUserIdentifierException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.NoUniqueUserIdentifierException
O
- oauthTokens() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PluginServlets
- objectIdSource(SignedObjectIdSource) - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters.Builder
- of(Repository) - Static method in class com.atlassian.bitbucket.migration.RepositorySelector
- of(Iterable<C>) - Static method in class com.atlassian.bitbucket.comment.CommentChain
-
A convenience method for creating a new
chain
from the provided comments. - of(String, String) - Static method in class com.atlassian.bitbucket.migration.RepositorySelector
- offerBlame(Page<Blame>) - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
- offerBlame(Page<Blame>) - Method in interface com.atlassian.bitbucket.content.FileContentCallback
-
If annotations were requested and at least one
line
was streamed, this method will be called beforeFileContentCallback.onEnd(FileSummary)
to provideblame
for the streamed lines. - offerThreads(Stream<CommentThread>) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- offerThreads(Stream<CommentThread>) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Offers
threads
for any comments which should be included in the diff to the callback. - OFFLINE - Enum constant in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Indicates that the node is currently offline.
- OFFLINE - Enum constant in enum class com.atlassian.bitbucket.repository.Repository.State
-
Indicates that the repository is remotely managed and that the node that manages it is currently offline.
- OLDEST - Enum constant in enum class com.atlassian.bitbucket.build.BuildOrder
- OLDEST - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Indicates older pull requests should be shown before newer ones
- oldValue - Variable in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
- oldValue - Variable in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
- onBinary() - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
- onBinary() - Method in interface com.atlassian.bitbucket.content.FileContentCallback
-
Called once if the file is binary.
- onBinary(Path, Path) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onBinary(Path, Path) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called to indicate a binary file differs.
- onBranch(Branch) - Method in interface com.atlassian.bitbucket.repository.BranchCallback
-
Called to process a
branch
. - onCancel(String, int, String, Throwable) - Method in interface com.atlassian.bitbucket.scm.CommandExitHandler
-
Invoked after a
Command
exits after having been canceled. - onChange(Change) - Method in class com.atlassian.bitbucket.content.AbstractChangeCallback
-
Discards the provided
Change
and returnstrue
to continue streaming. - onChange(Change) - Method in interface com.atlassian.bitbucket.content.ChangeCallback
-
Provides a
change
to the callback for processing. - onCommit(Commit) - Method in class com.atlassian.bitbucket.commit.AbstractCommitCallback
- onCommit(Commit) - Method in interface com.atlassian.bitbucket.commit.CommitCallback
-
Receives a fully-populated
commit
for processing. - onCommit(Commit, Set<Repository>) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkCommitCallback
-
Receives a commit, and the set of repositories the commit was found in.
- onComplete(CommandSummary) - Method in interface com.atlassian.bitbucket.scm.CommandSummaryHandler
-
Notifies the handler that the
command
it was attached to has completed, and provides a summary of the command. - onDiffEnd(boolean) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onDiffEnd(boolean) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called upon reaching the end of the current overall diff, indicating no more changes exist for the current source/destination pair.
- onDiffStart(Path, Path) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onDiffStart(Path, Path) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called to mark the start of an overall diff.
- onEnd(CommitSummary) - Method in class com.atlassian.bitbucket.commit.AbstractCommitCallback
- onEnd(CommitSummary) - Method in interface com.atlassian.bitbucket.commit.CommitCallback
-
Called after the final
commit
has been streamed. - onEnd(TraversalSummary) - Method in class com.atlassian.bitbucket.commit.graph.TraversalCallback
-
Receive a summary of the traversal when it has completed.
- onEnd(LastModifiedSummary) - Method in interface com.atlassian.bitbucket.commit.LastModifiedCallback
-
Called after the final
file
's last modification has been streamed. - onEnd(ChangeSummary) - Method in class com.atlassian.bitbucket.content.AbstractChangeCallback
- onEnd(ChangeSummary) - Method in interface com.atlassian.bitbucket.content.ChangeCallback
-
Called after the final
change
has been streamed. - onEnd(ContentTreeSummary) - Method in class com.atlassian.bitbucket.content.AbstractContentTreeCallback
- onEnd(ContentTreeSummary) - Method in interface com.atlassian.bitbucket.content.ContentTreeCallback
-
Called after the final
tree node
has been streamed. - onEnd(DiffSummary) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onEnd(DiffSummary) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called after the final
DiffContentCallback.onDiffEnd(boolean)
, after all diffs have been streamed. - onEnd(FileSummary) - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
- onEnd(FileSummary) - Method in interface com.atlassian.bitbucket.content.FileContentCallback
- onEnd(BranchSummary) - Method in interface com.atlassian.bitbucket.repository.BranchCallback
-
Called after the final
branch
has been streamed. - onEnd(RefSummary) - Method in class com.atlassian.bitbucket.repository.AbstractRefCallback
- onEnd(RefSummary) - Method in interface com.atlassian.bitbucket.repository.RefCallback
-
Called after the final
ref
has been streamed. - onEnd(TagSummary) - Method in interface com.atlassian.bitbucket.repository.TagCallback
-
Called after the final
tag
has been streamed. - onEnd(BulkCommitSummary) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkCommitCallback
-
Called after the final
commit
has been streamed. - onEnd(BulkContentSummary) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkContentCallback
-
Called at the end.
- onEnd(BulkTraversalSummary) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkTraversalCallback
-
Receive a summary of the traversal when it has completed.
- onEnd(MirrorSyncSummary) - Method in interface com.atlassian.bitbucket.scm.mirror.MirrorSyncCallback
-
Called after the final
ref change
has been streamed. - onEnd(PushSummary) - Method in interface com.atlassian.bitbucket.scm.PushCallback
-
Called after the final
ref change
has been streamed. - onEnd(SignedObjectsSummary) - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectCallback
-
Called after the signature information for the final requested object has been provided.
- onExit(String, int, String, Throwable) - Method in interface com.atlassian.bitbucket.scm.CommandExitHandler
-
Invoked after a
Command
exists after running to completion without being canceled. - onFailedRef(MinimalRef) - Method in interface com.atlassian.bitbucket.scm.mirror.MirrorSyncCallback
-
Called when a ref failed to synchronize.
- onFailedRef(MinimalRef) - Method in interface com.atlassian.bitbucket.scm.PushCallback
-
Called when a ref failed to synchronize.
- onFile(BulkFile, InputStream) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkContentCallback
-
For each file where the content was requested with
BulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile)
, this method is called. - onFile(String, Commit) - Method in interface com.atlassian.bitbucket.commit.LastModifiedCallback
-
Receives a fully-populated
commit
which last modified the specifiedfile
. - onHunkEnd(boolean) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onHunkEnd(boolean) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called upon reaching the end of a hunk of segments within the current overall diff.
- onHunkStart(int, int, int, int, String) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onHunkStart(int, int, int, int, String) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called to mark the start of a new hunk within the current overall diff, containing one or more contiguous segments of lines anchored at the provided line numbers in the source and destination files.
- onLine(int, String, boolean) - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
-
Ignores the provided line details and returns
true
, which will continue streaming. - onLine(int, String, boolean) - Method in interface com.atlassian.bitbucket.content.FileContentCallback
-
Called once for each line in the file.
- ONLY - Enum constant in enum class com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Include only merge commits.
- onMessage(MessageEvent<T>) - Method in interface com.atlassian.bitbucket.topic.TopicListener
-
Callback method that is called when a message is published to the topic that the listener has subscribed to.
- onMissing(String) - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectCallback
-
Called when no object was found in the repository for the requested
objectId
. - onNode(CommitGraphNode) - Method in class com.atlassian.bitbucket.commit.graph.TraversalCallback
-
Visit a node in the commit graph.
- onNode(CommitGraphNode) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkTraversalCallback
-
Visit a node in the commit graph.
- onProgress(Progress) - Method in interface com.atlassian.bitbucket.scm.PushCallback
-
Called when there is a progress update for the operation.
- onRef(Ref) - Method in class com.atlassian.bitbucket.repository.AbstractRefCallback
-
Discards the provided
ref
. - onRef(Ref) - Method in interface com.atlassian.bitbucket.repository.RefCallback
-
Called to process a
ref
. - onRefChange(MinimalRefChange) - Method in interface com.atlassian.bitbucket.scm.PushCallback
-
Provides a
ref change
to the callback for processing. - onRefChange(RefChange) - Method in interface com.atlassian.bitbucket.scm.mirror.MirrorSyncCallback
-
Provides a
ref change
to the callback for processing. - onSegmentEnd(boolean) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onSegmentEnd(boolean) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called upon reaching the end of a segment within the current hunk, where a segment may end either because lines with a different type were encountered or because there are no more contiguous lines in the hunk.
- onSegmentLine(String, ConflictMarker, boolean) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onSegmentLine(String, ConflictMarker, boolean) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called to process a line within the current segment.
- onSegmentStart(DiffSegmentType) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onSegmentStart(DiffSegmentType) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called to mark the start of a new segment within the current hunk, containing one or more contiguous lines which all share the same
type
. - onSigned(SignableObjectType, String, String, String) - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectCallback
-
Called when the requested object was found and contained a signature.
- onStart(CommitContext) - Method in class com.atlassian.bitbucket.commit.AbstractCommitCallback
- onStart(CommitContext) - Method in interface com.atlassian.bitbucket.commit.CommitCallback
-
Called before the first
commit
is streamed. - onStart(TraversalContext) - Method in class com.atlassian.bitbucket.commit.graph.TraversalCallback
- onStart(LastModifiedContext) - Method in interface com.atlassian.bitbucket.commit.LastModifiedCallback
-
Called before the first
file
is streamed. - onStart(ChangeContext) - Method in class com.atlassian.bitbucket.content.AbstractChangeCallback
- onStart(ChangeContext) - Method in interface com.atlassian.bitbucket.content.ChangeCallback
-
Called before the first
change
is streamed. - onStart(ContentTreeContext) - Method in class com.atlassian.bitbucket.content.AbstractContentTreeCallback
- onStart(ContentTreeContext) - Method in interface com.atlassian.bitbucket.content.ContentTreeCallback
-
Called before the first
ContentTreeCallback.onTreeNode(ContentTreeNode)
. - onStart(DiffContext) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
- onStart(DiffContext) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called before the first
DiffContentCallback.onDiffStart(Path, Path)
. - onStart(FileContext) - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
- onStart(FileContext) - Method in interface com.atlassian.bitbucket.content.FileContentCallback
-
Called before the first
FileContentCallback.onLine(int, String, boolean)
. - onStart(BranchContext) - Method in interface com.atlassian.bitbucket.repository.BranchCallback
-
Called before the first
branch
is streamed. - onStart(RefContext) - Method in class com.atlassian.bitbucket.repository.AbstractRefCallback
- onStart(RefContext) - Method in interface com.atlassian.bitbucket.repository.RefCallback
-
Called before the first
ref
is streamed. - onStart(TagContext) - Method in interface com.atlassian.bitbucket.repository.TagCallback
-
Called before the first
tag
is streamed. - onStart(BulkCommitContext) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkCommitCallback
-
Called before the first
commit
is streamed. - onStart(BulkContentContext) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkContentCallback
-
Called before any other methods are called.
- onStart(BulkTraversalContext) - Method in interface com.atlassian.bitbucket.scm.bulk.BulkTraversalCallback
- onStart(MirrorSyncContext) - Method in interface com.atlassian.bitbucket.scm.mirror.MirrorSyncCallback
-
Called before the first
ref change
is streamed. - onStart(PushContext) - Method in interface com.atlassian.bitbucket.scm.PushCallback
-
Called before the first
ref change
is streamed. - onStart(SignedObjectsContext) - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectCallback
-
Called before the signature information for the first requested object is provided.
- onTag(Tag) - Method in interface com.atlassian.bitbucket.repository.TagCallback
-
Called to process a
tag
. - onTreeNode(ContentTreeNode) - Method in class com.atlassian.bitbucket.content.AbstractContentTreeCallback
-
Discards the provided
ContentTreeNode
and returnstrue
to continue streaming. - onTreeNode(ContentTreeNode) - Method in interface com.atlassian.bitbucket.content.ContentTreeCallback
-
Called once for each path in the tree.
- onUnsigned(SignableObjectType, String) - Method in interface com.atlassian.bitbucket.scm.signed.SignedObjectCallback
-
Called when the requested object was found, but was not signed.
- open() - Method in interface com.atlassian.bitbucket.attachment.AttachmentSupplier
- open() - Method in interface com.atlassian.bitbucket.avatar.AvatarSupplier
-
Provides an
InputStream
to read the avatar. - open() - Method in class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
- open() - Method in class com.atlassian.bitbucket.avatar.SimpleAvatarSupplier
-
Retrieves the
InputStream
provided when this supplier was constructed. - open() - Method in interface com.atlassian.bitbucket.io.InputSupplier
-
Provides an object that encapsulates a readable resource.
- open() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
- OPEN - Enum constant in enum class com.atlassian.bitbucket.comment.CommentState
-
The
comment
is open. - OPEN - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestState
-
The
pull request
is open. - OPENED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
A new
pull request
has been opened. - OperatingSystem - Enum Class in com.atlassian.bitbucket.server
-
Enumerates possible operating systems.
- OperatingSystemChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event raised after migrating between major operating systems.
- OperatingSystemChangedEvent(Object, OperatingSystem, OperatingSystem) - Constructor for class com.atlassian.bitbucket.event.server.OperatingSystemChangedEvent
- Operation<T,
E extends Throwable> - Interface in com.atlassian.bitbucket.util -
Interface for operations carried out by services on behalf of plugins
- opposite() - Method in enum class com.atlassian.bitbucket.pull.PullRequestDirection
- OPTIONAL - Enum constant in enum class com.atlassian.bitbucket.auth.RememberMeMode
-
Remember-me authentication is enabled but only performed when a user checks the 'Remember my login' checkbox on the login form.
- OptionalString - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).
- OptionalStringValidator - Class in com.atlassian.bitbucket.validation
-
Validator for the
OptionalString
annotation. - OptionalStringValidator() - Constructor for class com.atlassian.bitbucket.validation.OptionalStringValidator
- ORACLE - Enum constant in enum class com.atlassian.bitbucket.server.DatabaseType
-
Oracle database
- order(CommitOrder) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- order(CommitOrder) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- order(PullRequestOrder) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
- order(RefOrder) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
- order(RefOrder) - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
- Order - Enum Class in com.atlassian.bitbucket.util
-
Specifies the direction a list of results should be ordered - ascending or descending order.
- orders(PullRequestOrder, PullRequestOrder...) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Specifies a list of
order
's to return the search results in (defaults toNEWEST first
). - orders(Iterable<PullRequestOrder>) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Specifies a list of
order
's to return the search results in (defaults toNEWEST first
). - ORPHANED - Enum constant in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Only Orphaned comments.
- OURS - Enum constant in enum class com.atlassian.bitbucket.content.ConflictMarker
-
Indicates the line comes from our version of the file.
- out() - Method in interface com.atlassian.bitbucket.hook.ScmHookDetails
- outgoing() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
- OUTGOING - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestDirection
-
OUTGOING indicates the pull request is coming from the repository and branch in question.
- overlaps(LineNumberRange) - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Determines whether the provided line number range overlaps (shares line numbers in common) with this range
- overview() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the pull request's overview, which displays snippets for activities which have been performed on the pull request as well its description.
- ownerPermission(FilePermission) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
- ownerPermissions(Iterable<FilePermission>) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
P
- Page<T> - Interface in com.atlassian.bitbucket.util
-
Provides support for pagination.
- paged() - Method in interface com.atlassian.bitbucket.util.PagedCallback
-
May be called by whatever component feeds information to the callback to indicate that the bounds of the
PageRequest
have been applied already. - PagedCallback - Interface in com.atlassian.bitbucket.util
-
Marker interface augmenting a callback which produces a
Page
of results during its processing. - PageImpl<T> - Class in com.atlassian.bitbucket.util
- PageImpl(PageRequest, int, Iterable<T>, boolean) - Constructor for class com.atlassian.bitbucket.util.PageImpl
- PageImpl(PageRequest, Iterable<T>, boolean) - Constructor for class com.atlassian.bitbucket.util.PageImpl
-
Creates a page from the provided
values
and explicitly setsPageImpl.getIsLastPage()
. - PageImpl(PageRequest, Iterable<T>, boolean, int, int) - Constructor for class com.atlassian.bitbucket.util.PageImpl
- pageRequest(PageRequest) - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
- PageRequest - Interface in com.atlassian.bitbucket.util
-
Pagination for a request.
- PageRequestImpl - Class in com.atlassian.bitbucket.util
-
Default implementation of
PageRequest
. - PageRequestImpl(int, int) - Constructor for class com.atlassian.bitbucket.util.PageRequestImpl
-
Constructs a new
PageRequestImpl
for retrieving a page withlimit
entries from the specifiedstart
index. - PageStartOutOfBoundsException - Exception in com.atlassian.bitbucket.util
- PageStartOutOfBoundsException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.util.PageStartOutOfBoundsException
- PageStartOutOfBoundsException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.util.PageStartOutOfBoundsException
- parent(MinimalCommit) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- parent(Repository) - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
Sets the repository to be forked, which will be the
origin
of the fork. - parent(String) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- parents(MinimalCommit, MinimalCommit...) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- parents(Iterable<MinimalCommit>) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- parse(String) - Static method in enum class com.atlassian.bitbucket.scm.ScmFeature
- participant(PullRequestParticipantRequest) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the participants they have.
- PARTICIPANT - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestRole
-
The
participant
has no explicit role in thepull request
. - PARTICIPANT_STATUS - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Indicates pull requests should be shown in an order based on
status
. - participants(Iterable<PullRequestParticipantRequest>) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the participants they have.
- participantStatus(PullRequestParticipantStatus) - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest.Builder
- password() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.UserAccount
- password(String) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- password(String) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- password(String) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- passwordReset() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/passwordreset
- patch(PatchCommandParameters, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Streams a patch for a given
commit
or commit range. - PATCH - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
streaming patches
. - PatchCommandParameters - Class in com.atlassian.bitbucket.scm
-
Describes a commit for which to generate a
patch
. - PatchCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- PatchRequest - Class in com.atlassian.bitbucket.content
-
Describes a request to format a patch of a given repository for a given commit or commit range.
- PatchRequest.Builder - Class in com.atlassian.bitbucket.content
- path(Path) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PathBuilder
- path(FilePath) - Method in class com.atlassian.bitbucket.filestore.FileExistsRequest.Builder
-
The path on the store to which the file will be uploaded to.
- path(FilePath) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
-
The path on the store to which the file will be uploaded to.
- path(FilePath) - Method in class com.atlassian.bitbucket.filestore.GeneratePutUrlRequest.Builder
-
The path on the store to which the file will be uploaded to.
- path(FilePath) - Method in class com.atlassian.bitbucket.filestore.ReadFileRequest.Builder
-
The path on the store to which the file will be read from.
- path(String) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- path(String) - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest.AbstractCommitRequestBuilder
- path(String) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- path(String) - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
- path(String) - Method in class com.atlassian.bitbucket.commit.LastModifiedContext.Builder
- path(String) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- path(String) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
- path(String) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- path(String) - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest.Builder
- path(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
- path(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- path(String) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
- path(String) - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
- path(String) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- path(String) - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- path(String) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
- path(String) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- path(String...) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PathBuilder
- Path - Interface in com.atlassian.bitbucket.content
-
A bean representation of a path
- paths - Variable in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- paths(Iterable<String>) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- paths(String, String...) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- paths(String, String...) - Method in class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest.Builder
- paths(String, String...) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- paths(String, String...) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
- paths(String, String...) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- paths(String, String...) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- pathSafe(String) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Creates a path-safe version of a string, replacing all potentially unsafe characters with a
-
character. - payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.ConditionalNotEmpty
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.FieldEquals
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.HttpURL
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.Int
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.NonNegativeInt
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.OptionalString
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredField
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredString
- payload() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredUri
- pending(boolean) - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
- pending(boolean) - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
- PENDING - Enum constant in enum class com.atlassian.bitbucket.comment.CommentState
-
The
pending comment
only visible to the author. - pendingAuthor(ApplicationUser) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- PER_CLUSTER - Enum constant in enum class com.atlassian.bitbucket.concurrent.ConcurrencyPolicy
-
Denotes that concurrency limits apply at the cluster level.
- PER_NODE - Enum constant in enum class com.atlassian.bitbucket.concurrent.ConcurrencyPolicy
-
Denotes that concurrency limits apply at the node level.
- perform() - Method in interface com.atlassian.bitbucket.util.Operation
- perform() - Method in interface com.atlassian.bitbucket.util.UncheckedOperation
- permission(Permission) - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
-
When set, limits returned
projects
to only those for which the current user has the requiredPermission
. - permission(Permission) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the permission level for the resulting
request
instance. - permission(Permission) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set the global permission filter for the resulting
request
. - Permission - Enum Class in com.atlassian.bitbucket.permission
-
Enumerates the available permissions and describes what they are used to protect.
- PermissionAdminService - Interface in com.atlassian.bitbucket.permission
-
Updates and queries the permissions of users and groups.
- PermissionEvent - Class in com.atlassian.bitbucket.event.permission
-
Base event signalling permission changes.
- PermissionEvent(Object, Permission, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.PermissionEvent
- PermissionGrantCanceledException - Exception in com.atlassian.bitbucket.permission
- PermissionGrantCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.permission.PermissionGrantCanceledException
- PermissionGrantedEvent - Interface in com.atlassian.bitbucket.event.permission
-
An event which is fired when a user or group is granted a permission.
- PermissionGrantRequestedEvent - Interface in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group are granted a permission.
- PermissionI18n - Class in com.atlassian.bitbucket.permission
-
Provides access to i18n-ed name, short name and description of
Permission
s. - PermissionModificationCanceledException - Exception in com.atlassian.bitbucket.permission
- PermissionModificationCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.permission.PermissionModificationCanceledException
- PermissionModificationRequestedEvent - Interface in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's permission is modified.
- PermissionModifiedEvent - Interface in com.atlassian.bitbucket.event.permission
-
An event which is fired when a user or group has their permission modified.
- PermissionPredicateFactory - Interface in com.atlassian.bitbucket.permission
-
Factory for creation permission-predicates
- PermissionRequest - Class in com.atlassian.bitbucket.permission
-
Represents a permission request, which can be used to request users with a specific permission, or verify that users have a specific permission.
- PermissionRequest(PermissionRequest.Builder) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest
- PermissionRequest.Builder - Class in com.atlassian.bitbucket.permission
- PermissionRevocationCanceledException - Exception in com.atlassian.bitbucket.permission
- PermissionRevocationCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.permission.PermissionRevocationCanceledException
- PermissionRevocationRequestedEvent - Interface in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's permission is revoked.
- PermissionRevokedEvent - Interface in com.atlassian.bitbucket.event.permission
-
An event which is fired when a user or group has had a permission revoked.
- permissions() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- permissions() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- permissions() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- PERMISSIONS - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- PermissionService - Interface in com.atlassian.bitbucket.permission
-
Reads the permissions of users and groups.
- PermissionValidationService - Interface in com.atlassian.bitbucket.permission
-
A utility service for plugin developer to validate that the current user has a specific permission.
- PermittedGroup - Interface in com.atlassian.bitbucket.permission
-
Defines an association between a group and a
Permission
which has been granted to it. - PermittedOperations - Interface in com.atlassian.bitbucket.permission
-
The permitted operations allowed on an entity for the current user.
- PermittedUser - Interface in com.atlassian.bitbucket.permission
-
Defines an association between a
ApplicationUser
and aPermission
which has been granted to them. - Person - Interface in com.atlassian.bitbucket.user
-
A minimal person abstraction, suitable for describing authors, committers and other people who may not have an explicit
user
account. - PERSONAL - Enum constant in enum class com.atlassian.bitbucket.project.ProjectType
-
Type for a
personal project
instance. - PERSONAL_REPOS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users can create repositories in their personal projects.
- PersonalProject - Interface in com.atlassian.bitbucket.project
-
Describes a
user's
personal project in the system. - PersonalRepositoryDisabledException - Exception in com.atlassian.bitbucket.repository
-
Thrown when attempting to create a repository in a personal space when personal repositories are disabled.
- PersonalRepositoryDisabledException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.PersonalRepositoryDisabledException
- pluginKey(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
- plugins() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- pluginServlets() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
- port(Integer) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- POST - Enum constant in enum class com.atlassian.bitbucket.hook.script.HookScriptType
-
Post-style hooks are invoked after changes have been accepted.
- POST_RECEIVE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Represents a post-receive hook, which are used to trigger actions after a successful push/merge.
- POSTGRES - Enum constant in enum class com.atlassian.bitbucket.server.DatabaseType
-
Postgres database
- postUpdate(T) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Calls all registered and enabled
repository-hook
modules (PostRepositoryHook
) - PRE - Enum constant in enum class com.atlassian.bitbucket.hook.script.HookScriptType
-
Pre-style hooks are invoked before changes are applied to a repository to review, and potentially reject, the changes.
- PRE_PULL_REQUEST_MERGE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Represents a pre-receive hook, which are used to enforce a specific precondition for a pull-request merge operation.
- PRE_RECEIVE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Represents a pre-receive hook, which are used to restrict pushing/merging in some instances.
- prefix(String) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
- prefix(String) - Method in class com.atlassian.bitbucket.idx.IndexSearchRequest.Builder
- prefix(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
- prefix(String) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
- preUpdate(T) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Calls all registered and enabled
repository-hook
modules (PreRepositoryHook
) - previewExport(ExportRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Resolves export items without triggering an export.
- previewMeshMigration(MeshMigrationRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Resolves repositories to be migrated without triggering a migration.
- PRIVATE - Enum constant in enum class com.atlassian.bitbucket.repository.RepositoryVisibility
-
Indicates that a repository is accessible only to authenticated users
- privateKey(File) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- privateKey(File) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- privateKey(Path) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- privateKey(Path) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- privateVisibility() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GlobalListRepos
-
The builder for /repos?visibility=private.
- process(InputStream) - Method in interface com.atlassian.bitbucket.scm.CommandOutputHandlerSupport
-
Process an output stream generated by the external process (either stdout or stderr)
- process(OutputStream) - Method in interface com.atlassian.bitbucket.scm.CommandInputHandler
- process(String, List<T>) - Method in interface com.atlassian.bitbucket.concurrent.BucketProcessor
-
Callback method for processing a 'bucket' of tasks.
- PROCESSED - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
The restriction has been processed successfully.
- ProcessFailedException - Exception in com.atlassian.bitbucket.scm
- ProcessFailedException(KeyedMessage, int) - Constructor for exception com.atlassian.bitbucket.scm.ProcessFailedException
- ProcessFailedException(KeyedMessage, int, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.ProcessFailedException
- processMentions(CharSequence, Consumer<UserMentionScanner.UserMention>) - Method in interface com.atlassian.bitbucket.user.UserMentionScanner
-
Calls
callback
for each user mention found intext
. - Product - Class in com.atlassian.bitbucket
- profile() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/profile
- Progress - Interface in com.atlassian.bitbucket.util
-
A representation of the current progress of a task
- ProgressImpl - Class in com.atlassian.bitbucket.util
-
A default immutable implementation of the
Progress
interface. - ProgressImpl(Progress) - Constructor for class com.atlassian.bitbucket.util.ProgressImpl
- ProgressImpl(String, int) - Constructor for class com.atlassian.bitbucket.util.ProgressImpl
- progressMessage(String) - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
- progressMessage(String) - Method in class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
- progressPercentage(int) - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
- progressPercentage(int) - Method in class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
- ProgressReporter - Interface in com.atlassian.bitbucket.util
-
A reporter for the current status of a task.
- project(Project) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/projects/PROJ
- project(Project) - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
Sets the project in which the repository will be created.
- project(Project) - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
Sets the project to which the
parent
will be forked. - project(Project) - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Sets the
project
the repository should be moved to. - project(Project) - Static method in class com.atlassian.bitbucket.scope.Scopes
- project(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/projects/PROJ
- Project - Interface in com.atlassian.bitbucket.project
-
Describes a project in the system.
- PROJECT - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Merge strategies have been configured for the project.
- PROJECT - Enum constant in enum class com.atlassian.bitbucket.scope.ScopeType
- PROJECT_ADMIN - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows administrative access to a project and any repository it contains.
- PROJECT_CREATE - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows project creation.
- PROJECT_READ - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows read access to a project and any repository it contains.
- PROJECT_REPO_ACCESS_TOKENS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether HTTP access tokens at project and repository level are enabled.
- PROJECT_VIEW - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allow view access to a project.
- PROJECT_WRITE - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows write access to a project and any repository it contains.
- ProjectAvatarUpdatedEvent - Class in com.atlassian.bitbucket.event.project
-
Raised when a
project's
avatar is updated. - ProjectAvatarUpdatedEvent(Object, Project) - Constructor for class com.atlassian.bitbucket.event.project.ProjectAvatarUpdatedEvent
- ProjectCreatedEvent - Class in com.atlassian.bitbucket.event.project
-
Event that is raised when a project is created.
- ProjectCreatedEvent(Object, Project) - Constructor for class com.atlassian.bitbucket.event.project.ProjectCreatedEvent
- ProjectCreateRequest - Class in com.atlassian.bitbucket.project
- ProjectCreateRequest.Builder - Class in com.atlassian.bitbucket.project
- ProjectCreationCanceledException - Exception in com.atlassian.bitbucket.project
- ProjectCreationCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.project.ProjectCreationCanceledException
- ProjectCreationRequestedEvent - Class in com.atlassian.bitbucket.event.project
-
Raised just before a
project
is created. - ProjectCreationRequestedEvent(Object, Project, CancelState) - Constructor for class com.atlassian.bitbucket.event.project.ProjectCreationRequestedEvent
- ProjectDeletedEvent - Class in com.atlassian.bitbucket.event.project
-
Event that is raised when a project is deleted.
- ProjectDeletedEvent(Object, Project) - Constructor for class com.atlassian.bitbucket.event.project.ProjectDeletedEvent
- ProjectDeletionCanceledException - Exception in com.atlassian.bitbucket.project
- ProjectDeletionCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.project.ProjectDeletionCanceledException
- ProjectDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.project
-
Event that is raised just before a
project
is deleted. - ProjectDeletionRequestedEvent(Object, Project, CancelState) - Constructor for class com.atlassian.bitbucket.event.project.ProjectDeletionRequestedEvent
- ProjectEvent - Class in com.atlassian.bitbucket.event.project
-
Base class for all project related events.
- ProjectEvent(Object, Project) - Constructor for class com.atlassian.bitbucket.event.project.ProjectEvent
- projectId(int) - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
- projectIds(Iterable<Integer>) - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
- ProjectImportedEvent - Class in com.atlassian.bitbucket.event.project
-
Event raised to indicate that a project has been successfully imported to this instance.
- ProjectImportedEvent(Object, Project) - Constructor for class com.atlassian.bitbucket.event.project.ProjectImportedEvent
- projectKey(String) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the project key filter for the resulting
request
instance. - ProjectModificationCanceledException - Exception in com.atlassian.bitbucket.project
- ProjectModificationCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.project.ProjectModificationCanceledException
- ProjectModificationRequestedEvent - Class in com.atlassian.bitbucket.event.project
-
Raised just before a
project
is updated. - ProjectModificationRequestedEvent(Object, Project, Project, CancelState) - Constructor for class com.atlassian.bitbucket.event.project.ProjectModificationRequestedEvent
- ProjectModifiedEvent - Class in com.atlassian.bitbucket.event.project
-
Event that is raised when a project has been successfully updated.
- ProjectModifiedEvent(Object, Project, Project) - Constructor for class com.atlassian.bitbucket.event.project.ProjectModifiedEvent
- ProjectMovedException - Exception in com.atlassian.bitbucket.project
-
Exception that is thrown when a
project key
has been changed and the project is retrieved using the old key. - ProjectMovedException(Project, String, KeyedMessage) - Constructor for exception com.atlassian.bitbucket.project.ProjectMovedException
- projectName(String) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the project name filter for the resulting
request
instance. - projectPermission(int, Permission) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set the project permission filter for the resulting
request
. - projectPermission(Permission, Project) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- projectPermission(Project, Permission) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set the project permission filter for the resulting
request
. - ProjectPermissionEvent - Class in com.atlassian.bitbucket.event.permission
-
Event signalling project permission changes.
- ProjectPermissionEvent(Object, Permission, Project, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionEvent
- ProjectPermissionGrantedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user, group or all licensed users are granted permission to a given project.
- ProjectPermissionGrantedEvent(Object, Permission, Project, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionGrantedEvent
- ProjectPermissionGrantRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group are granted a project permission.
- ProjectPermissionGrantRequestedEvent(Object, Permission, Project, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionGrantRequestedEvent
- ProjectPermissionModificationRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's project permission is modified.
- ProjectPermissionModificationRequestedEvent(Object, Permission, Permission, Project, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionModificationRequestedEvent
- ProjectPermissionModifiedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user, group or all licensed users have their permission modified for a given project.
- ProjectPermissionModifiedEvent(Object, Permission, Permission, Project, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionModifiedEvent
- ProjectPermissionRevocationRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's project permission is revoked.
- ProjectPermissionRevocationRequestedEvent(Object, Permission, Project, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionRevocationRequestedEvent
- ProjectPermissionRevokedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user, group or all licensed users have their permission revoked for a given project.
- ProjectPermissionRevokedEvent(Object, Permission, Project, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.ProjectPermissionRevokedEvent
- PROJECTS - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- ProjectScope - Class in com.atlassian.bitbucket.scope
-
Describes a project level scope
- ProjectScope(Project) - Constructor for class com.atlassian.bitbucket.scope.ProjectScope
- ProjectSearchRequest - Class in com.atlassian.bitbucket.project
-
Request for searching projects.
- ProjectSearchRequest.Builder - Class in com.atlassian.bitbucket.project
- ProjectService - Interface in com.atlassian.bitbucket.project
-
Creates, updates and deletes projects.
- ProjectSettingsRestriction - Interface in com.atlassian.bitbucket.settingsrestriction
-
A restriction that enforces settings at the
project
level so that it cannot be overridden at therepository
level by repository administrators. - ProjectSettingsRestrictionAction - Enum Class in com.atlassian.bitbucket.settingsrestriction
-
Determines which action the current
request
should execute. - ProjectSettingsRestrictionCreateRequest - Class in com.atlassian.bitbucket.settingsrestriction
-
Contains the criteria for creating
settings restrictions
. - ProjectSettingsRestrictionCreateRequest.Builder - Class in com.atlassian.bitbucket.settingsrestriction
- ProjectSettingsRestrictionRequest - Interface in com.atlassian.bitbucket.settingsrestriction
-
Request to update a restriction that enforces settings at the
project
level so that it cannot be overridden at therepository
level. - ProjectSettingsRestrictionService - Interface in com.atlassian.bitbucket.settingsrestriction
-
Service for managing
project settings restrictions
. - ProjectSupplier - Interface in com.atlassian.bitbucket.project
- ProjectType - Enum Class in com.atlassian.bitbucket.project
-
Enumerates available
project
types. - ProjectUpdateRequest - Class in com.atlassian.bitbucket.project
- ProjectUpdateRequest.Builder - Class in com.atlassian.bitbucket.project
- ProjectVisitor<T> - Interface in com.atlassian.bitbucket.project
-
Implements the visitor pattern for
projects
. - PROP_HOME_DIR - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_INSTALL_DIR - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_LEGACY_HOME_DIR - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_LEGACY_PREFIX - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_LEGACY_SHARED_HOME_DIR - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_PREFIX - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_REST_PAGE_MAX_LIMIT - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_REST_PREFIX - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- PROP_SHARED_HOME_DIR - Static variable in class com.atlassian.bitbucket.env.SystemProperties
- properties - Variable in class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
- properties(Map<String, ?>) - Method in class com.atlassian.bitbucket.property.PropertyMap.Builder
- properties(Map<String, Object>) - Method in class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
- property(String, Object) - Method in class com.atlassian.bitbucket.property.PropertyMap.Builder
- property(String, Object) - Method in class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
- PROPERTY_KEY_PREFIX - Static variable in interface com.atlassian.bitbucket.util.DateFormatter
- propertyKey(String) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- propertyKey(String) - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
- propertyKey(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- propertyKeys(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- propertyKeys(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
- propertyKeys(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- propertyKeys(String, String...) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- propertyKeys(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
- propertyKeys(String, String...) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- PropertyMap - Class in com.atlassian.bitbucket.property
-
Immutable collection of properties mapped by string keys.
- PropertyMap.Builder - Class in com.atlassian.bitbucket.property
- propertyMode(PullRequestActivityPropertyMode) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
- PropertySupport - Interface in com.atlassian.bitbucket.property
-
Implemented by model objects that support storing additional
PropertyMap
properties that can provide auxiliary information about a given entity. - protocol(MailProtocol) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- protocol(String) - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
- prune(boolean) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
Specifies whether to supply
--prune
to prune local branches and tags where the upstream branch or tag has been deleted. - prune(boolean) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
-
Specifies whether to supply
--prune
to prune remote branches and tags where the local branch or tag has been deleted. - PUBLIC - Enum constant in enum class com.atlassian.bitbucket.repository.RepositoryVisibility
-
Indicates that a repository is accessible to unauthenticated users
- PUBLIC_ACCESS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether
projects
andrepositories
can be configured to allow public access. - publiclyAccessible(boolean) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
- publiclyAccessible(boolean) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
- publicVisibility() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GlobalListRepos
-
The builder for /repos?visibility=public.
- publish(T) - Method in interface com.atlassian.bitbucket.topic.Topic
-
Publishes a message to all (both local and on other cluster nodes) listeners of the topic.
- PULL_REQUEST_AUTO_DECLINE - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the process of automatically declining inactive pull requests is enabled for the system.
- PULL_REQUEST_AUTO_MERGE - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users will have the option to auto-merge pull requests.
- PULL_REQUEST_DELETION - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether pull requests can be deleted.
- PULL_REQUEST_DRAFTS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users can mark pull requests as draft
- PULL_REQUEST_MERGE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- PULL_REQUEST_ONLY - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
-
Applies property enrichment to pull requests, but not their activities.
- PULL_REQUEST_SUGGESTIONS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether pull request suggestions are enabled.
- PULL_REQUEST_TEMPLATES - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether or not the pull request templates feature is enabled.
- PULL_REQUESTS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM provides a
command factory
to create, view and mergepull requests
. - PULL_REQUESTS - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- pullRequest(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- pullRequest(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
- PullRequest - Interface in com.atlassian.bitbucket.pull
- PullRequestAction - Enum Class in com.atlassian.bitbucket.pull
-
Enumerates the actions which can be taken on a pull request, defining the
activities
that may occur. - PullRequestActivity - Interface in com.atlassian.bitbucket.pull
-
A pull request activity, used to track significant events in a pull request's lifecycle.
- PullRequestActivityEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when an activity is created for a pull request.
- PullRequestActivityEvent(Object, PullRequestActivity) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestActivityEvent
- PullRequestActivityPage<T extends PullRequestActivity> - Interface in com.atlassian.bitbucket.pull
-
A
Page
ofactivities
allowing clients to both advance and reverse from this page by using the results ofPullRequestActivityPage.getPreviousPageStartId()
andPage.getNextPageRequest()
. - PullRequestActivityPropertyMode - Enum Class in com.atlassian.bitbucket.pull
-
Represents the property enriching mode regarding pull requests and pull request activities.
- PullRequestActivitySearchRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching for pull requests' activities.
- PullRequestActivitySearchRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestActivityType - Enum Class in com.atlassian.bitbucket.pull
-
Types of activities that can be searched.
- PullRequestActivityVisitor - Interface in com.atlassian.bitbucket.pull
- PullRequestAutoMergeCancelledActivity - Interface in com.atlassian.bitbucket.pull
-
A
PullRequestActivity
representing thecancelling
of auto-merge on the pull request. - PullRequestAutoMergeCancelledEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when auto-merge is cancelled for a pull request.
- PullRequestAutoMergeCancelledEvent(Object, PullRequest, AutoMergeCancelledReason) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestAutoMergeCancelledEvent
- PullRequestAutoMergeRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when auto-merge is requested for a pull request.
- PullRequestAutoMergeRequestedEvent(Object, PullRequest) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestAutoMergeRequestedEvent
- PullRequestCancelableCommentEvent - Class in com.atlassian.bitbucket.event.pull
-
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).
- PullRequestCancelableCommentEvent(Object, PullRequest, Comment, Comment, CommentAction, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
- PullRequestChangesCommandParameters - Class in com.atlassian.bitbucket.scm.pull
- PullRequestChangesCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
- PullRequestChangeScope - Enum Class in com.atlassian.bitbucket.pull
-
Specifies the scope of the changes for a pull request.
- PullRequestChangesRequest - Class in com.atlassian.bitbucket.pull
-
Request arguments for
PullRequestService.streamChanges(PullRequestChangesRequest, ChangeCallback)
. - PullRequestChangesRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestCommentActivity - Interface in com.atlassian.bitbucket.pull
-
A
PullRequestActivity
representing acomment action
made on the contents of the pull request. - PullRequestCommentActivityEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a comment activity is created for a pull request.
- PullRequestCommentActivityEvent(Object, PullRequestCommentActivity) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentActivityEvent
- PullRequestCommentAddedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a comment is added on a pull request.
- PullRequestCommentAddedEvent(Object, PullRequest, Comment) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentAddedEvent
- PullRequestCommentAddRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised before a comment is added to a pull request.
- PullRequestCommentAddRequestedEvent(Object, PullRequest, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentAddRequestedEvent
- PullRequestCommentDeletedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a comment is deleted on a pull request.
- PullRequestCommentDeletedEvent(Object, PullRequest, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentDeletedEvent
- PullRequestCommentDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised before a comment in a pull request is deleted.
- PullRequestCommentDeletionRequestedEvent(Object, PullRequest, Comment, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentDeletionRequestedEvent
- PullRequestCommentEditedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a comment is edited on a pull request.
- PullRequestCommentEditedEvent(Object, PullRequest, Comment, Comment, String, CommentSeverity, CommentState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentEditedEvent
- PullRequestCommentEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a comment is added, edited or deleted on a pull request.
- PullRequestCommentEvent(Object, PullRequest, Comment, Comment, CommentAction) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
-
Constructs a new
PullRequestCommentEvent
. - PullRequestCommentModificationRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised before a comment in a pull request is edited.
- PullRequestCommentModificationRequestedEvent(Object, PullRequest, Comment, Comment, String, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentModificationRequestedEvent
- PullRequestCommentRepliedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a comment is replied to on a pull request.
- PullRequestCommentRepliedEvent(Object, PullRequest, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentRepliedEvent
- PullRequestCommentReplyRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised before a comment is replied to in a pull request.
- PullRequestCommentReplyRequestedEvent(Object, PullRequest, Comment, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentReplyRequestedEvent
- PullRequestCommitEnricher - Interface in com.atlassian.bitbucket.pull
- PullRequestCommitMessageTemplate - Interface in com.atlassian.bitbucket.pull
-
Holds the configured commit message template.
- PullRequestCommitMessageTemplateVariable - Enum Class in com.atlassian.bitbucket.pull
-
Variables that are valid for substitution when rendering a
PullRequestCommitMessageTemplate
- PullRequestCommitsCommandParameters - Class in com.atlassian.bitbucket.scm.pull
- PullRequestCommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
- PullRequestCommitSearchRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching for pull requests associated with a commit.
- PullRequestCommitSearchRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestCommitsRequest - Class in com.atlassian.bitbucket.pull
- PullRequestCommitsRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestCreateRequest - Class in com.atlassian.bitbucket.pull
-
A request to create a new pull request using the provided properties.
- PullRequestCreateRequest(PullRequestCreateRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCreateRequest
- PullRequestCreateRequest.AbstractBuilder<T extends PullRequestCreateRequest.AbstractBuilder<T>> - Class in com.atlassian.bitbucket.pull
- PullRequestCreateRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestDeclinedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pull request is declined.
- PullRequestDeclinedEvent(Object, PullRequest) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestDeclinedEvent
- PullRequestDeclineRequest - Class in com.atlassian.bitbucket.pull
-
Request object used for
declining a pull request
. - PullRequestDeclineRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestDeletedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pull request is deleted.
- PullRequestDeletedEvent(Object, PullRequest, Collection<Watcher>) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestDeletedEvent
- PullRequestDeleteRequest - Class in com.atlassian.bitbucket.pull
-
Request object used for
deleting a pull request
. - PullRequestDeleteRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestDeletionCanceledException - Exception in com.atlassian.bitbucket.pull
-
Thrown when an event listener cancels the
event
raised before apull request
is deleted. - PullRequestDeletionCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestDeletionCanceledException
- PullRequestDeletionDisabledException - Exception in com.atlassian.bitbucket.pull
-
Thrown when a user, or a plugin, attempts to delete a pull request when
the feature
has been disabled. - PullRequestDeletionDisabledException(KeyedMessage, PullRequest) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestDeletionDisabledException
- PullRequestDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Raised just before a
pull request
isdeleted
. - PullRequestDeletionRequestedEvent(Object, PullRequest, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestDeletionRequestedEvent
- PullRequestDiffCommandParameters - Class in com.atlassian.bitbucket.scm.pull
- PullRequestDiffCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
- PullRequestDiffRequest - Class in com.atlassian.bitbucket.pull
-
Request for streaming a diff of a given pull request.
- PullRequestDiffRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestDiffStatsSummaryCommandParameters - Class in com.atlassian.bitbucket.scm.pull
-
Parameters describing the paths to diff and what should be included in the generated diff stats summary for a pull request
- PullRequestDiffStatsSummaryCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
- PullRequestDiffStatsSummaryRequest - Class in com.atlassian.bitbucket.pull
-
Request object used for retrieving the diff stats summary of a
pull request
. - PullRequestDiffStatsSummaryRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestDirection - Enum Class in com.atlassian.bitbucket.pull
-
Specified the direction of a pull request relative to a subject repository and branch.
- PullRequestDiscardReviewRequest - Class in com.atlassian.bitbucket.pull
-
Describes a request to
discard a review
on apull request
. - PullRequestDiscardReviewRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestDraftStatusUpdatedActivity - Interface in com.atlassian.bitbucket.pull
-
A
PullRequestActivity
added when the draft status of a pull request has been updated. - PullRequestEffectiveDiff - Class in com.atlassian.bitbucket.scm.pull
-
Describes the commits selected for a pull request's effective diff.
- PullRequestEffectiveDiff(String, String) - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
- PullRequestEntityType - Enum Class in com.atlassian.bitbucket.pull
-
Enumerates types of entities connected with a pull request.
- PullRequestEvent - Class in com.atlassian.bitbucket.event.pull
-
Base type for all pull request related events.
- PullRequestEvent(Object, PullRequest, PullRequestAction) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestEvent
-
Constructs a new
PullRequestEvent
. - PullRequestFilterEvent - Class in com.atlassian.bitbucket.event.repository
-
Event that is raised when
PullRequest
s are filtered by one or more criteria from the UI. - PullRequestFilterEvent(Object, Repository, PullRequestState, Iterable<PullRequestParticipantRequest>, String, String) - Constructor for class com.atlassian.bitbucket.event.repository.PullRequestFilterEvent
- PullRequestFinishReviewRequest - Class in com.atlassian.bitbucket.pull
-
Describes a request to
finish a review
on aPullRequest
. - PullRequestFinishReviewRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestLock - Interface in com.atlassian.bitbucket.concurrent
-
A reusable component for locking a
pull request
while anoperation
is performed. - PullRequestMergeability - Interface in com.atlassian.bitbucket.pull
-
Describes whether a pull request can merge and why this is so.
- PullRequestMergeActivity - Interface in com.atlassian.bitbucket.pull
-
A
PullRequestActivity
representing when the pull request was merged. - PullRequestMergeActivityEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a merge activity is created for a pull request.
- PullRequestMergeActivityEvent(Object, PullRequestMergeActivity) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestMergeActivityEvent
- PullRequestMergeCommandParameters - Class in com.atlassian.bitbucket.scm.pull
-
Parameters for
merging
a pull request. - PullRequestMergeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
- PullRequestMergeConfig - Interface in com.atlassian.bitbucket.pull
-
Describes the configuration for how pull requests will be merged in a given repository.
- PullRequestMergeConfigType - Enum Class in com.atlassian.bitbucket.pull
-
Configuration
for pull request merge strategies can be applied at different levels, which are described here. - PullRequestMergedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected.
- PullRequestMergedEvent(Object, PullRequest) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
-
Constructs a new
PullRequestMergedEvent
. - PullRequestMergedEvent(Object, PullRequest, MinimalCommit, String) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
-
Constructs a new
PullRequestMergedEvent
. - PullRequestMergedEvent(Object, PullRequest, MinimalCommit, String, String, boolean) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
-
Constructs a new
PullRequestMergedEvent
. - PullRequestMergeHookRequest - Interface in com.atlassian.bitbucket.hook.repository
-
Request that is provided to
repository-hook
plugin modules when aPullRequest
is merged. - PullRequestMergeOutcome - Enum Class in com.atlassian.bitbucket.pull
-
Enumerates the possible
outcomes
for attempting to merge a pull request. - PullRequestMergeRequest - Class in com.atlassian.bitbucket.pull
-
Describes a request to
merge
aPullRequest
. - PullRequestMergeRequest(PullRequestMergeRequest.Builder) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest
- PullRequestMergeRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestMergeResult - Class in com.atlassian.bitbucket.pull
- PullRequestMergeResult.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestMergeStrategy - Interface in com.atlassian.bitbucket.pull
-
Describes a strategy for merging a pull request.
- PullRequestMergeVeto - Interface in com.atlassian.bitbucket.pull
-
Represents the details of a merge request veto.
- PullRequestMergeVetoedException - Exception in com.atlassian.bitbucket.pull
-
Indicates a pull request merge request was vetoed by one or more merge-check plugin modules.
- PullRequestMergeVetoedException(KeyedMessage, Collection<PullRequestMergeVeto>, boolean) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestMergeVetoedException
- PullRequestOpenCanceledException - Exception in com.atlassian.bitbucket.pull
-
Thrown when an event listener cancels the
event
raised before apull request
is opened. - PullRequestOpenCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOpenCanceledException
- PullRequestOpenedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pull request is opened.
- PullRequestOpenedEvent(Object, PullRequest) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestOpenedEvent
- PullRequestOpenRequestedEvent - Class in com.atlassian.bitbucket.event.pull
-
Raised just before a
pull request
isopened
. - PullRequestOpenRequestedEvent(Object, PullRequest, Set<ApplicationUser>, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestOpenRequestedEvent
- PullRequestOrder - Enum Class in com.atlassian.bitbucket.pull
-
Specifies the order in which a list of results should be returned - multiple criteria can be applied.
- PullRequestOutOfDateException - Exception in com.atlassian.bitbucket.pull
- PullRequestOutOfDateException(KeyedMessage, PullRequest, int) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Constructs a
PullRequestOutOfDateException
, providing the currentPullRequest
and the version that wasexpected
. - PullRequestOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Constructs a
PullRequestOutOfDateException
withunspecified
versions. - PullRequestOutOfDateException(KeyedMessage, Throwable, PullRequest, int) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Constructs a
PullRequestOutOfDateException
, providing the currentPullRequest
and the version that wasexpected
. - PullRequestParticipant - Interface in com.atlassian.bitbucket.pull
-
Describes a participant on a pull request.
- PullRequestParticipantApprovedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event raised when a
participant
updates its status on apull request
toPullRequestParticipantStatus.APPROVED
- PullRequestParticipantApprovedEvent(Object, PullRequest, PullRequestParticipant, PullRequestParticipantStatus) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestParticipantApprovedEvent
- PullRequestParticipantRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching for pull requests by participant.
- PullRequestParticipantRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestParticipantReviewedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event raised when a
participant
updates its status on apull request
toPullRequestParticipantStatus.NEEDS_WORK
- PullRequestParticipantReviewedEvent(Object, PullRequest, PullRequestParticipant, PullRequestParticipantStatus) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestParticipantReviewedEvent
- PullRequestParticipantSearchRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching pull request participant users.
- PullRequestParticipantSearchRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestParticipantStatus - Enum Class in com.atlassian.bitbucket.pull
-
Enumerates all the possible statuses a participant can have with regards to a pull request.
- PullRequestParticipantStatusRequest - Class in com.atlassian.bitbucket.pull
-
Describes a request to
set the status for a participant
on aPullRequest
. - PullRequestParticipantStatusRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestParticipantStatusUpdatedEvent - Class in com.atlassian.bitbucket.event.pull
- PullRequestParticipantStatusUpdatedEvent(Object, PullRequest, PullRequestAction, PullRequestParticipant, PullRequestParticipantStatus) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestParticipantStatusUpdatedEvent
-
Constructs a new
PullRequestEvent
. - PullRequestParticipantsUpdatedEvent - Class in com.atlassian.bitbucket.event.pull
-
An event raised when the total set of reviewers and role-less participants for a pull request changes.
- PullRequestParticipantsUpdatedEvent(Object, PullRequest, Set<ApplicationUser>, Set<ApplicationUser>) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestParticipantsUpdatedEvent
- PullRequestParticipantUnapprovedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event raised when a
participant
updates its status on apull request
toPullRequestParticipantStatus.UNAPPROVED
- PullRequestParticipantUnapprovedEvent(Object, PullRequest, PullRequestParticipant, PullRequestParticipantStatus) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestParticipantUnapprovedEvent
- PullRequestRef - Interface in com.atlassian.bitbucket.pull
- PullRequestReopenedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pull request is reopened.
- PullRequestReopenedEvent(Object, PullRequest, String, String) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReopenedEvent
- PullRequestRescopeActivity - Interface in com.atlassian.bitbucket.pull
-
A
PullRequestActivity
added when the source or target ref of the pull request moves. - PullRequestRescopeActivityEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a rescope activity is created for a pull request.
- PullRequestRescopeActivityEvent(Object, PullRequestRescopeActivity) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestRescopeActivityEvent
- PullRequestRescopedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated.
- PullRequestRescopedEvent(Object, PullRequest, String, String) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- PullRequestRescopedEvent(Object, PullRequest, String, String, RescopeDetails, RescopeDetails) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
- PullRequestReviewCommentAddedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pending comment is added on a pull request.
- PullRequestReviewCommentAddedEvent(Object, PullRequest, Comment) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentAddedEvent
- PullRequestReviewCommentEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pending comment is added or replied on a pull request.
- PullRequestReviewCommentEvent(Object, PullRequest, Comment, Comment, CommentAction) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEvent
- PullRequestReviewCommentRepliedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a pending comment is added as a reply on a pull request.
- PullRequestReviewCommentRepliedEvent(Object, PullRequest, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentRepliedEvent
- PullRequestReviewDiscardedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when you discard a review on a pull request.
- PullRequestReviewDiscardedEvent(Object, PullRequest) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewDiscardedEvent
- PullRequestReviewersUpdatedActivity - Interface in com.atlassian.bitbucket.pull
-
A
PullRequestActivity
added when the reviewers of a pull request are updated. - PullRequestReviewersUpdatedActivityEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when a reviewers updated activity is created for a pull request.
- PullRequestReviewersUpdatedActivityEvent(Object, PullRequestReviewersUpdatedActivity) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedActivityEvent
- PullRequestReviewersUpdatedEvent - Class in com.atlassian.bitbucket.event.pull
-
An event raised when the reviewers of a pull request are updated.
- PullRequestReviewersUpdatedEvent(Object, PullRequest, Set<ApplicationUser>, Set<ApplicationUser>) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedEvent
- PullRequestReviewEvent - Class in com.atlassian.bitbucket.event.pull
-
Base class for all the pull request review related events.
- PullRequestReviewEvent(Object, PullRequest, PullRequestAction) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewEvent
- PullRequestReviewFinishedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when you finish a review on a pull request.
- PullRequestReviewFinishedEvent(Object, int, PullRequest, boolean, PullRequestParticipantStatus) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestReviewFinishedEvent
- PullRequestRole - Enum Class in com.atlassian.bitbucket.pull
-
Enumerates the possible
roles
a participant can have in a pull request. - pullRequests() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- pullRequests() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- PullRequestSearchRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching for pull requests.
- PullRequestSearchRequest.Builder - Class in com.atlassian.bitbucket.pull
- PullRequestService - Interface in com.atlassian.bitbucket.pull
-
A service for the management of pull requests and their comments.
- PullRequestState - Enum Class in com.atlassian.bitbucket.pull
-
Enumerates the possible
states
a pull request can be in. - PullRequestSuggestion - Interface in com.atlassian.bitbucket.dashboard
-
An object encapsulating data necessary to suggest creation of a pull request to the user.
- PullRequestSupplier - Interface in com.atlassian.bitbucket.pull
- pullRequestTemplates() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
- pullRequestTemplates() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- PullRequestUpdatedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when the pull request title, description, target branch or draft status are updated.
- PullRequestUpdatedEvent(Object, PullRequest, String, String, Ref, boolean) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestUpdatedEvent
- PullRequestUpdateRequest - Class in com.atlassian.bitbucket.pull
-
Request object used for
updating a pull request
. - PullRequestUpdateRequest.Builder - Class in com.atlassian.bitbucket.pull
- push(PushCommandParameters, PushCallback) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Pushes the repository to the
URL specified in the parameters
. - PUSH - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
pushing
local repositories to an URL. - PushCallback - Interface in com.atlassian.bitbucket.scm
-
Describes a callback for receiving streaming
ref changes
. - PushCommandParameters - Class in com.atlassian.bitbucket.scm
- PushCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- PushContext - Class in com.atlassian.bitbucket.scm
- PushContext.Builder - Class in com.atlassian.bitbucket.scm
- pushLog() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- PushSummary - Class in com.atlassian.bitbucket.scm
- PushSummary.Builder - Class in com.atlassian.bitbucket.scm
- put(String, Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- put(String, Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
- putAll(Map<? extends String, ?>) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- putAll(Map<? extends String, ?>) - Method in class com.atlassian.bitbucket.property.PropertyMap
Q
- QUEUE_SIZE_DEFAULT - Static variable in class com.atlassian.bitbucket.topic.TopicSettings
- queueSize(int) - Method in class com.atlassian.bitbucket.topic.TopicSettings.Builder
R
- RANGE - Enum constant in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
A range diff displays the changes introduced by a number of commits.
- RANGE - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Limits the scope of the changes for the pull request to one or more commits between
PullRequestChangesRequest.getSinceId()
andPullRequestChangesRequest.getUntilId()
. - RATE_LIMITING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether HTTP requests will be rate limited per user.
- rateLimitSettings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- rawArgument(String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Appends the provided argument, verbatim
- rawArgumentAfter(String, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Inserts the provided argument, verbatim, immediately after the specified anchor if the anchor can be found.
- rawArgumentAt(int, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Inserts the provided argument, verbatim, at the specified index.
- rawArgumentBefore(String, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Inserts the provided argument, verbatim, immediately before the specified anchor if the anchor can be found.
- rawFile(RawFileCommandParameters, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams the raw content of the given file after performing a best effort detection of its MIME type.
- RawFileCommandParameters - Class in com.atlassian.bitbucket.scm
- RawFileCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- read(HookScript) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Returns an
InputSupplier
which can be used to open anInputStream
to read the current contents for the specified hook script. - read(Repository, long) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Reads the attachment with the specified ID.
- READ - Enum constant in enum class com.atlassian.bitbucket.util.FilePermission
- ReadFileRequest - Class in com.atlassian.bitbucket.filestore
-
Describes a request to read a file from a file store.
- ReadFileRequest.Builder - Class in com.atlassian.bitbucket.filestore
- READY - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job is ready to run and awaiting scheduling
- RecentlyAccessedRepositoriesService - Interface in com.atlassian.bitbucket.user
-
Provides a history of repositories users have browsed.
- recipients(Iterable<ApplicationUser>) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
- recurse(boolean) - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
- recursive(boolean) - Method in class com.atlassian.bitbucket.content.ContentTreeContext.Builder
- ref(MinimalRef) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder
- ref(MinimalRef) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- ref(Ref) - Method in class com.atlassian.bitbucket.build.status.BuildStatusRepositorySearchRequest.Builder
- ref(String) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- Ref - Interface in com.atlassian.bitbucket.repository
- RefCallback - Interface in com.atlassian.bitbucket.repository
-
A callback for streaming
refs
. - RefChange - Interface in com.atlassian.bitbucket.repository
-
Represents a ref change, used mainly by
RepositoryRefsChangedEvent
. - RefChangeDetails - Interface in com.atlassian.bitbucket.repository
- refChanges(RefChange, RefChange...) - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
- refChanges(Iterable<RefChange>) - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
- refChanges(Collection<RefChange>) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
- RefChangeType - Enum Class in com.atlassian.bitbucket.repository
-
Represents the different types of ref changes.
- RefContext - Class in com.atlassian.bitbucket.repository
- RefContext.Builder - Class in com.atlassian.bitbucket.repository
- refId(String) - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
- refId(String) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- refId(String) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- refIds(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- refIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- refIds(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- refIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- refLimitExceeded(boolean) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
- RefMetadataRequest - Class in com.atlassian.bitbucket.repository
-
A request for metadata associated with a collection of
Ref
. - RefMetadataRequest.Builder - Class in com.atlassian.bitbucket.repository
-
A builder for
RefMetadataRequest
- RefOrder - Enum Class in com.atlassian.bitbucket.repository
-
Defines orderings which can be applied when retrieving references.
- refs(Ref, Ref...) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
- refs(RefsCommandParameters, RefCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams all of the
refs
in the repository. - refs(Iterable<? extends Ref>) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
- REFS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
- RefsCommandParameters - Class in com.atlassian.bitbucket.scm
- RefsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- RefService - Interface in com.atlassian.bitbucket.repository
- refspecs(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- refspecs(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- RefSummary - Class in com.atlassian.bitbucket.repository
- RefSummary.Builder - Class in com.atlassian.bitbucket.repository
- RefType - Interface in com.atlassian.bitbucket.repository
-
Represents the different types of refs.
- regexp() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredString
- register(RegisterMeshNodeRequest) - Method in interface com.atlassian.bitbucket.mesh.MeshService
-
Registers and provisions a new node and assigns unallocated partitions to it.
- RegisterMeshNodeRequest - Class in com.atlassian.bitbucket.mesh
- RegisterMeshNodeRequest.Builder - Class in com.atlassian.bitbucket.mesh
- rejected(String, String) - Static method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
- RELATIVE - Enum constant in enum class com.atlassian.bitbucket.markup.UrlMode
-
Relative URL format, containing just the context path.
- RememberMeMode - Enum Class in com.atlassian.bitbucket.auth
-
Controls whether remember-me authentication is disabled, always performed or only performed when a checkbox is checked on the login form.
- RememberMeService - Interface in com.atlassian.bitbucket.auth
-
Provides remember-me authentication
- remove() - Method in interface com.atlassian.bitbucket.request.RequestLocal
-
Removes the value from the current
RequestContext
, if present. - remove(RemoveLabelRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
- remove(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- remove(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
- removeCommit(String, Repository) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Removes the association between the specified commit and repository in the index.
- removeConfiguration(HookScriptRemoveConfigurationRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Removes any configuration for a given hook script from the specified
scope
. - removed(RefChangeDetails) - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
- REMOVED - Enum constant in enum class com.atlassian.bitbucket.content.DiffSegmentType
-
Indicates the lines in the segment were removed in the destination file.
- removeEnvironment(String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Removes the environment variable with the provided
name
if it has been set - removeIf(Predicate<? super T>) - Method in interface com.atlassian.bitbucket.request.RequestLocal
-
Removes the value from the current
RequestContext
, if a non-null value is present and thepredicate
matches the value. - RemoveLabelRequest - Class in com.atlassian.bitbucket.label
- RemoveLabelRequest.Builder - Class in com.atlassian.bitbucket.label
- removeProperty(String, String, String) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Removes a commit property.
- removeReviewer(int, long, String) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Removes a
REVIEWER
from a pull request. - removeUserFromGroup(String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Removes a user from a group.
- renameUser(String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Change the name of a user
- render(String, RenderContext) - Method in interface com.atlassian.bitbucket.markup.MarkupService
-
Renders a given string into HTML.
- RenderContext - Class in com.atlassian.bitbucket.markup
-
Context-specific data for rendering markup.
- RenderContext.Builder - Class in com.atlassian.bitbucket.markup
- RenderException - Exception in com.atlassian.bitbucket.markup
-
Indicates a fatal exception occurred rendering markup.
- RenderException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.markup.RenderException
- RenderException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.markup.RenderException
- renderFragment(String, Map<String, Object>) - Method in interface com.atlassian.bitbucket.view.VelocityHelper
- renderMention(String) - Method in interface com.atlassian.bitbucket.user.UserMentionScanner
-
Renders the full user mention for a
user name
. - reopen(int, long, int) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Reopens a pull request.
- REOPENED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
A previously declined
pull request
has been reopened. - replaceMentions(CharSequence, Function<UserMentionScanner.UserMention, Optional<String>>) - Method in interface com.atlassian.bitbucket.user.UserMentionScanner
-
Replaces all user mentions with the string returned from the passed
replacementFunction
. - REPLIED - Enum constant in enum class com.atlassian.bitbucket.comment.CommentAction
-
A
Comment
has been replied to. - reply() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequestComment
-
Deep link to replying to a pull request comment
- repo(Repository) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- repo(Repository) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/projects/PROJ/repos/REPO
- repo(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- REPO_ADMIN - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows to administer a repository.
- REPO_CREATE - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows repository creation.
- REPO_PUSH - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- REPO_READ - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows read access to a repository.
- REPO_WRITE - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows write access to a repository.
- reportingField() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.FieldEquals
- repos() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- REPOSITORIES - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- RepositoriesExportRequest - Class in com.atlassian.bitbucket.migration
- RepositoriesExportRequest.Builder - Class in com.atlassian.bitbucket.migration
- repositoriesRequest(RepositoriesExportRequest) - Method in class com.atlassian.bitbucket.migration.ExportRequest.Builder
- repository(Repository) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
- repository(Repository) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- repository(Repository) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
- repository(Repository) - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
- repository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- repository(Repository) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
- repository(Repository) - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
- repository(Repository) - Static method in class com.atlassian.bitbucket.scope.Scopes
- Repository - Interface in com.atlassian.bitbucket.repository
-
Describes a repository within the system.
- REPOSITORY - Enum constant in enum class com.atlassian.bitbucket.label.LabelableType
- REPOSITORY - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Merge strategies have been configured for the repository.
- REPOSITORY - Enum constant in enum class com.atlassian.bitbucket.scope.ScopeType
- REPOSITORY_ARCHIVING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the repository archiving feature is enabled.
- REPOSITORY_DELETE_POLICY - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether a user can delete a repository by checking their permission level against the repository delete policy.
- REPOSITORY_MANAGEMENT - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether admins have access to the Repositories view in the UI or the repository-management endpoint in REST.
- Repository.State - Enum Class in com.atlassian.bitbucket.repository
-
Enumerates the possible states for a given
repository
. - RepositoryAccessedEvent - Class in com.atlassian.bitbucket.event.repository
-
Event that is raised when a repository is accessed by a user.
- RepositoryAccessedEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryAccessedEvent
- RepositoryActivity - Interface in com.atlassian.bitbucket.repository
- RepositoryActivityVisitor<T> - Interface in com.atlassian.bitbucket.repository
- RepositoryAlreadyExistsException - Exception in com.atlassian.bitbucket.repository
-
Thrown to indicate that a
repository
already exists at the givenrepositoryDir
when a new repository or fork is created. - RepositoryAlreadyExistsException(KeyedMessage, Path) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryAlreadyExistsException
- repositoryAndBranch(PullRequestDirection, Integer, String) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Sets the repository and branches fields based on direction, added here as the use case is so common.
- RepositoryArchivedException - Exception in com.atlassian.bitbucket.repository
-
Thrown to indicate that an operation cannot be performed on an archived
repository
. - RepositoryArchivedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryArchivedException
- RepositoryArchiveFilter - Enum Class in com.atlassian.bitbucket.repository
-
A flag used when searching for and/or archived repositories.
- RepositoryBranchesRequest - Class in com.atlassian.bitbucket.repository
-
A request for branches within a repository.
- RepositoryBranchesRequest.Builder - Class in com.atlassian.bitbucket.repository
- RepositoryBuildStatus - Interface in com.atlassian.bitbucket.build.status
-
A build result associated with a commit in a repository.
- RepositoryBuildStatusDeletedEvent - Class in com.atlassian.bitbucket.build.status
-
Event that is raised when the build status is removed.
- RepositoryBuildStatusDeletedEvent(Object, RepositoryBuildStatus) - Constructor for class com.atlassian.bitbucket.build.status.RepositoryBuildStatusDeletedEvent
- RepositoryBuildStatusService - Interface in com.atlassian.bitbucket.build.status
-
Manages build
statuses
. - RepositoryBuildStatusSetEvent - Class in com.atlassian.bitbucket.build.status
-
Event that is raised when the build status is set.
- RepositoryBuildStatusSetEvent(Object, RepositoryBuildStatus) - Constructor for class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetEvent
- RepositoryBuildStatusSetRequest - Class in com.atlassian.bitbucket.build.status
- RepositoryBuildStatusSetRequest.Builder - Class in com.atlassian.bitbucket.build.status
- RepositoryCloneEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when an SCM client clones a repository.
- RepositoryCloneEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryCloneEvent
- RepositoryCloneLinksRequest - Class in com.atlassian.bitbucket.repository
-
A request to generate a repository's clone URLs
- RepositoryCloneLinksRequest.Builder - Class in com.atlassian.bitbucket.repository
-
Builds
RepositoryCloneLinksRequest
- RepositoryCreatedActivity - Interface in com.atlassian.bitbucket.repository
-
Represents an
activity
which is recorded when a repository is created. - RepositoryCreatedEvent - Class in com.atlassian.bitbucket.event.repository
-
Event that is raised when a repository is created.
- RepositoryCreatedEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryCreatedEvent
- RepositoryCreateRequest - Class in com.atlassian.bitbucket.repository
-
Defines the properties that can be set when creating a new
Repository
. - RepositoryCreateRequest.Builder - Class in com.atlassian.bitbucket.repository
-
Constructs
requests
for creating new repositories. - RepositoryCreationCanceledException - Exception in com.atlassian.bitbucket.repository
- RepositoryCreationCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryCreationCanceledException
- RepositoryCreationFailedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when an attempt to create a repository fails.
- RepositoryCreationFailedEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryCreationFailedEvent
- RepositoryCreationRequestedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised just before a
repository
is created. - RepositoryCreationRequestedEvent(Object, Repository, String, CancelState) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryCreationRequestedEvent
- RepositoryDefaultBranchModifiedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when the default branch of a repository is reconfigured (typically through repository settings).
- RepositoryDefaultBranchModifiedEvent(Object, Repository, String, String) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryDefaultBranchModifiedEvent
- RepositoryDeleteBlockedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when a user is blocked from deleting a repository due to the repository delete policy.
- RepositoryDeleteBlockedEvent(Object, Repository, Permission, boolean, boolean) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryDeleteBlockedEvent
- RepositoryDeletedEvent - Class in com.atlassian.bitbucket.event.repository
-
Event that is raised when a repository is deleted
- RepositoryDeletedEvent(Object, Repository, Iterable<Integer>) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryDeletedEvent
- RepositoryDeletionCanceledException - Exception in com.atlassian.bitbucket.repository
- RepositoryDeletionCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryDeletionCanceledException
- RepositoryDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised just before a
repository
is deleted. - RepositoryDeletionRequestedEvent(Object, Repository, CancelState, Iterable<Integer>) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryDeletionRequestedEvent
- RepositoryEvent - Class in com.atlassian.bitbucket.event.repository
-
Base class for all events related to repositories: pushes, pulls, merge operations, etc.
- RepositoryEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryEvent
- RepositoryForkCanceledException - Exception in com.atlassian.bitbucket.repository
- RepositoryForkCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryForkCanceledException
- RepositoryForkedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when a repository is forked successfully.
- RepositoryForkedEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryForkedEvent
- RepositoryForkFailedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when an attempt to fork a repository fails.
- RepositoryForkFailedEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryForkFailedEvent
- RepositoryForkRequest - Class in com.atlassian.bitbucket.repository
-
Defines the properties that can be set when forking a
Repository
. - RepositoryForkRequest.Builder - Class in com.atlassian.bitbucket.repository
-
Constructs
requests
for forking repositories. - RepositoryForkRequestedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised just before a
repository
is forked. - RepositoryForkRequestedEvent(Object, Repository, String, CancelState) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryForkRequestedEvent
- RepositoryHook - Interface in com.atlassian.bitbucket.hook.repository
-
Describes a repository hook and its state for a specific scope.
- RepositoryHookDeletedEvent - Class in com.atlassian.bitbucket.event.hook
-
Fired when a repository hook is deleted
- RepositoryHookDeletedEvent(Object, Scope, String) - Constructor for class com.atlassian.bitbucket.event.hook.RepositoryHookDeletedEvent
- RepositoryHookDetails - Interface in com.atlassian.bitbucket.hook.repository
-
Contains the static (ie non-repository specific) details of a repository hook.
- RepositoryHookDisabledEvent - Class in com.atlassian.bitbucket.event.hook
-
Fired when a repository hook is disabled
- RepositoryHookDisabledEvent(Object, Scope, String) - Constructor for class com.atlassian.bitbucket.event.hook.RepositoryHookDisabledEvent
- RepositoryHookEnabledEvent - Class in com.atlassian.bitbucket.event.hook
-
Fired when a repository hook is enabled
- RepositoryHookEnabledEvent(Object, Scope, String) - Constructor for class com.atlassian.bitbucket.event.hook.RepositoryHookEnabledEvent
- RepositoryHookEvent - Class in com.atlassian.bitbucket.event.hook
-
Children of this event are fired when repository hooks are changed.
- RepositoryHookEvent(Object, String, Scope) - Constructor for class com.atlassian.bitbucket.event.hook.RepositoryHookEvent
- RepositoryHookRequest - Interface in com.atlassian.bitbucket.hook.repository
- RepositoryHookResult - Class in com.atlassian.bitbucket.hook.repository
-
Describes the outcome of a
repository-hook
preUpdate
invocation. - RepositoryHookResult.Builder - Class in com.atlassian.bitbucket.hook.repository
- RepositoryHookSearchRequest - Class in com.atlassian.bitbucket.hook.repository
-
Request object used for
RepositoryHookService.search(RepositoryHookSearchRequest, PageRequest)
searching repository hooks}. - RepositoryHookSearchRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- RepositoryHookService - Interface in com.atlassian.bitbucket.hook.repository
-
Handles the aggregation of hooks and their enabled status.
- RepositoryHookSettings - Interface in com.atlassian.bitbucket.hook.repository
-
Describes the repository hook settings
- RepositoryHookSettingsChangedEvent - Class in com.atlassian.bitbucket.event.hook
-
Fired when a repository hook's settings are changed.
- RepositoryHookSettingsChangedEvent(Object, Scope, String, Settings, Settings) - Constructor for class com.atlassian.bitbucket.event.hook.RepositoryHookSettingsChangedEvent
- RepositoryHookTrigger - Interface in com.atlassian.bitbucket.hook.repository
-
Describes the trigger for a
repository-hook
invocation. - RepositoryHookType - Enum Class in com.atlassian.bitbucket.hook.repository
-
Represents the supported types of
RepositoryHook
. - RepositoryHookVeto - Interface in com.atlassian.bitbucket.hook.repository
-
Describes the reasons for rejecting a
RepositoryHookRequest
- RepositoryHookVetoedException - Exception in com.atlassian.bitbucket.hook.repository
-
Exception that can be thrown when one or more
repository-hook
modules reject a proposed ref changes. - RepositoryHookVetoedException(KeyedMessage, RepositoryHookRequest, List<RepositoryHookVeto>) - Constructor for exception com.atlassian.bitbucket.hook.repository.RepositoryHookVetoedException
- repositoryId(int) - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
- repositoryIds(Iterable<Integer>) - Method in class com.atlassian.bitbucket.migration.MeshMigrationRequest.Builder
- RepositoryImportedEvent - Class in com.atlassian.bitbucket.event.repository
-
Event raised to indicate that a repository has been successfully imported to this instance.
- RepositoryImportedEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryImportedEvent
- RepositoryInconsistentException - Exception in com.atlassian.bitbucket.mesh
-
Thrown when an operation cannot be routed to Mesh because all replicas of the target repository have been marked inconsistent (and needing repair) or failed (for example, because the hosting node is offline).
- RepositoryInconsistentException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mesh.RepositoryInconsistentException
- RepositoryInconsistentException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mesh.RepositoryInconsistentException
- RepositoryLock - Interface in com.atlassian.bitbucket.concurrent
-
A reusable component for locking a
repository
while anoperation
is performed. - repositoryManagement() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- RepositoryMirrorEvent - Interface in com.atlassian.bitbucket.event.mirror
-
Interface for repository events received from mirrors.
- RepositoryMirrorSynchronizationFailedEvent - Class in com.atlassian.bitbucket.event.mirror
-
This event signals that a
Repository
has failed to synchronize on a mirror. - RepositoryMirrorSynchronizationFailedEvent.Builder - Class in com.atlassian.bitbucket.event.mirror
- RepositoryMirrorSynchronizedEvent - Class in com.atlassian.bitbucket.event.mirror
-
This event signals that a
Repository
has been synchronized on a mirror - RepositoryMirrorSynchronizedEvent.Builder - Class in com.atlassian.bitbucket.event.mirror
- RepositoryModificationCanceledException - Exception in com.atlassian.bitbucket.repository
- RepositoryModificationCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryModificationCanceledException
- RepositoryModificationRequestedEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised just before a
repository
is updated. - RepositoryModificationRequestedEvent(Object, Repository, Repository, CancelState) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryModificationRequestedEvent
- RepositoryModifiedEvent - Class in com.atlassian.bitbucket.event.repository
-
Event that is raised when a repository has been successfully updated.
- RepositoryModifiedEvent(Object, Repository, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryModifiedEvent
- RepositoryMovedException - Exception in com.atlassian.bitbucket.repository
-
Exception that is thrown when a repository is retrieved using an old slug, project key or namespace value after any of these three fields have been updated (e.g.
- RepositoryMovedException(Repository, String, String, KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryMovedException
- repositoryNotificationSettings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PluginServlets
- RepositoryOfflineException - Exception in com.atlassian.bitbucket.repository
-
Occurs when a repository is offline, i.e., when the node on which a repository is present becomes unreachable.
- RepositoryOfflineException(KeyedMessage, KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryOfflineException
- RepositoryOfflineException(KeyedMessage, KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryOfflineException
- RepositoryOperationException - Exception in com.atlassian.bitbucket.repository
- RepositoryOperationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryOperationException
- RepositoryOtherReadEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when a repository is accessed for read but not
pulling refs
. - RepositoryOtherReadEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryOtherReadEvent
- RepositoryOtherWriteEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when a repository is accessed for write but not
pushing refs
. - RepositoryOtherWriteEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryOtherWriteEvent
- repositoryPermission(int, Permission) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set the repository permission filter for the resulting
request
. - repositoryPermission(Permission, Repository) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- repositoryPermission(Repository, Permission) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set the repository permission filter for the resulting
request
. - RepositoryPermissionEvent - Class in com.atlassian.bitbucket.event.permission
-
Base event signalling repository permission changes.
- RepositoryPermissionEvent(Object, Permission, Repository, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionEvent
- RepositoryPermissionGrantedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user or group are granted a repository permission.
- RepositoryPermissionGrantedEvent(Object, Permission, Repository, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionGrantedEvent
- RepositoryPermissionGrantRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group are granted a repository permission.
- RepositoryPermissionGrantRequestedEvent(Object, Permission, Repository, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionGrantRequestedEvent
- RepositoryPermissionModificationRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's repository permission is modified.
- RepositoryPermissionModificationRequestedEvent(Object, Permission, Permission, Repository, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionModificationRequestedEvent
- RepositoryPermissionModifiedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user or group has their permission modified for a given repository.
- RepositoryPermissionModifiedEvent(Object, Permission, Permission, Repository, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionModifiedEvent
- RepositoryPermissionRevocationRequestedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is raised before a user or group's repository permission is revoked.
- RepositoryPermissionRevocationRequestedEvent(Object, Permission, Repository, String, ApplicationUser, CancelState) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionRevocationRequestedEvent
- RepositoryPermissionRevokedEvent - Class in com.atlassian.bitbucket.event.permission
-
This event is fired when a user or group has their permission revoked for a given repository.
- RepositoryPermissionRevokedEvent(Object, Permission, Repository, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.permission.RepositoryPermissionRevokedEvent
- RepositoryPullEvent - Class in com.atlassian.bitbucket.event.repository
-
Raised when an SCM client pulls from a repository.
- RepositoryPullEvent(Object, Repository) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryPullEvent
- RepositoryPushActivity - Interface in com.atlassian.bitbucket.repository
- RepositoryPushEvent - Class in com.atlassian.bitbucket.event.repository
-
Event that is raised when a user pushes one or more
refs
to a repository. - RepositoryPushEvent(Object, Repository, Collection<RefChange>) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryPushEvent
- RepositoryPushHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
A
hook request
that is raised when an SCM client pushes to the repository. - RepositoryPushHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- RepositoryReadOnlyException - Exception in com.atlassian.bitbucket.repository
-
Thrown when an operation fails because the repository is in read-only mode.
- RepositoryReadOnlyException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryReadOnlyException
- RepositoryRef - Interface in com.atlassian.bitbucket.repository
-
A
Ref
qualified with theRepository
it exists in - RepositoryRefsChangedEvent - Interface in com.atlassian.bitbucket.event.repository
-
Interface for events that are published when changes are made to a repository.
- RepositoryScope - Class in com.atlassian.bitbucket.scope
-
Describes a repository level scope
- RepositoryScope(Repository) - Constructor for class com.atlassian.bitbucket.scope.RepositoryScope
- RepositorySearchRequest - Class in com.atlassian.bitbucket.repository
-
Request for searching repositories.
- RepositorySearchRequest.Builder - Class in com.atlassian.bitbucket.repository
- RepositorySelector - Class in com.atlassian.bitbucket.migration
- RepositorySelector.Builder - Class in com.atlassian.bitbucket.migration
- RepositoryService - Interface in com.atlassian.bitbucket.repository
-
Describes a service for interacting with repositories.
- repositorySize(Repository, RepositorySizeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Calculates the
size
for the specified repository. - RepositorySize - Interface in com.atlassian.bitbucket.scm
-
Represents the size of a repository.
- RepositorySizeCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters for requesting a
repository's size
. - RepositorySizeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- RepositorySupplier - Interface in com.atlassian.bitbucket.repository
- RepositorySynchronizationType - Enum Class in com.atlassian.bitbucket.scm.mirror
-
The type of synchronization performed on a mirrored repository
- RepositoryTagsRequest - Class in com.atlassian.bitbucket.repository
-
A request for tags within a repository.
- RepositoryTagsRequest.Builder - Class in com.atlassian.bitbucket.repository
- RepositoryUpdatedActivity - Interface in com.atlassian.bitbucket.repository
-
Represents an
activity
which is recorded when the repository settings are updated. - RepositoryUpdateRequest - Class in com.atlassian.bitbucket.repository
-
Defines the properties that can be modified when updating a
Repository
. - RepositoryUpdateRequest.Builder - Class in com.atlassian.bitbucket.repository
-
Constructs
requests
for updating repositories. - RepositoryVisibility - Enum Class in com.atlassian.bitbucket.repository
-
The visibility of a given
repository
. - RequestCallback<T,
E extends Exception> - Interface in com.atlassian.bitbucket.request -
Callback provided to callers of
RequestManager.doAsRequest(RequestCallback, RequestInfoProvider)
. - RequestCanceledException - Exception in com.atlassian.bitbucket
- RequestCanceledException(KeyedMessage, List<KeyedMessage>) - Constructor for exception com.atlassian.bitbucket.RequestCanceledException
- RequestContext - Interface in com.atlassian.bitbucket.request
-
Provides information about a request, such as the requestId, sessionId, remoteAddress and more.
- RequestEndedEvent - Class in com.atlassian.bitbucket.event.request
-
Dispatched to indicate a requestContext has ended.
- RequestEndedEvent(Object, RequestContext) - Constructor for class com.atlassian.bitbucket.event.request.RequestEndedEvent
-
Constructs a new
RequestEndedEvent
, providing the event's source and the RequestContext for the request that was ended. - RequestEvent - Class in com.atlassian.bitbucket.event.request
-
A base class for constructing events related to requests (i.e.
- RequestEvent(Object, RequestContext) - Constructor for class com.atlassian.bitbucket.event.request.RequestEvent
- RequestInfoProvider - Interface in com.atlassian.bitbucket.request
-
Interface for providing request details to
RequestManager
. - RequestLocal<T> - Interface in com.atlassian.bitbucket.request
-
Value that is resolved in the current
RequestContext
, if one is active. - RequestManager - Interface in com.atlassian.bitbucket.request
-
Sets up and tears down all logic for processing requests, such as logging, access logging, profiling and publishing
RequestStartedEvent
andRequestEndedEvent
. - RequestMetadata - Interface in com.atlassian.bitbucket.request
-
Interface for providing immutable request meta data to
RequestManager
. - requestPasswordReset(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Generates a unique token which can be used to perform a
password reset
for the specified user and e-mails it to the address associated with their account. - requests() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Addons
- RequestStartedEvent - Class in com.atlassian.bitbucket.event.request
-
Dispatched to indicate a request has started.
- RequestStartedEvent(Object, RequestContext) - Constructor for class com.atlassian.bitbucket.event.request.RequestStartedEvent
-
Constructs a new
RequestStartedEvent
, providing the event's source and the RequestContext for the request that was started. - REQUIRED_BUILDS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether admins have access to the Required Builds view in the UI or the required-builds endpoint in REST.
- requiredBuilds() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- RequiredField - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Validate that a field is non-blank
- RequiredString - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Validate that the string is not empty and below a certain size, and report any violation as a single message.
- RequiredStrings - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Grouping of
RequiredString
s. - RequiredUri - Annotation Interface in com.atlassian.bitbucket.validation.annotation
-
Validates that a URI is present and that it's
ASCII representation
does not exceedRequiredUri.size()
characters in length - RequiredUriValidator - Class in com.atlassian.bitbucket.validation
-
Validates an object annotated with
RequiredUri
- RequiredUriValidator() - Constructor for class com.atlassian.bitbucket.validation.RequiredUriValidator
- requireEnabled(Feature) - Method in interface com.atlassian.bitbucket.server.FeatureManager
-
Ensures that
Feature
is enabled. - requireEnabled(Feature, boolean) - Method in interface com.atlassian.bitbucket.server.FeatureManager
-
Ensures that
Feature
is enabled. - requireNonBlank(String, String) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
- requireStartTls(boolean) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- requireWithin(Path, Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Validates that the specified path is contained within the
expectedParent
. - RESCOPE - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestActivityType
-
Search
PullRequestRescopeActivity
exclusively. - RESCOPED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
The scope of the
pull request
has been changed and commits have been added or removed. - RescopeDetails - Interface in com.atlassian.bitbucket.pull
-
Lists the commits added or removed by a
pull request rescope
. - resetPassword(String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Resets the password for the
user
associated with the specified token to the provided value. - resetWatchdog() - Method in interface com.atlassian.bitbucket.scm.Watchdog
-
Resets the internal timer, which is used to track whether a process's handlers are idle or not and prevent the idle timeout from terminating the process.
- resolve(Path, String, String...) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Simplifies
resolving
several subpaths in a single call. - resolveCommits(ResolveCommitsCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Resolves revisions provided on
parameters
to the referenced commit ID. - ResolveCommitsCommandParameters - Class in com.atlassian.bitbucket.scm
- ResolveCommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- RESOLVED - Enum constant in enum class com.atlassian.bitbucket.comment.CommentState
-
The
comment
has been resolved. - resolveRef(ResolveRefRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
- resolveRef(ResolveRefCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Resolves the specified
refId
, which may be a:branch name
tag name
commit hash
If therefId
should be resolved to a specific type, thattype
should be set to allow the SCM to restrict its search. - ResolveRefCommandParameters - Class in com.atlassian.bitbucket.scm
-
Describes a ref to
resolve
. - ResolveRefCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- ResolveRefRequest - Class in com.atlassian.bitbucket.repository
-
Describes a ref to
resolve
. - ResolveRefRequest.Builder - Class in com.atlassian.bitbucket.repository
- resolveRefs(ResolveRefsRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Attempts to resolve multiple refs at once, returning a map with the successfully resolved IDs linked to their resolved
refs
. - resolveRefs(ResolveRefsCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Resolves refs from the ref IDs provided on
parameters
, which may be one ofbranch name
tag name
commit hash
Callers can specify on theparameters
whether a provided ID is expected to resolve to abranch
,tag
, or aref of unknown type
. - ResolveRefsCommandParameters - Class in com.atlassian.bitbucket.scm
-
Describes which refs to
resolve
. - ResolveRefsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- ResolveRefsRequest - Class in com.atlassian.bitbucket.repository
-
Describes which refs to
resolve
. - ResolveRefsRequest.Builder - Class in com.atlassian.bitbucket.repository
- resource(Object) - Method in class com.atlassian.bitbucket.permission.PermissionRequest.Builder
- ResourceBusyException - Exception in com.atlassian.bitbucket
-
Thrown to indicate a resource is busy.
- ResourceBusyException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.ResourceBusyException
- responseContentDisposition(String) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
-
Sets the
Content-Disposition
header of the response to the specified value. - responseContentType(String) - Method in class com.atlassian.bitbucket.filestore.GenerateGetUrlRequest.Builder
-
Sets the
Content-Type
header of the response to the specified value. - rest() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
- RestrictionProcessedState - Enum Class in com.atlassian.bitbucket.settingsrestriction
-
Defines the processing state for a
restriction
. - RETARGETED - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because the
target branch
was changed. - retrievePassword() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/retrievePassword
- retryCreate(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
If a create operation fails, calling this method will clean up the broken repository and try again.
- revert(RevertCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Reverts the specified commit on a given branch as described by the
parameters
. - REVERT - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
reverting
changes in a repository. - RevertCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters to perform a
revert
operation. - RevertCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- REVIEW_COMMENTED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
- REVIEW_DISCARDED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
Discard a user's pull request review where
pending comments
were added to apull request
. - REVIEW_FINISHED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
The pull request review where the user has added
pending comments
on apull request
is finished. - REVIEWED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
A user has finished reviewing the changes in a
pull request
. - reviewer(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- REVIEWER - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestRole
-
The
participant
is a reviewer of thepull request
. - REVIEWER_GROUPS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether a user can manage reviewer groups.
- ReviewerGroup - Interface in com.atlassian.bitbucket.pull.reviewer
-
Represents a reviewer group
- ReviewerGroupCreateRequest - Class in com.atlassian.bitbucket.pull.reviewer
- ReviewerGroupCreateRequest.Builder - Class in com.atlassian.bitbucket.pull.reviewer
- reviewerGroups() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
- reviewerGroups() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- ReviewerGroupService - Interface in com.atlassian.bitbucket.pull.reviewer
- ReviewerGroupUpdateRequest - Class in com.atlassian.bitbucket.pull.reviewer
- ReviewerGroupUpdateRequest.Builder - Class in com.atlassian.bitbucket.pull.reviewer
- ReviewerGroupUserLimitException - Exception in com.atlassian.bitbucket.pull.reviewer
- ReviewerGroupUserLimitException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUserLimitException
- reviewers(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- reviewers(Set<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- revisions(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ResolveCommitsCommandParameters.Builder
- revisions(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveCommitsCommandParameters.Builder
- revokeAllGlobalPermissions(ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all global permissions for the given user.
- revokeAllGlobalPermissions(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all global permissions for the given group.
- revokeAllGroupPermissions(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all permissions granted to a group.
- revokeAllProjectPermission(Permission, Project) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoked a project permission from all users users
- revokeAllProjectPermissions(Project, ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all project permissions for the given user.
- revokeAllProjectPermissions(Project, String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all project permissions for the given group.
- revokeAllProjectPermissions(Project, Set<String>, Set<ApplicationUser>) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all project permissions for the given users and groups.
- revokeAllRepositoryPermissions(Repository, ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all repository permissions for the given user.
- revokeAllRepositoryPermissions(Repository, String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all repository permissions for the given group.
- revokeAllRepositoryPermissions(Repository, Set<String>, Set<ApplicationUser>) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all repository permissions for the given users and groups.
- revokeAllUserPermissions(ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all permissions from a user.
- revokeAllUserPermissions(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all permissions from a
normal
user. - role(PullRequestRole) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
-
Limits the pull requests to search for by a specified
pull request role
for theuser
. - role(PullRequestRole) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
Limits the search by the participants role.
- ROLLING_UPGRADE - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether rolling upgrade can be performed for bugfix versions.
- RollingUpgradeService - Interface in com.atlassian.bitbucket.zdu
-
Describes a service for maintaining rolling upgrade state.
- ROOT - Static variable in class com.atlassian.bitbucket.content.SimplePath
- rpcUrl(String) - Method in class com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest.Builder
- rpcUrl(String) - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest.Builder
- RUNNING - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job is currently running
- RUNNING - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application has been setup and is running normally
S
- save(Repository, AttachmentSupplier) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Saves the attachment contained in the provided
supplier
, assigning a unique ID to allow it to be accessed again. - saveMetadata(Repository, long, Map<String, Object>) - Method in interface com.atlassian.bitbucket.attachment.AttachmentService
-
Saves the metadata for an attachment that already exists.
- schedule(T, long, TimeUnit) - Method in interface com.atlassian.bitbucket.concurrent.BucketedExecutor
-
Add a task to be processed and schedule the
BucketProcessor
to process the task's bucket with adelay
. - schemes - Variable in class com.atlassian.bitbucket.validation.BaseUrlValidator
- SCM - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Merge strategies have been configured globally for all repositories using this SCM.
- ScmBulkContentCommandFactory - Interface in com.atlassian.bitbucket.scm.bulk
- ScmCommandBuilder<B extends ScmCommandBuilder<B>> - Interface in com.atlassian.bitbucket.scm
-
Augments the
CommandBuilder
with SCM-related properties, still supporting creating free-form commands. - ScmCommandFactory - Interface in com.atlassian.bitbucket.scm
-
Creates
commands
which provide basic SCM functionality such as creating repositories, retrieving commits and viewing diffs. - ScmCompareCommandFactory - Interface in com.atlassian.bitbucket.scm.compare
-
Creates
commands
which allow comparing arbitrary refs or commits. - ScmException - Exception in com.atlassian.bitbucket.scm
-
Base class for exceptions thrown by the
ScmService
and other SCM components. - ScmException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.scm.ScmException
- ScmException(KeyedMessage, Throwable, String) - Constructor for exception com.atlassian.bitbucket.scm.ScmException
- ScmExtendedCommandFactory - Interface in com.atlassian.bitbucket.scm
-
Creates
commands
which provide optional SCM functionality such as merging two branches or updating the default branch. - ScmFeature - Enum Class in com.atlassian.bitbucket.scm
-
Enumerates optional features an SCM can support.
- scmHookDetails(ScmHookDetails) - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
- ScmHookDetails - Interface in com.atlassian.bitbucket.hook
-
Describes an SCM hook invocation, providing access to the output and error streams of the remote client
- scmId(String) - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
Sets the SCM to be used by the new repository.
- ScmMirrorCommandFactory - Interface in com.atlassian.bitbucket.scm.mirror
- ScmPullRequestCommandFactory - Interface in com.atlassian.bitbucket.scm.pull
-
Creates
commands
which provide pull request functionality. - ScmRefCommandFactory - Interface in com.atlassian.bitbucket.scm.ref
- ScmService - Interface in com.atlassian.bitbucket.scm
-
Describes a service for interacting with an SCM, allowing commands to be created/executed to perform SCM operations.
- Scope - Interface in com.atlassian.bitbucket.scope
-
Describes a scope within the system
- Scopes - Class in com.atlassian.bitbucket.scope
- ScopeType - Enum Class in com.atlassian.bitbucket.scope
-
Enumerates the available scopes.
- ScopeVisitor<T> - Interface in com.atlassian.bitbucket.scope
-
Implements the visitor pattern for
scopes
. - search(BuildStatusPullRequestSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatusService
-
Find build statuses for a pull request that match the given request.
- search(BuildStatusRepositorySearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatusService
-
Search for build statuses that match the given request.
- search(CommentSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Search for all
comments
matching the provided request. - search(RepositoryHookSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Searches for
repository hooks
that match the providedrequest
. - search(IndexSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Searches the index for any matching commits.
- search(JobSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.job.JobService
-
Finds all
jobs
matching the supplied request object - search(ProjectSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.project.ProjectService
- search(PullRequestSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Finds a single page of pull requests depending on the
request
passed in. - search(RepositorySearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Searches for
repositories
that match the providedrequest
. - search(UserSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
- search(WatcherSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.watcher.WatcherService
- SEARCH - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- searchActivities(PullRequestActivitySearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Finds a single page of pull request activities depending on the
request
passed in. - searchByCommit(PullRequestCommitSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Finds a single page of pull requests containing a specified commit which match the given
search criteria
. - searchExportJobMessages(MigrationJobMessageSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Finds all
job messages
matching the supplied request object for an export job. - searchImportJobMessages(MigrationJobMessageSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Finds all
job messages
matching the supplied request object for an import job. - searchLabelables(LabelableSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
- searchMeshMigrationJobMessages(MigrationJobMessageSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Finds all
job messages
matching the supplied request object for a migration job. - searchMessages(JobMessageSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.job.JobService
-
Finds all
job messages
matching the supplied request object - searchRepositoryCommits(IndexSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Search the index for any
commits
matching the provided search request. - searchThreads(CommentSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Search for all
threads
matching the provided request. - searchUsers(PullRequestParticipantSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Finds
users
who have participated in pull requests based on the providedsearch request
. - secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.content.PatchRequest.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters.Builder
- secondaryRepository(Repository) - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
- SECRET_SCANNING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether secret scanning is enabled or not.
- secretScanning() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- secretScanning() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- secretScanning() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
- security() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- SECURITY - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- securityCheck() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/j_atl_security_check
- SecurityService - Interface in com.atlassian.bitbucket.user
-
Plugins may wish to perform operations as a particular user.
- self() - Method in class com.atlassian.bitbucket.build.status.AbstractBuildStatusSearchRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.build.status.BuildStatusPullRequestSearchRequest.Builder
- self() - Method in class com.atlassian.bitbucket.build.status.BuildStatusRepositorySearchRequest.Builder
- self() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.Builder
- self() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.Builder
- self() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
- self() - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest.AbstractCommitRequestBuilder
- self() - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
- self() - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
- self() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
- self() - Method in class com.atlassian.bitbucket.commit.CommitsRequest.Builder
- self() - Method in class com.atlassian.bitbucket.commit.CommitSummary.Builder
- self() - Method in class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
- self() - Method in class com.atlassian.bitbucket.commit.LastModifiedRequest.Builder
- self() - Method in class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
- self() - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
- self() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
- self() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
- self() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
- self() - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
- self() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.content.ChangeContext.Builder
- self() - Method in class com.atlassian.bitbucket.content.ChangeSummary.Builder
- self() - Method in class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
- self() - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- self() - Method in class com.atlassian.bitbucket.content.DiffSummary.Builder
- self() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.content.FileSummary.Builder
- self() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
- self() - Method in class com.atlassian.bitbucket.event.branch.BranchCreationHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
- self() - Method in class com.atlassian.bitbucket.event.tag.TagCreationHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.event.tag.TagDeletionHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.Builder
- self() - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.label.ApplyLabelRequest.Builder
- self() - Method in class com.atlassian.bitbucket.label.RemoveLabelRequest.Builder
- self() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
- self() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
Overridden in concrete builder implementations to return
this
. - self() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestDiscardReviewRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Overridden in concrete builder implementations to return
this
. - self() - Method in class com.atlassian.bitbucket.repository.BranchSummary.Builder
- self() - Method in class com.atlassian.bitbucket.repository.CreateBranchRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.CreateTagRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.RefSummary.Builder
- self() - Method in class com.atlassian.bitbucket.repository.RepositoryBranchesRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.RepositoryTagsRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.Builder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
- self() - Method in class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
- self() - Method in class com.atlassian.bitbucket.repository.TagSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
- self() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.scm.BlameCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.CommandSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.compare.CompareDiffStatsSummaryCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestDiffStatsSummaryCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.PushSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.RawFileCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
- self() - Method in class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
- self() - Method in class com.atlassian.bitbucket.scm.SizeCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.scm.TypeCommandParameters.Builder
- self() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.user.ServiceUserCreateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
- self() - Method in class com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder
- self() - Method in class com.atlassian.bitbucket.watcher.IsWatchingRequest.Builder
- self() - Method in class com.atlassian.bitbucket.watcher.UnwatchRequest.Builder
- self() - Method in class com.atlassian.bitbucket.watcher.WatchRequest.Builder
- SERVER_EMAIL_ADDRESS - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- SERVER_IS_SETUP - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- ServerEmailAddressChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event that is raised when the server email address is changed.
- ServerEmailAddressChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.ServerEmailAddressChangedEvent
- ServerException - Exception in com.atlassian.bitbucket
- ServerException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.ServerException
- ServerException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.ServerException
- serverSettings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- ServerTimeZoneChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event that is published when the server timezone is changed.
- ServerTimeZoneChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.ServerTimeZoneChangedEvent
- SERVICE - Enum constant in enum class com.atlassian.bitbucket.user.UserType
-
'Service' users are not backed by a user from a Crowd directory and are not able to authenticate via the UI or REST.
- ServiceException - Exception in com.atlassian.bitbucket
- ServiceException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.ServiceException
- ServiceException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.ServiceException
- ServiceUser - Interface in com.atlassian.bitbucket.user
-
Represents a registered service user.
- ServiceUserCreateRequest - Class in com.atlassian.bitbucket.user
- ServiceUserCreateRequest.Builder - Class in com.atlassian.bitbucket.user
- ServiceUserUpdateRequest - Class in com.atlassian.bitbucket.user
- ServiceUserUpdateRequest.Builder - Class in com.atlassian.bitbucket.user
- set(Authentication) - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
-
Sets the authentication for the current thread (and thereby request)
- set(RepositoryBuildStatusSetRequest) - Method in interface com.atlassian.bitbucket.build.status.RepositoryBuildStatusService
-
Create a build status.
- set(AutoMergeSettingsCreateRequest) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeSettingsService
-
Creates or updates the pull request auto-merge settings for a particular
repository scope
orproject scope
. - set(String) - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Add or replace the license of this instance.
- set(T) - Method in interface com.atlassian.bitbucket.request.RequestLocal
-
Sets the value.
- setAllowPublicSignUp(boolean) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets whether public signup is allowed for external users.
- setBaseURL(URI) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets the base URL of the current instance.
- setBytesRead(long) - Method in interface com.atlassian.bitbucket.request.RequestContext
-
Report on the number of bytes read for this request.
- setBytesWritten(long) - Method in interface com.atlassian.bitbucket.request.RequestContext
-
Report on the number of bytes written for this request.
- setCommand(Command<?>) - Method in interface com.atlassian.bitbucket.scm.CommandAware
-
Called prior to
process
to provide theCommand
the handler will be processing. - setConfiguration(HookScriptSetConfigurationRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Configures a hook script to run for a given
scope
. - setDefaultBranch(Repository, String) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Sets the default branch for the specified repository.
- setDefaultBranch(String) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Sets the global default branch to use when creating new repositories.
- setDisplayName(String) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets the display name of the current instance.
- setExecutionTimeout(long) - Method in interface com.atlassian.bitbucket.scm.Command
-
Sets the maximum time, in seconds, the operation is allowed to run.
- setExecutionTimeout(Duration) - Method in interface com.atlassian.bitbucket.scm.Command
-
Sets the maximum duration the operation is allowed to run.
- SetFilePermissionRequest - Class in com.atlassian.bitbucket.util
-
Request to set permissions on a
Path
. - SetFilePermissionRequest.Builder - Class in com.atlassian.bitbucket.util
- setHttpScmHostingEnabled(boolean) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets whether the SCM requests are allowed over HTTP(S).
- setIdleTimeout(long) - Method in interface com.atlassian.bitbucket.scm.Command
-
Sets the maximum time, in seconds, the operation is allowed to run without either producing output or processing input.
- setIdleTimeout(Duration) - Method in interface com.atlassian.bitbucket.scm.Command
-
Sets the maximum duration the operation is allowed to run without either producing output or processing input.
- setLevel(String, String) - Method in interface com.atlassian.bitbucket.log.LoggingService
-
Sets the level for the specified logger to the provided level.
- setMailHostConfiguration(MailHostConfiguration) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets the mail host configuration, replacing any existing configuration.
- setMaxCaptchaAttempts(int) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets the number of failed login attempts before the user is required to enter a CAPTCHA verification.
- setMergeConfig(SetPullRequestMergeConfigRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Sets the
merge configuration
for the specified source, setting the default strategy and the complete set of enabled strategies. - setPermission(SetPermissionRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Assigns a permission to multiple users and/or groups.
- SetPermissionRequest - Class in com.atlassian.bitbucket.permission
-
Used to set a permission to multiple users and/or groups.
- SetPermissionRequest.Builder - Class in com.atlassian.bitbucket.permission
- setPermissions(SetFilePermissionRequest) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Sets the file permissions according to the specifications provided in the
request
. - setProperties(PropertyMap) - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- setProperties(PropertyMap) - Method in class com.atlassian.bitbucket.property.SimplePropertySupport
-
Set properties on this entity.
- SetPullRequestMergeConfigRequest - Class in com.atlassian.bitbucket.pull
- SetPullRequestMergeConfigRequest.Builder - Class in com.atlassian.bitbucket.pull
- setReadOnly(Repository, boolean) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Enable/disable read-only mode for the given repository.
- setRepository(Repository) - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- SetRepositoryHookSettingsRequest - Class in com.atlassian.bitbucket.hook.repository
-
Request object used for
updating settings for a repository hook
. - SetRepositoryHookSettingsRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- setResponseCode(int) - Method in interface com.atlassian.bitbucket.request.RequestContext
-
The response code of the request.
- setReviewerStatus(PullRequestParticipantStatusRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Allows a user to update their participation status in a pull request.
- setRootLevel(String) - Method in interface com.atlassian.bitbucket.log.LoggingService
-
Sets the output level for the root logger, which is a special logger that is the ultimate parent of all other loggers in the system.
- setServerEmailAddress(String) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets the email address used in the 'sender' field for any email notification.
- setServerTimeZone(ZoneId) - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
-
Set the server time zone.
- setSettings(SetRepositoryHookSettingsRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Sets the settings for the hook specified in the request.
- setShowCaptchaOnSignUp(boolean) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Sets whether a CAPTCHA verification is required for signing up.
- setTimeout(long) - Method in interface com.atlassian.bitbucket.scm.Command
- setTimeout(Duration) - Method in interface com.atlassian.bitbucket.scm.Command
- SETTING_DISABLED - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because auto-merge is not enabled for the repository containing the pull request.
- settings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- settings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
- settings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- settings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.UserAccount
- settings(Settings) - Method in class com.atlassian.bitbucket.hook.repository.EnableRepositoryHookRequest.Builder
- settings(Settings) - Method in class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest.Builder
- Settings - Interface in com.atlassian.bitbucket.setting
-
A typed container for a generic map of settings.
- SettingsBuilder - Interface in com.atlassian.bitbucket.setting
-
A builder for
Settings
- SettingsKey - Class in com.atlassian.bitbucket.settingsrestriction
-
The identifier in a
ProjectSettingsRestriction
for the settings of a given feature. - SettingsKey.Builder - Class in com.atlassian.bitbucket.settingsrestriction
- setup() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/setup
- setUserTimeZone(ZoneId) - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
-
Set the time zone of the current user.
- setWatchdog(Watchdog) - Method in interface com.atlassian.bitbucket.scm.CommandHandlerSupport
-
Set the watchdog that this handler should be resetting to prevent the process from being terminated.
- severities(Iterable<CommentSeverity>) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- severities(Iterable<JobMessageSeverity>) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
- severities(Iterable<JobMessageSeverity>) - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
- severity - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- severity(CommentSeverity) - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
- severity(CommentSeverity) - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
- severity(CommentSeverity) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- severity(CommentSeverity) - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
- severity(JobMessageSeverity) - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- severity(JobMessageSeverity) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
- severity(JobMessageSeverity) - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
- SHA256 - Enum constant in enum class com.atlassian.bitbucket.filestore.ChecksumAlgorithm
- SHORT - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- SHORTAGE - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- shortName() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
- SHOW - Enum constant in enum class com.atlassian.bitbucket.content.DiffWhitespace
-
The default whitespace setting, where the exact changes of the diff are shown, whitespace and all.
- shutdown() - Method in interface com.atlassian.bitbucket.concurrent.BucketedExecutor
-
Shuts down the executor and releases all resources acquired by the executor.
- SignableObjectType - Interface in com.atlassian.bitbucket.scm.signed
-
Describes a type of object that can be signed, or for which signed content can be
retrieved
. - SIGNED_OBJECTS - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports retrieving
signed objects
. - SignedObjectCallback - Interface in com.atlassian.bitbucket.scm.signed
-
Describes a callback for receiving information about signed objects.
- SignedObjectIdSource - Interface in com.atlassian.bitbucket.scm.signed
-
Provides object IDs to the
ScmExtendedCommandFactory.signedObjects(SignedObjectsParameters, SignedObjectCallback)
command to be resolved into signed objects. - signedObjects(SignedObjectsParameters, SignedObjectCallback) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Retrieves requested objects and if the object is signed, provides the signature and signed content to the callback.
- SignedObjectsContext - Class in com.atlassian.bitbucket.scm.signed
- SignedObjectsContext.Builder - Class in com.atlassian.bitbucket.scm.signed
- SignedObjectsParameters - Class in com.atlassian.bitbucket.scm.signed
-
Request that describes what signed objects to
retrieve
from the SCM. - SignedObjectsParameters.Builder - Class in com.atlassian.bitbucket.scm.signed
- SignedObjectsSummary - Class in com.atlassian.bitbucket.scm.signed
-
Summarizes the results of a bulk signed commits command.
- SignedObjectsSummary.Builder - Class in com.atlassian.bitbucket.scm.signed
- SigningFailedException - Exception in com.atlassian.bitbucket.scm.signed
- SigningFailedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.signed.SigningFailedException
- signup() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/signup
- SimpleAvatarSupplier - Class in com.atlassian.bitbucket.avatar
-
A simple implementation of
AvatarSupplier
which accepts theInputStream
containing the avatar's image data as a constructor parameter. - SimpleAvatarSupplier(InputStream) - Constructor for class com.atlassian.bitbucket.avatar.SimpleAvatarSupplier
- SimpleAvatarSupplier(String, InputStream) - Constructor for class com.atlassian.bitbucket.avatar.SimpleAvatarSupplier
-
Constructs a new
SimpleAvatarStream
with the specifiedcontentType
which willreturn
the providedInputStream
. - SimpleChangeset - Class in com.atlassian.bitbucket.commit
- SimpleChangeset.Builder - Class in com.atlassian.bitbucket.commit
- SimpleCommit - Class in com.atlassian.bitbucket.commit
- SimpleCommit.Builder - Class in com.atlassian.bitbucket.commit
- SimpleDetailedRefChange - Class in com.atlassian.bitbucket.repository
- SimpleDetailedRefChange.Builder - Class in com.atlassian.bitbucket.repository
- SimpleDiffStatsSummary - Class in com.atlassian.bitbucket.content
-
Simple implementation of
DiffStatsSummary
. - SimpleDiffStatsSummary.Builder - Class in com.atlassian.bitbucket.content
- SimpleFeature - Class in com.atlassian.bitbucket.server
-
Simple implementation of the
Feature
interface - SimpleFeature(String) - Constructor for class com.atlassian.bitbucket.server.SimpleFeature
- SimpleFormErrors - Class in com.atlassian.bitbucket.validation
-
Simple implementation of
FormErrors
as a plain Java object with a builder, - SimpleFormErrors.Builder - Class in com.atlassian.bitbucket.validation
- SimpleMergeHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
Basic implementation of
MergeHookRequest
- SimpleMergeHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- SimpleMinimalCommit - Class in com.atlassian.bitbucket.commit
- SimpleMinimalCommit(SimpleMinimalCommit.AbstractMinimalCommitBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit
- SimpleMinimalCommit.AbstractMinimalCommitBuilder<B extends SimpleMinimalCommit.AbstractMinimalCommitBuilder<B,
R>, R extends MinimalCommit> - Class in com.atlassian.bitbucket.commit - SimpleMinimalCommit.Builder - Class in com.atlassian.bitbucket.commit
- SimpleMinimalRef - Class in com.atlassian.bitbucket.repository
- SimpleMinimalRef(SimpleMinimalRef.AbstractMinimalRefBuilder<?, ?>, RefType) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef
- SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,
R>, R extends MinimalRef> - Class in com.atlassian.bitbucket.repository - SimpleMinimalRef.Builder - Class in com.atlassian.bitbucket.repository
- SimpleMinimalRefChange - Class in com.atlassian.bitbucket.repository
-
A simple, immutable implementation of
MinimalRefChange
. - SimpleMinimalRefChange(SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRefChange
- SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<B extends SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder<B,
R>, R extends MinimalRefChange> - Class in com.atlassian.bitbucket.repository - SimpleMinimalRefChange.Builder - Class in com.atlassian.bitbucket.repository
- SimpleMinimalRepositoryCommit - Class in com.atlassian.bitbucket.commit
-
A simple implementation of
MinimalRepositoryCommit
. - SimpleMinimalRepositoryCommit.Builder - Class in com.atlassian.bitbucket.commit
- SimpleMinimalRepositoryRef - Class in com.atlassian.bitbucket.repository
-
Basic implementation of
MinimalRepositoryRef
- SimpleMinimalRepositoryRef(SimpleMinimalRepositoryRef.AbstractBuilder<?, ?>) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
- SimpleMinimalRepositoryRef.AbstractBuilder<B extends SimpleMinimalRepositoryRef.AbstractBuilder<B,
R>, R extends MinimalRepositoryRef> - Class in com.atlassian.bitbucket.repository - SimpleMinimalRepositoryRef.Builder - Class in com.atlassian.bitbucket.repository
- SimpleNamedLink - Class in com.atlassian.bitbucket.util
-
A simple implementation of the
NamedLink
interface. - SimpleNamedLink(String, String) - Constructor for class com.atlassian.bitbucket.util.SimpleNamedLink
- SimplePath - Class in com.atlassian.bitbucket.content
- SimplePath(Path) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(SimplePath, SimplePath) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(SimplePath, String) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(SimplePath, String...) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(SimplePath, String, boolean) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(CharSequence) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(CharSequence, boolean) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(String, SimplePath) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePath(List<String>) - Constructor for class com.atlassian.bitbucket.content.SimplePath
- SimplePropertySupport - Class in com.atlassian.bitbucket.property
-
An implementation of
PropertySupport
for use in SCM entities, with write-once immutability provided bySimplePropertySupport.setProperties(PropertyMap)
. - SimplePropertySupport(SimplePropertySupport.AbstractPropertyBuilder<?>) - Constructor for class com.atlassian.bitbucket.property.SimplePropertySupport
- SimplePropertySupport.AbstractPropertyBuilder<B extends SimplePropertySupport.AbstractPropertyBuilder<B>> - Class in com.atlassian.bitbucket.property
- SimplePullRequestActivityPage<T extends PullRequestActivity> - Class in com.atlassian.bitbucket.pull
- SimplePullRequestActivityPage(Page<T>, long) - Constructor for class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- SimplePullRequestMergeHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
Basic implementation of
PullRequestMergeHookRequest
- SimplePullRequestMergeHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- SimpleRefChange - Class in com.atlassian.bitbucket.repository
-
A simple, immutable implementation of
RefChange
. - SimpleRefChange(SimpleRefChange.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange
- SimpleRefChange.AbstractBuilder<B extends SimpleRefChange.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.repository
- SimpleRefChange.Builder - Class in com.atlassian.bitbucket.repository
- SimpleRefChangeDetails - Class in com.atlassian.bitbucket.repository
- SimpleRefChangeDetails(SimpleRefChangeDetails.Builder) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChangeDetails
- SimpleRefChangeDetails.Builder - Class in com.atlassian.bitbucket.repository
- SimpleRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
Basic implementation of
RepositoryHookRequest
- SimpleRepositoryHookRequest(SimpleRepositoryHookRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest
- SimpleRepositoryHookRequest.AbstractBuilder<B extends SimpleRepositoryHookRequest.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.hook.repository
- SimpleRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
- SimpleRepositoryHookVeto - Class in com.atlassian.bitbucket.hook.repository
-
Basic implementation of
RepositoryHookVeto
- SimpleRepositoryHookVeto(String, String) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookVeto
- SimpleRepositoryRef - Class in com.atlassian.bitbucket.repository
-
Basic implementation of
RepositoryRef
- SimpleRepositoryRef.Builder - Class in com.atlassian.bitbucket.repository
- SimpleRescopeDetails - Class in com.atlassian.bitbucket.pull
- SimpleRescopeDetails.Builder - Class in com.atlassian.bitbucket.pull
- SimpleSignedObjectIdSource - Class in com.atlassian.bitbucket.scm.signed
- SimpleSignedObjectIdSource(Iterable<String>) - Constructor for class com.atlassian.bitbucket.scm.signed.SimpleSignedObjectIdSource
- simplify() - Method in class com.atlassian.bitbucket.content.SimplePath
- since(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequestCommit
- since(Instant) - Method in class com.atlassian.bitbucket.commit.CommitsRequest.Builder
- since(Instant) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- sinceCommitId(String) - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters.Builder
- sinceCommitId(String) - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentContext.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.content.ChangesRequest.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
-
Specifies the "since" commit for the diff.
- sinceId(String) - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest.Builder
-
Specifies the "since" commit for the diff.
- sinceId(String) - Method in class com.atlassian.bitbucket.content.PatchRequest.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
Specifies the
sinceId
to use when retrieving the changes, if thescope
isPullRequestChangeScope.RANGE
. - sinceId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
- sinceId(String) - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters.Builder
-
Specifies the "since" commit for the diff.
- sinceId(String) - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
- size() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- size() - Method in class com.atlassian.bitbucket.property.PropertyMap
- size() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.OptionalString
- size() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredString
- size() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredUri
- size(int) - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
- size(SizeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves the size of the file at the requested path at the specified commit.
- size(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
- SizeCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters for requesting a
file's size
. - SizeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- SKIP - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Skip the current file, but continue offering subsequent files.
- SLUG_MAX_SIZE - Static variable in interface com.atlassian.bitbucket.repository.Repository
- SLUG_REGEXP - Static variable in interface com.atlassian.bitbucket.repository.Repository
- SLUG_REGEXP - Static variable in interface com.atlassian.bitbucket.user.ApplicationUser
-
The regex for user slugs
- SMART_MIRRORS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether smart mirrors can be configured.
- SMTP - Enum constant in enum class com.atlassian.bitbucket.mail.MailProtocol
- SMTPS - Enum constant in enum class com.atlassian.bitbucket.mail.MailProtocol
- SNAPSHOT - Enum constant in enum class com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
All refs on the remote are fetched by the orchestrator and passed to each member of the mirror farm.
- source(Object) - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
- SOURCE_BRANCH_COMMITS_CHANGED - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because the commit hash of the
source branch
was changed. - sourceBranch(String) - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
- sourceBranch(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.CompareBuilder
- sourceBranch(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.CreatePullRequest
- sourceCommitId(String) - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
- sourceCommitId(String) - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
- sourceCommitId(String) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
- SoyMailBuilder - Interface in com.atlassian.bitbucket.mail
- SoyMailMessageRequest - Class in com.atlassian.bitbucket.mail
- SoyMailMessageRequest.Builder - Class in com.atlassian.bitbucket.mail
- soyTemplateModuleKey(String) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
- soyTemplateName(String) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
- split(CharSequence) - Static method in class com.atlassian.bitbucket.content.SimplePath
- split(CharSequence, boolean) - Static method in class com.atlassian.bitbucket.content.SimplePath
- SQLSERVER - Enum constant in enum class com.atlassian.bitbucket.server.DatabaseType
-
Microsoft's SQL Server database
- srcPath(String) - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
- srcPath(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- srcPath(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- SSH_KEYS_FOR_CODE_SIGNING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether SSH keys can be used to sign objects.
- SshAuthenticationExpiredKeyException - Exception in com.atlassian.bitbucket.auth
-
A specialization of
AuthenticationException
that is thrown during authentication when an existing SSH key has expired. - SshAuthenticationExpiredKeyException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.SshAuthenticationExpiredKeyException
- SshAuthenticationExpiredKeyException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.auth.SshAuthenticationExpiredKeyException
- SshAuthenticationInsecureKeyException - Exception in com.atlassian.bitbucket.auth
-
A specialization of
AuthenticationException
that is thrown during authentication when a key does not meet the requirements of the system. - SshAuthenticationInsecureKeyException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.SshAuthenticationInsecureKeyException
- SshAuthenticationInsecureKeyException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.auth.SshAuthenticationInsecureKeyException
- STALE - Enum constant in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
The auto-merge request is ready to merge but its source or target branch does not reflect the latest SCM state.
- StandardFeature - Enum Class in com.atlassian.bitbucket.server
-
Core
features
provided by the application - StandardRefType - Enum Class in com.atlassian.bitbucket.repository
-
Standard
ref types
that should be supported by all SCM implementations. - StandardRepositoryHookTrigger - Enum Class in com.atlassian.bitbucket.hook.repository
-
Built-in trigger types for
repository-hook
RepositoryHookRequest
s. - StandardSignableObjectType - Enum Class in com.atlassian.bitbucket.scm.signed
-
Built-in types of SCM objects that can be signed or for which signed contents can be
retrieved
. - start() - Method in interface com.atlassian.bitbucket.scm.AsyncCommand
-
Starts the operation and returns a
Future
, which can be used to cancel the operation or block until it has finished. - start(int) - Method in class com.atlassian.bitbucket.content.FileContext.Builder
- startAt(int) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PagedBuilder
- startExport(ExportRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Export the repositories specified in the
export request
. - startImport(ImportRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Import the data contained in the archive specified in the
import request
. - STARTING - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application is starting up, but not yet available
- startMeshMigration(MeshMigrationRequest) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Start a job that migrates the repository or repositories specified in the
migration request
to external Mesh nodes. - startPoint(String) - Method in class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder
- state(BuildState) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- state(CommentState) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- state(CommentState) - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
- state(JobState) - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
- state(JobState) - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
- state(JobState) - Method in class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
- state(MeshNode.State) - Method in class com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest.Builder
- state(PullRequestState) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Limits the search to pull requests in the specified
state
. - state(PullRequestState) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Restricts the search to a specified
pull request state
. - state(Repository.State) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the state filter for the resulting
request
instance. - STATE - Enum constant in enum class com.atlassian.bitbucket.build.BuildOrder
- states(JobState, JobState...) - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
- states(PullRequestState, PullRequestState...) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Limits the search to pull requests in any of the specified
states
. - states(Iterable<CommentState>) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- states(Iterable<JobState>) - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
- states(Iterable<PullRequestState>) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Limits the search to pull requests in any of the specified
states
. - status(PullRequestParticipantStatus) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
-
Limits the pull requests to search for by the participant status
- status(PullRequestParticipantStatus) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest.Builder
- statuses(Iterable<PullRequestParticipantStatus>) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
-
Limits the pull requests to search for by the participant status
- STOPPING - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application is shutting down
- storage() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- StorageService - Interface in com.atlassian.bitbucket.server
-
Allows apps to interact with selected parts of the product's home directory.
- strategyId(String) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- strategyId(String) - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
- strategyId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
- strategyId(String) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
- stream() - Method in class com.atlassian.bitbucket.comment.CommentChain
- stream() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- stream() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- stream() - Method in interface com.atlassian.bitbucket.util.Page
- stream(Reader, Appendable, RenderContext) - Method in interface com.atlassian.bitbucket.markup.MarkupService
-
Streams a given string into HTML, appending the results to a given writer.
- STREAM - Enum constant in enum class com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Stream the current file, allowing its bytes to be read.
- streamArchive(ArchiveRequest, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Streams an archive of the specified repository at the specified commit, optionally filtering by path.
- streamBranches(RepositoryBranchesRequest, BranchCallback) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Streams
branches
to a callback class, for the specified repository, and where the branches match the request. - streamChanges(CompareRequest, ChangeCallback) - Method in interface com.atlassian.bitbucket.compare.CompareService
- streamChanges(ChangesRequest, ChangeCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
- streamChanges(PullRequestChangesRequest, ChangeCallback) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
- streamCommits(BulkCommitsRequest, BulkCommitCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Stream an arbitrary set of commits from an arbitrary number of repositories.
- streamCommits(CommitsRequest, CommitCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Streams commits, starting from a given branch, tag or commit, optionally filtered to only include commits which modify one or more paths.
- streamCommits(CompareRequest, CommitCallback) - Method in interface com.atlassian.bitbucket.compare.CompareService
- streamCommits(PullRequestCommitsRequest, CommitCallback) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Streams commits for the specified pull request.
- streamCommitsBetween(CommitsBetweenRequest, CommitCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Streams commits between the
included commits
and theexcluded commits
. - streamDiff(CompareDiffRequest, DiffContentCallback) - Method in interface com.atlassian.bitbucket.compare.CompareService
- streamDiff(DiffRequest, DiffContentCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Streams diff output for the specified
paths
at the specified commit. - streamDiff(DiffRequest, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Streams diff output for the specified
request
. - streamDiff(PullRequestDiffRequest, DiffContentCallback) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Streams the
Diff
for the specified filepath
within thePullRequest
to the providedDiffContentCallback
. - streamDiff(PullRequestDiffRequest, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Streams a raw diff for a given
PullRequest
. - streamDirectory(Repository, String, String, boolean, ContentTreeCallback, PageRequest) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Performs a directory listing for the specified objectId+path from the specified repository, streaming the results to the provided
callback
. - streamEnumeration(Enumeration<T>) - Static method in class com.atlassian.bitbucket.util.MoreStreams
-
Converts an
Enumeration
to aStream
. - streamFile(Repository, String, String, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Streams the raw content of the file into an OutputStream obtained from the given TypeAwareOutputSupplier.
- streamFile(Repository, String, String, PageRequest, boolean, FileContentCallback) - Method in interface com.atlassian.bitbucket.content.ContentService
- streamIterable(Iterable<T>) - Static method in class com.atlassian.bitbucket.util.MoreStreams
-
Converts an
Iterable
to aStream
. - streamLastModified(LastModifiedRequest, LastModifiedCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
- streamOptional(Optional<T>) - Static method in class com.atlassian.bitbucket.util.MoreStreams
-
Converts an
Optional
to a single-element or emptyStream
. - streamPatch(PatchRequest, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Streams a patch for a given commit or commit range.
- streamTags(RepositoryTagsRequest, TagCallback) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Streams
tags
to a callback class, for the specified repository, and where the tags match the request. - STRICT_NUMERIC_VALIDATOR - Static variable in class com.atlassian.bitbucket.util.Version
-
A
Pattern
that can validate a potential version String to ensure it contains a valid set of numbers and '.''sVersion
does not use this pattern, but it's handy for code that wants to ensure a version string is valid before turning it into aVersion
. - subject - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- subject(String) - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- subject(String) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
- subject(String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- subject(String) - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
- subjectKey(I18nKey) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
- submit(MailMessage) - Method in interface com.atlassian.bitbucket.mail.MailService
-
Submit the
MailMessage
to the mail queue. - submit(T) - Method in interface com.atlassian.bitbucket.concurrent.BucketedExecutor
-
Submit a task for processing and schedule the
BucketProcessor
to process the task's bucket immediately. - submitAutoMergeRequest(PullRequestMergeRequest) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeService
-
Creates an auto-merge request for the provided pull request with all the parameters from the provided merge request, if all the following conditions are met: the
setting
is enabled for the repository that the pull request targets auto-merge is not already requested for this pull request there are no merge conflicts on the pull request the pull requestcannot be merged
immediately - Submodule - Class in com.atlassian.bitbucket.content
-
Represents a remote link in a source tree
- Submodule() - Constructor for class com.atlassian.bitbucket.content.Submodule
- SUBMODULE - Enum constant in enum class com.atlassian.bitbucket.content.ContentTreeNode.Type
-
Represents a remote link to an external repository.
- subscribe(TopicListener<T>) - Method in interface com.atlassian.bitbucket.topic.Topic
-
Subscribes the provided listener to the topic.
- SUCCEEDED - Enum constant in enum class com.atlassian.bitbucket.scm.CommandResult
-
The command succeeded.
- SUCCESSFUL - Enum constant in enum class com.atlassian.bitbucket.build.BuildState
- SUGGEST_REVIEWERS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the suggest reviewers feature is enabled or not.
- suggestPullRequests(SuggestPullRequestsRequest) - Method in interface com.atlassian.bitbucket.dashboard.DashboardService
-
Retrieves a single page of suggestions for pull requests that a user may wish to raise.
- SuggestPullRequestsRequest - Class in com.atlassian.bitbucket.dashboard
-
A request for fetching pull request creation suggestions based on repository activity/history.
- SuggestPullRequestsRequest.Builder - Class in com.atlassian.bitbucket.dashboard
- synchronize(MirrorSyncCommandParameters, MirrorSyncCallback) - Method in interface com.atlassian.bitbucket.scm.mirror.ScmMirrorCommandFactory
-
Creates a command that fetches all branches and tags from the provided
remote URL
. - synchronous() - Method in interface com.atlassian.bitbucket.scm.AsyncCommand
-
Transforms this
AsyncCommand
into aCommand
which may be called synchronously. - syncType(RepositorySynchronizationType) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
- SYS_ADMIN - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows access to advanced administration tasks.
- sysadmin() - 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. - sysInfo() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- SYSTEM - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- SYSTEM_SIGNED_GIT_OBJECTS - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether system created Git objects (such as pull request merge commits) are signed.
- SystemProperties - Class in com.atlassian.bitbucket.env
-
Defines system properties, specified with
-D
, which the product supports. - SystemProperties() - Constructor for class com.atlassian.bitbucket.env.SystemProperties
- systemSigning() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GitAdmin
T
- Tag - Interface in com.atlassian.bitbucket.repository
-
A
Ref
denoting a tag in the repository. - TAG - Enum constant in enum class com.atlassian.bitbucket.repository.StandardRefType
- TAG - Enum constant in enum class com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
- TAG_CREATE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- TAG_DELETE - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
- TagCallback - Interface in com.atlassian.bitbucket.repository
-
A callback for streaming
tags
. - TagChangedEvent - Class in com.atlassian.bitbucket.event.tag
-
Base event for any operations on tags.
- TagChangedEvent(Object, Repository, Tag, RefChange) - Constructor for class com.atlassian.bitbucket.event.tag.TagChangedEvent
- TagContext - Class in com.atlassian.bitbucket.repository
- TagContext.Builder - Class in com.atlassian.bitbucket.repository
- TagCreatedEvent - Class in com.atlassian.bitbucket.event.tag
-
An event that is raised when a tag is created using the UI or REST.
- TagCreatedEvent(Object, Repository, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagCreatedEvent
- TagCreationHookRequest - Class in com.atlassian.bitbucket.event.tag
-
A
hook request
that is raised just before a tag is created using the UI or REST. - TagCreationHookRequest.Builder - Class in com.atlassian.bitbucket.event.tag
- TagDeletedEvent - Class in com.atlassian.bitbucket.event.tag
-
An event that is raised when a tag is deleted using the UI or REST.
- TagDeletedEvent(Object, Repository, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagDeletedEvent
- TagDeletionHookRequest - Class in com.atlassian.bitbucket.event.tag
-
A
hook request
that is raised just before a tag is deleted using the UI or REST. - TagDeletionHookRequest.Builder - Class in com.atlassian.bitbucket.event.tag
- TagHookRequest - Class in com.atlassian.bitbucket.event.tag
- TagHookRequest(TagHookRequest.AbstractBuilder<?>) - Constructor for class com.atlassian.bitbucket.event.tag.TagHookRequest
- TagHookRequest.AbstractBuilder<B extends TagHookRequest.AbstractBuilder<B>> - Class in com.atlassian.bitbucket.event.tag
- tagId(String) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- tagId(String) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- tagIds(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- tagIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- tagIds(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
- tagIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
- tags() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
- tags(TagsCommandParameters, TagCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams
tags
ordered either alphabetically or by modification and optionally filtered. - tags(TagsCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
- TagsCommandParameters - Class in com.atlassian.bitbucket.scm
- TagsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- TagSummary - Class in com.atlassian.bitbucket.repository
- TagSummary.Builder - Class in com.atlassian.bitbucket.repository
- TAR - Enum constant in enum class com.atlassian.bitbucket.content.ArchiveFormat
-
Streams the archive as an uncompressed tarball.
- TAR_GZ - Enum constant in enum class com.atlassian.bitbucket.content.ArchiveFormat
-
Streams the archive as a GZip-compressed tarball.
- targetBranch(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.CompareBuilder
- targetBranch(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.CreatePullRequest
- targetBranch(String) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
- targetBranch(String) - Method in class com.atlassian.bitbucket.scm.RevertCommandParameters.Builder
- targetField() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.ConditionalNotEmpty
- TemplateRenderingException - Exception in com.atlassian.bitbucket.view
-
Thrown when a template could not be rendered.
- TemplateRenderingException() - Constructor for exception com.atlassian.bitbucket.view.TemplateRenderingException
- TemplateRenderingException(String) - Constructor for exception com.atlassian.bitbucket.view.TemplateRenderingException
- TemplateRenderingException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.view.TemplateRenderingException
- TemplateRenderingException(Throwable) - Constructor for exception com.atlassian.bitbucket.view.TemplateRenderingException
- testResults(TestResults) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- TestResults - Interface in com.atlassian.bitbucket.build.status
- text - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
- text(String) - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
- text(String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- THEIRS - Enum constant in enum class com.atlassian.bitbucket.content.ConflictMarker
-
Indicates the line comes from their version of the file.
- threadResolved(Boolean) - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
- TIME_ZONE - Enum constant in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
- TIME_ZONE_ONBOARDING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether users will be prompted to update their timezone after their first login.
- TIMED_OUT - Enum constant in enum class com.atlassian.bitbucket.job.JobState
-
The job ran for too long without an update and is now considered stopped
- TIMEONLY - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- TIMESTAMP - Enum constant in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
- TIMESTAMP_ETERNAL - Static variable in interface com.atlassian.bitbucket.avatar.CacheableAvatarSupplier
-
Marker value to be returned by
CacheableAvatarSupplier.getTimestamp()
for avatars which cannot be modified. - TIMESTAMP_UNKNOWN - Static variable in interface com.atlassian.bitbucket.avatar.CacheableAvatarSupplier
-
Marker value to be returned by
CacheableAvatarSupplier.getTimestamp()
for avatars whose modification timestamp cannot be determined by the system. - TimeZoneService - Interface in com.atlassian.bitbucket.timezone
-
Provides access to the time zones used in Bitbucket.
- title(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- title(String) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- TITLE - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
Pull request title
- tmp() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/tmp
- to(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- to(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- to(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
- TO - Enum constant in enum class com.atlassian.bitbucket.content.DiffFileType
-
The destination ('to') file of the diff,
- TO_PROJECT_KEY - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The project key for the target project
- TO_REF_NAME - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The name of the ref (branch) to merge changes into
- TO_REPO_SLUG - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The slug of the target repository
- toBranch(String) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
- toBranchId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- toBranchId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
- toCommitId(String) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
- toContext() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters
-
Assembles a
ChangeContext
from these parameters. - toContext() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
Assembles a
CommitContext
from these parameters. - toContext() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters
-
Assembles a
DiffContext
from these parameters. - toContext() - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters
-
Assembles a
ContentTreeContext
from these parameters. - toContext() - Method in class com.atlassian.bitbucket.scm.FileCommandParameters
-
Assembles a
FileContext
from these parameters. - toContext() - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters
-
Assembles a
LastModifiedContext
from these parameters. - toContext(CompareRequest, String) - Method in class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters
- toContext(ChangeContext.Builder) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
-
Appends common attributes to the provided
ChangeContext.Builder
before building it and returning the finalChangeContext
. - toContext(DiffContext.Builder) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
-
Appends common attributes to the provided
DiffContext.Builder
before building it and returning the finalDiffContext
. - toContext(PullRequestEffectiveDiff) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters
-
Assembles a
ChangeContext
from these parameters using the hashes from thecurrent effective diff
. - toContext(PullRequestEffectiveDiff) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters
-
Assembles a
DiffContext
from these parameters using the hashes from thecurrent effective diff
. - toHash(String) - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
- toHash(String) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- toHash(String) - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
- toHash(String) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- toImmutableList() - Static method in class com.atlassian.bitbucket.util.MoreCollectors
-
Returns a
Collector
that accumulates elements into an immutable list. - toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.atlassian.bitbucket.util.MoreCollectors
-
Returns a
Collector
that accumulates elements into an immutable map whose keys and values are the result of applying the provided mapping functions to the input elements. - toImmutableSet() - Static method in class com.atlassian.bitbucket.util.MoreCollectors
-
Returns a
Collector
that accumulates elements into an immutable set. - TOKEN_PREFIX - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
-
A prefix which is applied to the beginning of tokens which are emitted in built URLs.
- TOKEN_SUFFIX - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
-
A suffix which is appended to the ending of tokens which are emitted in built URLs.
- Topic<T extends Serializable> - Interface in com.atlassian.bitbucket.topic
- TopicListener<T extends Serializable> - Interface in com.atlassian.bitbucket.topic
-
Callback interface for messages sent to a
topic
. - TopicService - Interface in com.atlassian.bitbucket.topic
-
Provides a mechanism for publishing messages to multiple subscribers, both local and cluster-wide.
- TopicSettings<T extends Serializable> - Class in com.atlassian.bitbucket.topic
-
Settings for
creating
a Topic. - TopicSettings.Builder<T extends Serializable> - Class in com.atlassian.bitbucket.topic
- TOPOLOGICAL - Enum constant in enum class com.atlassian.bitbucket.commit.CommitOrder
-
Traverse the commits in topological order (i.e.
- toRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
- toRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest.Builder
- toRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
- toRef(RepositoryRef) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
- toRef(String, Repository) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
- toRefId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the branches the changes are going to.
- toRefIds(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the branches the changes are going to.
- toRepository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
- toRepository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
Limits the search by the repository the pull requests are going to.
- toRepositoryId(Integer) - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Limits the search to pull requests
targeting
the specified repository. - toRepositoryId(Integer) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the repository the changes are going to.
- toString() - Method in record class com.atlassian.bitbucket.comment.LineNumberRange
-
Returns a string representation of this record class.
- toString() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
- toString() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
- toString() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit
- toString() - Method in interface com.atlassian.bitbucket.content.Path
- toString() - Method in class com.atlassian.bitbucket.content.SimplePath
- toString() - Method in enum class com.atlassian.bitbucket.filestore.ChecksumAlgorithm
- toString() - Method in class com.atlassian.bitbucket.filestore.FilePath
- toString() - Method in class com.atlassian.bitbucket.idx.IndexSearchRequest
- toString() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
- toString() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
- toString() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
- toString() - Method in class com.atlassian.bitbucket.job.JobSearchRequest
- toString() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
- toString() - Method in class com.atlassian.bitbucket.property.PropertyMap
- toString() - Method in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
The format of the returned String is not considered stable and may change from release to release.
- toString() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
- toString() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
- toString() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange
- toString() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
- toString() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
- toString() - Method in enum class com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
- toString() - Method in class com.atlassian.bitbucket.scm.PushCommandParameters
- toString() - Method in class com.atlassian.bitbucket.scope.GlobalScope
- toString() - Method in class com.atlassian.bitbucket.scope.ProjectScope
- toString() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
- toString() - Method in class com.atlassian.bitbucket.settingsrestriction.SettingsKey
- toString() - Method in class com.atlassian.bitbucket.util.PageRequestImpl
- toString() - Method in class com.atlassian.bitbucket.util.ProgressImpl
- toString() - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
- toString() - Method in class com.atlassian.bitbucket.util.Version
-
Returns a
String
representation of thisversion
, with the components separated by dots. - toString(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Reads the entire contents of the specified path using the UTF-8 character set.
- toString(Path, Charset) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Reads the entire contents of the specified path using the provided character set.
- total(int) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
- totalCommits(int) - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
- totalDeletions(long) - Method in class com.atlassian.bitbucket.content.SimpleDiffStatsSummary.Builder
- totalInsertions(long) - Method in class com.atlassian.bitbucket.content.SimpleDiffStatsSummary.Builder
- totalSize(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Calculates the total size of the specified path.
- touch(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Creates
the specified path, if it doesn't exist, orsets its last modified time
if it does. - TransactionAware - Annotation Interface in com.atlassian.bitbucket.event.annotation
-
Used to annotate events which need to be aware of the surrounding transaction, if any.
- TransactionAware.When - Enum Class in com.atlassian.bitbucket.event.annotation
-
Defines the different points, relative to a transaction's lifecycle, at which an event can be published.
- transform(Function<? super T, ? extends E>) - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
- transform(Function<? super T, ? extends E>) - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
- transform(Function<? super T, ? extends E>) - Method in interface com.atlassian.bitbucket.util.Page
-
Transforms the results on the page, producing a new
Page
with differentvalues
but all other properties (e.g. - transform(Function<? super T, ? extends E>) - Method in class com.atlassian.bitbucket.util.PageImpl
- transitive(boolean) - Method in class com.atlassian.bitbucket.watcher.WatcherSearchRequest.Builder
- TraversalCallback - Class in com.atlassian.bitbucket.commit.graph
-
A callback which can be used during a
traverse
of the nodes within a commit graph. - TraversalCallback() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalCallback
- TraversalContext - Class in com.atlassian.bitbucket.commit.graph
-
Contains contextual information about the commit graph traversal about to start.
- TraversalContext.Builder - Class in com.atlassian.bitbucket.commit.graph
- TraversalRequest - Class in com.atlassian.bitbucket.commit.graph
- TraversalRequest.Builder - Class in com.atlassian.bitbucket.commit.graph
-
A builder for a
TraversalRequest
. - TraversalStatus - Enum Class in com.atlassian.bitbucket.commit.graph
-
The status of the traversal after visiting a node in the commit graph.
- TraversalSummary - Class in com.atlassian.bitbucket.commit.graph
-
Contains a summary about the traversal which just ended.
- TraversalSummary(TraversalSummary.Builder) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary
- TraversalSummary.Builder - Class in com.atlassian.bitbucket.commit.graph
- traverse(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- traverse(TraversalRequest, TraversalCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Traverse the graph of commits in topological order, optionally supplying included commits to start from and excluded commits to ignore.
- traverseCommits(TraversalCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams all of the commits in the repository reachable from any branch or tag, traversed in topological order.
- traverseCommits(BulkTraverseCommitsCommandParameters, BulkTraversalCallback) - Method in interface com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory
-
Stream commits from one or more repositories, traversed in topological order.
- trigger(RepositoryHookTrigger) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
- triggerId(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
- triggerIds(Iterable<String>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
- triggerIds(String, String...) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
- triggers(RepositoryHookTrigger, RepositoryHookTrigger...) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
- triggers(Iterable<RepositoryHookTrigger>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
- trimFirst() - Method in class com.atlassian.bitbucket.content.SimplePath
- trimFirst(int) - Method in class com.atlassian.bitbucket.content.SimplePath
- trimLast() - Method in class com.atlassian.bitbucket.content.SimplePath
- truncated(boolean) - Method in class com.atlassian.bitbucket.content.ChangeSummary.Builder
- truncated(boolean) - Method in class com.atlassian.bitbucket.content.DiffSummary.Builder
- TrustedCreate - Interface in com.atlassian.bitbucket.validation.groups
-
Denotes constraints which should be applied when an entity is being created by a trusted source.
- TrustedUpdate - Interface in com.atlassian.bitbucket.validation.groups
-
Denotes constraints which should be applied when an entity is being updated by a trusted source.
- tryAutoMerge(int, long) - Method in interface com.atlassian.bitbucket.pull.automerge.AutoMergeService
-
Requests the system to try auto-merging a pull request.
- tryMerge(PullRequest) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
Attempt to merge the pull request to determine what the expected result of actually merging it would be.
- type(RepositoryHookType) - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest.Builder
- type(LabelableType) - Method in class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
- type(RefChangeType) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder
- type(RefChangeType) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
- type(RefType) - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
- type(RefType) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
- type(RefType) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
- type(RefType) - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
- type(TypeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
- type(String) - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
- type(String) - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
- TypeAwareOutputSupplier - Interface in com.atlassian.bitbucket.io
-
Supplies an
OutputStream
after receiving the content type for the data that will be streamed to it. - TypeCommandParameters - Class in com.atlassian.bitbucket.scm
- TypeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- types(PullRequestActivityType, PullRequestActivityType...) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
- types(Iterable<PullRequestActivityType>) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
U
- UNAPPROVED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
A user has removed a approval from a
pull request
Activity:PullRequestActivity
Event:PullRequestParticipantUnapprovedEvent
- UNAPPROVED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Indicates that the participant has not finished reviewing the changes in the pull request.
- UnavailableScmException - Exception in com.atlassian.bitbucket.scm
-
Thrown by the
ScmService
to indicate that a plugin is installed for the requested SCM, but that the plugin is not in a usable state. - UnavailableScmException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.scm.UnavailableScmException
- UncheckedOperation<T> - Interface in com.atlassian.bitbucket.util
-
Convenience version of
Operation
that does not define a checked exception on its interface. - UNEXPECTED_ERROR - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled after encountering an error attempting to merge the pull request.
- UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.build.BuildState
-
Indicates that the system does not know the current status of the build
- UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.content.ChangeType
-
An SCM-specific change has occurred for which there is no known generic alias.
- UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
An unclassified / not recognized trigger
- UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
The status of the auto-merge request is not known.
- UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Indicates the system is unable to determine the mergeability of the
pull request
. - UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.server.ApplicationState
-
The application state is indeterminate.
- UNKNOWN - Enum constant in enum class com.atlassian.bitbucket.server.DatabaseType
-
If the database type is unable to be determined, or is unsupported this type is used
- UNKNOWN_VERSION - Static variable in exception com.atlassian.bitbucket.EntityOutOfDateException
- UNLIMITED_MESSAGE_LENGTH - Static variable in class com.atlassian.bitbucket.commit.AbstractCommitRequest
-
A symbolic constant for
max message length
which means the full commit message should be read regardless of length. - UNLIMITED_MESSAGE_LENGTH - Static variable in class com.atlassian.bitbucket.commit.AbstractCommitsRequest
-
A symbolic constant for
max message length
which means the full commit message should be read regardless of length. - UNLIMITED_MESSAGE_LENGTH - Static variable in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters
- UnmodifiablePullRequestRoleException - Exception in com.atlassian.bitbucket.pull
-
Thrown when attempting to modify the
author
of a pull request. - UnmodifiablePullRequestRoleException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.UnmodifiablePullRequestRoleException
- UNPROCESSED - Enum constant in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
The restriction is waiting to be processed and has not exceeded the maximum allowed retries.
- UnprocessedProjectSettingsRestrictionException - Exception in com.atlassian.bitbucket.settingsrestriction
-
Thrown when an operation cannot be completed because a related
project settings restriction
has not completed processing. - UnprocessedProjectSettingsRestrictionException(KeyedMessage, ProjectSettingsRestriction) - Constructor for exception com.atlassian.bitbucket.settingsrestriction.UnprocessedProjectSettingsRestrictionException
- unreviewed() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the pull request diff, and the unreviewed changes for the current user, if they exist.
- UNREVIEWED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Limits the scope of the changes for the pull request to the changes which are unreviewed for the current user.
- unsubscribe(String) - Method in interface com.atlassian.bitbucket.topic.Topic
-
Unsubscribes a listener.
- UnsupportedAvatarException - Exception in com.atlassian.bitbucket.avatar
- UnsupportedAvatarException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.avatar.UnsupportedAvatarException
- UnsupportedPersonalProjectException - Exception in com.atlassian.bitbucket.settingsrestriction
-
Thrown when there is an attempt to create a
restriction
and the specifiedproject
is apersonal project
. - UnsupportedPersonalProjectException(String, Project) - Constructor for exception com.atlassian.bitbucket.settingsrestriction.UnsupportedPersonalProjectException
- UnsupportedScmException - Exception in com.atlassian.bitbucket.scm
-
Thrown by the
ScmService
to indicate none of the installed plugins supports the requested SCM. - UnsupportedScmException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.scm.UnsupportedScmException
- UnsupportedScmTypeException - Exception in com.atlassian.bitbucket.scm
- UnsupportedScmTypeException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.UnsupportedScmTypeException
- until(Ref) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListCommits
- until(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListCommits
- untilId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
Specifies the
untilId
to use when retrieving the changes, if thescope
isPullRequestChangeScope.RANGE
. - untilId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- untilId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- untilId(String) - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
- untilId(String) - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
- untilId(String) - Method in class com.atlassian.bitbucket.scm.DiffStatsSummaryCommandParameters.Builder
- untilId(String) - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
- unwatch() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
-
Adds an
unwatch
query parameter to the URL for this commit. - unwatch() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
Remove the current user as a watcher for the pull request.
- unwatch(UnwatchRequest) - Method in interface com.atlassian.bitbucket.watcher.WatcherService
-
Removes a user as a watcher of the given
watchable
. - UnwatchRequest - Class in com.atlassian.bitbucket.watcher
- UnwatchRequest.Builder - Class in com.atlassian.bitbucket.watcher
- update(HookScriptUpdateRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Updates a hook script.
- update(JobUpdateRequest) - Method in interface com.atlassian.bitbucket.job.JobService
-
Updates a
Job
- update(UpdateMeshNodeRequest) - Method in interface com.atlassian.bitbucket.mesh.MeshService
-
Updates the node details, such as the RPC URL, name and/or secret.
- update(ProjectUpdateRequest) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Update a project's data with new values.
- update(PullRequestUpdateRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Updates a pull request's title, description, and participants.
- update(ReviewerGroupUpdateRequest) - Method in interface com.atlassian.bitbucket.pull.reviewer.ReviewerGroupService
-
Updates a reviewer group.
- update(RepositoryUpdateRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Update the metadata of a repository.
- Update - Interface in com.atlassian.bitbucket.validation.groups
-
Denotes constraints which should be applied when an entity is being updated.
- UPDATE - Enum constant in enum class com.atlassian.bitbucket.repository.RefChangeType
- UPDATE_DEFAULT_BRANCH - Enum constant in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Indicates the SCM supports
updating the default branch
in its repositories. - updateAvatar(int, AvatarSupplier) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Updates the specified project's avatar, replacing it with the one contained in the provided
supplier
. - updateAvatar(int, String) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Updates the specified project's avatar, replacing it with the one contained in the provided data URI.
- updateAvatar(ApplicationUser, AvatarSupplier) - Method in interface com.atlassian.bitbucket.user.UserService
-
Updates the specified user's avatar, replacing it with the one contained in the provided
supplier
. - updateAvatar(ApplicationUser, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Updates the specified user's avatar, replacing it with the one contained in the provided data URI.
- updateComment(CommentUpdateRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Updates a
comment
according to the providedrequest
, with the following restrictions: only the author of the comment may update the text of the comment only the author of the comment, the author of the pull request (in the case of comments on pull requests) or repository admins and above may update the other fields of a comment - UPDATED - Enum constant in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
The details of the
pull request
, such as title or description, have been updated. - updateDefaultBranch(UpdateDefaultBranchCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Sets the default branch for the repository to the specified branch.
- UpdateDefaultBranchCommandParameters - Class in com.atlassian.bitbucket.scm
-
Describes a branch to
set as the default
. - UpdateDefaultBranchCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
- updatedSince(Date) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
When set, limits the pull requests to search for pull requests where the updated timestamp is more recent than the specified date.
- UpdateMeshNodeRequest - Class in com.atlassian.bitbucket.mesh
- UpdateMeshNodeRequest.Builder - Class in com.atlassian.bitbucket.mesh
- updatePassword(String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Updates the password of the specified user.
- updatePassword(String, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Updates the password for the current user.
- updatePluginKey(String, String) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Updates existing hook scripts which reference
oldPluginKey
to referencenewPluginKey
. - updateRefs(MirrorUpdateRefsCommandParameters) - Method in interface com.atlassian.bitbucket.scm.mirror.ScmMirrorCommandFactory
-
Applies the provided
ref changes
in the repository. - updateServiceUser(ServiceUserUpdateRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Updates the details of the specified
user
- updateUser(String, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Deprecated.in 9.4 for removal in 10.0. Use
UserService.updateUser(String, String, String)
instead. - updateUser(String, String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Updates the
display name
ande-mail address
of the specified user. - updateUser(String, String, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Updates the
display name
ande-mail address
for the current user. - url(String) - Method in class com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest.Builder
- urlMode(UrlMode) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
- UrlMode - Enum Class in com.atlassian.bitbucket.markup
-
A formatting mode for URLs.
- USE_BASE_URL_TOKEN - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
-
The query parameter on the request which indicates the base URL on emitted URLs should be replaced with
NavBuilder.BASE_URL_TOKEN
instead. - user(ApplicationUser) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/users/SLUG or /bots/SLUG
- user(ApplicationUser) - Method in class com.atlassian.bitbucket.permission.PermissionRequest.Builder
- user(ApplicationUser) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- user(ApplicationUser) - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
- user(ApplicationUser) - Method in class com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder
- USER_ADMIN - Enum constant in enum class com.atlassian.bitbucket.permission.Permission
-
Allows access to change account configuration for a given user such as SSH keys, GPG keys, personal tokens, and password.
- USER_CANCELLED_REQUEST - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled directly by a user.
- USER_DELETED - Enum constant in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
The auto-merge request was cancelled because the user who created it was deleted.
- UserAdminService - Interface in com.atlassian.bitbucket.user
-
Provides methods for querying, creating and updating users and groups.
- UserAttributeChangedEvent - Class in com.atlassian.bitbucket.event.user
- UserAvatarUpdatedEvent - Class in com.atlassian.bitbucket.event.user
- UserAvatarUpdatedEvent(Object, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.user.UserAvatarUpdatedEvent
- userBySlug(String, UserType) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/users/SLUG or /bots/SLUG
- UserCleanupEvent - Class in com.atlassian.bitbucket.event.user
-
Raised when a user is deleted from all user directories visible to the server.
- UserCleanupEvent(Object, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.user.UserCleanupEvent
- UserErasedEvent - Class in com.atlassian.bitbucket.event.user
-
Raised when personally identifying user data is erased for
username
. - UserErasedEvent(Object, long, String, ApplicationUser) - Constructor for class com.atlassian.bitbucket.event.user.UserErasedEvent
- UserErasureException - Exception in com.atlassian.bitbucket.user
-
Raised when the execution of delegated erasure operations fails.
- UserErasureException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.user.UserErasureException
- UserErasureException(KeyedMessage, Map<String, Throwable>) - Constructor for exception com.atlassian.bitbucket.user.UserErasureException
- UserErasureRequest - Class in com.atlassian.bitbucket.user
-
Issued when an admin requests the anonymization of a user's data on this instance.
- UserErasureRequest.Builder - Class in com.atlassian.bitbucket.user
- UserMentionScanner - Interface in com.atlassian.bitbucket.user
-
Handles rendering and parsing user mention strings in texts.
- UserMentionScanner.UserMention - Interface in com.atlassian.bitbucket.user
-
Represents the location and content of a user mention in the text.
- username(String) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
- username(String) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
- username(String) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
- users() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
- users() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
- users() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestAdmin
- users(ApplicationUser...) - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest.Builder
- users(ApplicationUser...) - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest.Builder
- users(Iterable<ApplicationUser>) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
- users(Iterable<ApplicationUser>) - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest.Builder
- users(Iterable<ApplicationUser>) - Method in class com.atlassian.bitbucket.pull.reviewer.ReviewerGroupUpdateRequest.Builder
- users(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
- USERS_AND_GROUPS - Static variable in class com.atlassian.bitbucket.audit.AuditCategory
- UserSearchRequest - Class in com.atlassian.bitbucket.user
-
Request for searching users.
- UserSearchRequest.Builder - Class in com.atlassian.bitbucket.user
- UserService - Interface in com.atlassian.bitbucket.user
-
Provides methods for querying
users
. - UserTimeZoneChangedEvent - Class in com.atlassian.bitbucket.event.user
- UserTimeZoneChangedEvent(Object, ApplicationUser, String, String) - Constructor for class com.atlassian.bitbucket.event.user.UserTimeZoneChangedEvent
- UserTimeZoneSupplier - Interface in com.atlassian.bitbucket.timezone
-
Provides access to a user's time zone.
- UserType - Enum Class in com.atlassian.bitbucket.user
-
The type of
user
- useStartTls(boolean) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
V
- validate() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
- validate() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
- validate() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
- validate() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
- validate() - Method in class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder
- validate() - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
- validate(CaptchaResponse) - Method in interface com.atlassian.bitbucket.user.CaptchaService
-
Validates a CAPTCHA challenge.
- validateAuthenticated() - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the user is logged in
- validateCanAddUserToGroup(String, String) - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Validate if the named user can be added to the specified group without violating license limits.
- validateCanLicenseGroup(String, Permission) - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Validate if the specified group can be licensed without violating license limits.
- validateCanLicenseUser(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Validate if the given user can be licensed without violating license limits
- validateErasable(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Validate if a username can be erased.
- validateForGlobal(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified global permission
- validateForProject(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the project
- validateForProject(Project, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the project
- validateForRepository(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the repository
- validateForRepository(Repository, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the repository
- validateForUser(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the target user.
- validateForUser(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for itself
- validateForUser(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the target user.
- validateRepositoryAccessible(int) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user (authenticated or not) has access to the given repository.
- validateRepositoryAccessible(Repository) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user (authenticated or not) has access to the given repository.
- value() - Element in annotation interface com.atlassian.bitbucket.event.annotation.TransactionAware
-
Configures when the event should be dispatched, relative to the transaction lifecycle.
- value() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.ConditionalNotEmpty.List
- value() - Element in annotation interface com.atlassian.bitbucket.validation.annotation.RequiredStrings
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.auth.RememberMeMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.build.BuildOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.build.BuildState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.comment.CommentAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.comment.CommentSeverity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.comment.CommentState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.commit.CommitOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.commit.graph.TraversalStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.concurrent.ConcurrencyPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.ArchiveFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.ChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.ConflictMarker
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.ContentTreeNode.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.DiffFileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.DiffSegmentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.content.DiffWhitespace
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.filestore.ChecksumAlgorithm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.hook.script.HookScriptType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.job.JobMessageSeverity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.job.JobState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.label.LabelableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.mail.MailProtocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.markup.UrlMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.permission.Permission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.project.ProjectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestActivityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestEntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestRole
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.pull.PullRequestState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.repository.RefChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.repository.RefOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.repository.Repository.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.repository.RepositoryVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.repository.StandardRefType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.bulk.BulkTraversalStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.CommandResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.scope.ScopeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.server.ApplicationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.server.ApplicationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.server.DatabaseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.server.OperatingSystem
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.server.StandardFeature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.user.UserType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.util.FilePermission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.bitbucket.util.Order
-
Returns the enum constant of this class with the specified name.
- values() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
- values() - Static method in enum class com.atlassian.bitbucket.auth.RememberMeMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.build.BuildOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.build.BuildState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.comment.CommentAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.comment.CommentSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.comment.CommentState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.commit.CommitOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.commit.graph.TraversalStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.concurrent.ConcurrencyPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.ArchiveFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.ChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.ConflictMarker
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.ContentTreeNode.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.DiffFileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.DiffSegmentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.content.DiffWhitespace
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.filestore.ChecksumAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.hook.script.HookScriptType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.job.JobMessageSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.job.JobState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.label.LabelableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.mail.MailProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.markup.UrlMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.mesh.MeshNode.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.permission.Permission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.project.ProjectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.atlassian.bitbucket.property.PropertyMap
- values() - Static method in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.AutoMergeCancelledReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestActivityPropertyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestActivityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestCommitMessageTemplateVariable
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestEntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestRole
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.pull.PullRequestState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.repository.RefChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.repository.RefOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.repository.Repository.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.repository.RepositoryArchiveFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.repository.RepositoryVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.repository.StandardRefType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.bulk.BulkTraversalStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.CommandResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.ScmFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.scope.ScopeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.server.ApplicationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.server.ApplicationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.server.DatabaseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.server.OperatingSystem
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.server.StandardFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.settingsrestriction.RestrictionProcessedState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.user.UserType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.util.DateFormatter.FormatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.util.FilePermission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.bitbucket.util.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VelocityHelper - Interface in com.atlassian.bitbucket.view
-
Helper to render web fragments.
- version(int) - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
- version(int) - Method in class com.atlassian.bitbucket.pull.PullRequestFinishReviewRequest.Builder
-
Deprecated.in 8.9.18, 8.19.7, 9.0.1, 9.1 use
PullRequestFinishReviewRequest.Builder.lastReviewedCommit(String)
instead - version(int) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantStatusRequest.Builder
-
Deprecated.in 8.9.18, 8.19.7, 9.0.1, 9.1 use
PullRequestParticipantStatusRequest.Builder.lastReviewedCommit(String)
instead - Version - Class in com.atlassian.bitbucket.util
-
Version represents a version.
- Version(Integer...) - Constructor for class com.atlassian.bitbucket.util.Version
-
Constructor for accepting a pre-parsed version.
- Version(String) - Constructor for class com.atlassian.bitbucket.util.Version
-
Constructor that parses a version string.
- veto(String, String) - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
- VETOED - Enum constant in enum class com.atlassian.bitbucket.pull.automerge.AutoMergeProcessingResult.AutoMergeProcessingStatus
-
The auto-merge request is not yet ready to merge.
- view(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
- view(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
- ViewException - Exception in com.atlassian.bitbucket.view
-
Indicates something went wrong when rendering a view.
- ViewException() - Constructor for exception com.atlassian.bitbucket.view.ViewException
- ViewException(String) - Constructor for exception com.atlassian.bitbucket.view.ViewException
- ViewException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.view.ViewException
- ViewException(Throwable) - Constructor for exception com.atlassian.bitbucket.view.ViewException
- ViewStreamIOException - Exception in com.atlassian.bitbucket.view
-
Thrown when there was a problem writing a rendered view to a stream, appendable or similar.
- ViewStreamIOException() - Constructor for exception com.atlassian.bitbucket.view.ViewStreamIOException
- ViewStreamIOException(String) - Constructor for exception com.atlassian.bitbucket.view.ViewStreamIOException
- ViewStreamIOException(String, Throwable) - Constructor for exception com.atlassian.bitbucket.view.ViewStreamIOException
- ViewStreamIOException(Throwable) - Constructor for exception com.atlassian.bitbucket.view.ViewStreamIOException
- visibility(RepositoryVisibility) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GlobalListRepos
-
The builder for /repos?visibility=[level]
- visibility(RepositoryVisibility) - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Set the visibility level for the resulting
request
instance. - visit(CommitDiscussion) - Method in class com.atlassian.bitbucket.comment.AbstractCommentableVisitor
- visit(CommitDiscussion) - Method in interface com.atlassian.bitbucket.comment.CommentableVisitor
- visit(CommitDiscussion) - Method in interface com.atlassian.bitbucket.watcher.WatchableVisitor
- visit(CommitDiscussionCommentActivity) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
- visit(CommitDiscussionCommentActivity) - Method in interface com.atlassian.bitbucket.repository.RepositoryActivityVisitor
- visit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractProjectVisitor
- visit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
Invokes
AbstractVoidProjectVisitor.doVisit(PersonalProject)
and returnsnull
. - visit(PersonalProject) - Method in interface com.atlassian.bitbucket.project.ProjectVisitor
- visit(Project) - Method in class com.atlassian.bitbucket.project.AbstractProjectVisitor
- visit(Project) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
Invokes
AbstractVoidProjectVisitor.doVisit(Project)
and returnsnull
. - visit(Project) - Method in interface com.atlassian.bitbucket.project.ProjectVisitor
- visit(PullRequest) - Method in class com.atlassian.bitbucket.comment.AbstractCommentableVisitor
- visit(PullRequest) - Method in interface com.atlassian.bitbucket.comment.CommentableVisitor
- visit(PullRequest) - Method in interface com.atlassian.bitbucket.watcher.WatchableVisitor
- visit(PullRequestActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
- visit(PullRequestActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(PullRequestAutoMergeCancelledActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(PullRequestCommentActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
- visit(PullRequestCommentActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(PullRequestDraftStatusUpdatedActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(PullRequestMergeActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
- visit(PullRequestMergeActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(PullRequestRescopeActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
- visit(PullRequestRescopeActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(PullRequestReviewersUpdatedActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
- visit(Repository) - Method in interface com.atlassian.bitbucket.label.LabelableVisitor
- visit(Repository) - Method in interface com.atlassian.bitbucket.watcher.WatchableVisitor
- visit(RepositoryCreatedActivity) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
- visit(RepositoryCreatedActivity) - Method in interface com.atlassian.bitbucket.repository.RepositoryActivityVisitor
- visit(RepositoryPushActivity) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
- visit(RepositoryPushActivity) - Method in interface com.atlassian.bitbucket.repository.RepositoryActivityVisitor
- visit(RepositoryUpdatedActivity) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
- visit(RepositoryUpdatedActivity) - Method in interface com.atlassian.bitbucket.repository.RepositoryActivityVisitor
- visit(GlobalScope) - Method in interface com.atlassian.bitbucket.scope.ScopeVisitor
- visit(ProjectScope) - Method in interface com.atlassian.bitbucket.scope.ScopeVisitor
- visit(RepositoryScope) - Method in interface com.atlassian.bitbucket.scope.ScopeVisitor
- visit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
- visit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
- visit(ApplicationUser) - Method in interface com.atlassian.bitbucket.user.ApplicationUserVisitor
- visit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
- visit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
- visit(DetailedUser) - Method in interface com.atlassian.bitbucket.user.ApplicationUserVisitor
- visit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
- visit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
- visit(ServiceUser) - Method in interface com.atlassian.bitbucket.user.ApplicationUserVisitor
W
- WARN - Enum constant in enum class com.atlassian.bitbucket.job.JobMessageSeverity
- watch(WatchRequest) - Method in interface com.atlassian.bitbucket.watcher.WatcherService
-
Adds a new user as a
watcher
. - Watchable - Interface in com.atlassian.bitbucket.watcher
- WatchableVisitor<T> - Interface in com.atlassian.bitbucket.watcher
- Watchdog - Interface in com.atlassian.bitbucket.scm
-
Interface describing a watchdog which is used to manage a running process.
- Watcher - Interface in com.atlassian.bitbucket.watcher
- WatcherAddedEvent - Class in com.atlassian.bitbucket.event.watch
- WatcherAddedEvent(Object, Watcher) - Constructor for class com.atlassian.bitbucket.event.watch.WatcherAddedEvent
- WatcherEvent - Class in com.atlassian.bitbucket.event.watch
- WatcherEvent(Object, Watcher) - Constructor for class com.atlassian.bitbucket.event.watch.WatcherEvent
- WatcherRemovedEvent - Class in com.atlassian.bitbucket.event.watch
- WatcherRemovedEvent(Object, Watcher) - Constructor for class com.atlassian.bitbucket.event.watch.WatcherRemovedEvent
- WatcherSearchRequest - Class in com.atlassian.bitbucket.watcher
- WatcherSearchRequest.Builder - Class in com.atlassian.bitbucket.watcher
- WatcherService - Interface in com.atlassian.bitbucket.watcher
-
A service for interacting with
watchers
- WatchRequest - Class in com.atlassian.bitbucket.watcher
- WatchRequest.Builder - Class in com.atlassian.bitbucket.watcher
- WEB_SUDO - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether web sudo is enabled.
- WHATS_NEW - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether the what's new feature is enabled or not.
- whitespace - Variable in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.compare.CompareDiffStatsSummaryRequest.Builder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.content.DiffStatsSummaryRequest.Builder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffStatsSummaryRequest.Builder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder
- WINDOWS - Enum constant in enum class com.atlassian.bitbucket.server.OperatingSystem
-
Windows-based operating systems.
- withComments(boolean) - Method in class com.atlassian.bitbucket.content.ChangesRequest.Builder
-
Whether to include comment count information associated to the paths in the changes in the response to the request
- withComments(boolean) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
-
Whether to include comments associated to the diff in the response to the request
- withComments(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
Specifies whether comment count attributes should be applied when streaming changes.
- withComments(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
Specifies whether comments should be provided to the callback when streaming the diff.
- withDescription(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
- withEnvironment(String, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Adds an environment variable with the specified
name
andvalue
. - withEnvironment(String, String) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
Puts the provided
value
in theMirrorSyncCommandParameters.Builder.environment
map with the specifiedname
, after ensuring both thename
andvalue
are not blank. - withEnvironment(String, String) - Method in class com.atlassian.bitbucket.scm.PushCommandParameters.Builder
-
Puts the provided
value
in thePushCommandParameters.Builder.environment
map with the specifiedname
, after ensuring both thename
andvalue
are not blank. - withLimit(int) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PagedBuilder
- withLock(int, long, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.PullRequestLock
-
Performs the provided
operation
while holding a lock on the specifiedpull request
. - withLock(int, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.RepositoryLock
-
Performs the provided
operation
while holding a lock on the specifiedrepository
. - withLock(PullRequest, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.PullRequestLock
-
Performs the provided
operation
while holding a lock on the specifiedpull request
. - withLock(Repository, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.RepositoryLock
-
Performs the provided
operation
while holding a lock on the specifiedrepository
. - withMessages(boolean) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
- withMessages(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
- withMessages(boolean) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
- withParam(String, String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
- withPermission(Permission) - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
-
Adds permissions to the set of elevated permissions.
- withPermission(Permission, Object, String) - Method in interface com.atlassian.bitbucket.user.SecurityService
-
Creates a custom security context with elevated permissions that can be used to perform operations.
- withPermission(Permission, String) - Method in interface com.atlassian.bitbucket.user.SecurityService
-
Creates a custom security context with elevated permissions that can be used to perform operations.
- withPermission(Object, Permission) - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
-
Adds permissions on a particular resource to the set of elevated permissions.
- withPermissions(Set<Permission>) - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
-
Adds permissions to the set of elevated permissions.
- withPermissions(Set<Permission>, String) - Method in interface com.atlassian.bitbucket.user.SecurityService
-
Creates a custom security context with elevated permissions that can be used to perform operations.
- withProperties(boolean) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
- withRequest(RequestContext) - Method in interface com.atlassian.bitbucket.request.RequestCallback
-
Callback method that is called by
RequestManager.doAsRequest(RequestCallback, RequestInfoProvider)
- withRestriction(Project, SettingsKey, ProjectSettingsRestrictionAction, Supplier<T>) - Method in interface com.atlassian.bitbucket.settingsrestriction.ProjectSettingsRestrictionService
-
A wrapper method for the specified
operation
thatupdates
therestriction
for the specifiedproject
andsettingsKey
. - withSizes(boolean) - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
- withTags(boolean) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
If using a refspec that includes tags this must be set to false or the fetch command will fail.
- worldPermission(FilePermission) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
- worldPermissions(Iterable<FilePermission>) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
- wrap(Runnable) - Method in interface com.atlassian.bitbucket.request.RequestContext
-
Wraps the provided
Runnable
so that it executes with this request context, including its full state (e.g. - wrap(Callable<T>) - Method in interface com.atlassian.bitbucket.request.RequestContext
-
Wraps the provided
Callable
so that it executes with this request context, including its full state (e.g. - write(Path, String, Charset, OpenOption...) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Writes the provided value to the specified path using the provided character set.
- write(Path, String, OpenOption...) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Writes the provided value to the specified path using the UTF-8 character set.
- WRITE - Enum constant in enum class com.atlassian.bitbucket.util.FilePermission
X
- X509_CERTIFICATE_SIGNING - Enum constant in enum class com.atlassian.bitbucket.server.StandardFeature
-
Controls whether signed commits and tags are verified with X.509 certificates and whether trusted X.509 certificates can be managed by the system.
- xsrfNotification() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/mvc/xsrfNotification (as this is generated by a forward it doesn't go through the rewrite filter, and so needs the /mvc explicitly)
Z
- ZIP - Enum constant in enum class com.atlassian.bitbucket.content.ArchiveFormat
-
Streams the archive as a zip file, using the default compression level for the SCM.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form