path
is not greater than maxLength
.SimplePath.getPathComponents()
, but abbreviates
the result (inserts null at the break point)summary
.result
.ChangeCallback
that provides no-op implementations for all methods.CommitCallback
that provides no-op implementations for all methods.CommandParameters
classes for commands which operate on a specific commit,
optionally qualified to a specific path.ContentTreeCallback
that provides no-op implementations for all methods.ref
.DiffContentCallback
that provides no-op implementations for all methods.summary
.result
.AbstractSummary
and adds additional properties for summarizing a page of output.ProjectVisitor
which returns null
for all project types.RefCallback
that provides no-op implementations for all methods.RepositoryHookRequests
.Repository
events that have been raised on a mirror.AbstractRepositoryMirrorEvent.Builder
instead.Repository
-related request classes.repository
-related requests.ProjectVisitor
intended for use in building visitors which do not need to return
any values.WatcherService
when referring to a specific
watcher
.visitor
and invokes the appropriate visit
overload
for this commentable type, returning its result.visitor
and invokes the appropriate visit
overload
for this labelable type, returning its result.visitor
and invokes the appropriate visit()
overload
for this type of task anchor, returning its result.vetoes
from another resultreturned
by this source.Map
of values.Settings
Commentable
.Commit
with the specified Repository
.file comment
.line comment
.tread
REVIEWER
to the provided PR.admin permission
to log-in.mode
of this instanceApplicationType
has not been installed on the remote Jira server.users
.archive
.archives
may be streamed in.asynchronously
or synchronously
.Command
into an AsyncCommand
which may be called asynchronously.audit entries
.Audited
event into a standard audit format.Audited
annotated eventuser
and any properties
provided during authentication.commands
created by the ScmMirrorCommandFactory
when they
fail due to authentication problems.applicationName
and provides a URI
to authenticateAuthenticationException
, thrown when the underlying authentication subsystem fails
during authentication or an operation to update or query the authentication subsystem fails for some reason.author
.author timestamp
.repositories
.useConfigured
is defaulted to false
AvatarRequest
for the provided scheme
and size
.
data:(content type, e.g.
B
- BackupCanceledEvent - Class in com.atlassian.bitbucket.event.backup
-
Raised when a backup is canceled by a system administrator.
- BackupCanceledEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupCanceledEvent
-
- BackupEndedEvent - Class in com.atlassian.bitbucket.event.backup
-
An abstract base class for constructing events raised when a backup ends, successfully or not.
- BackupEndedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupEndedEvent
-
- BackupEvent - Class in com.atlassian.bitbucket.event.backup
-
An abstract base class for constructing events related to backups.
- BackupEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupEvent
-
- BackupFailedEvent - Class in com.atlassian.bitbucket.event.backup
-
Raised when a backup fails.
- BackupFailedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupFailedEvent
-
- BackupStartedEvent - Class in com.atlassian.bitbucket.event.backup
-
Raised when the system starts creating a new backup.
- BackupStartedEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupStartedEvent
-
- BackupSucceededEvent - Class in com.atlassian.bitbucket.event.backup
-
Raised when a backup completes successfully.
- BackupSucceededEvent(Object) - Constructor for class com.atlassian.bitbucket.event.backup.BackupSucceededEvent
-
- BASE_URL_KEY - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
-
A key which is wrapped in
NavBuilder.TOKEN_PREFIX
and NavBuilder.TOKEN_SUFFIX
to produce a base URL token.
- BASE_URL_TOKEN - Static variable in interface com.atlassian.bitbucket.nav.NavBuilder
-
The fully-computed base URL token, comprised of
NavBuilder.TOKEN_PREFIX
, NavBuilder.BASE_URL_KEY
and
NavBuilder.TOKEN_SUFFIX
.
- baseRef(Ref) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
-
- BaseUrlChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event that is raised when the application base url is changed.
- BaseUrlChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.BaseUrlChangedEvent
-
- BaseUrlValidator<T extends Annotation> - Class in com.atlassian.bitbucket.validation
-
Base class to validate the base URL of the HTTP and SSH protocols.
- BaseUrlValidator(boolean, String...) - Constructor for class com.atlassian.bitbucket.validation.BaseUrlValidator
-
- batchSize(int) - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
-
- bcc(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- bcc(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- Blame - Interface in com.atlassian.bitbucket.content
-
Provides blame (or praise) data for a span of lines within a file.
- blame(BlameCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves blame (also sometimes referred to as annotations) for a file at a given revision.
- BlameCommandParameters - Class in com.atlassian.bitbucket.scm
-
- BlameCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- branch - Variable in class com.atlassian.bitbucket.event.branch.BranchChangedEvent
-
- Branch - Interface in com.atlassian.bitbucket.repository
-
A
Ref
denoting a branch in the repository.
- BranchCallback - Interface in com.atlassian.bitbucket.repository
-
A callback for streaming
branches
.
- BranchChangedEvent - Class in com.atlassian.bitbucket.event.branch
-
Base event for any operations on branches.
- BranchChangedEvent(Object, Repository, Branch, RefChange) - Constructor for class com.atlassian.bitbucket.event.branch.BranchChangedEvent
-
- BranchContext - Class in com.atlassian.bitbucket.repository
-
- BranchContext.Builder - Class in com.atlassian.bitbucket.repository
-
- BranchCreatedEvent - Class in com.atlassian.bitbucket.event.branch
-
An event that is raised when a branch is created using the UI or REST.
- BranchCreatedEvent(Object, Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchCreatedEvent
-
- BranchCreationHookRequest - Class in com.atlassian.bitbucket.event.branch
-
A
hook request
that is raised just before a branch is created using the UI or REST.
- BranchCreationHookRequest.Builder - Class in com.atlassian.bitbucket.event.branch
-
- BranchDeletedEvent - Class in com.atlassian.bitbucket.event.branch
-
An event that is raised when a branch is deleted using the UI (e.g.
- BranchDeletedEvent(Object, Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchDeletedEvent
-
- BranchDeletionHookRequest - Class in com.atlassian.bitbucket.event.branch
-
A
hook request
that is raised just before a branch is deleted using the UI or REST.
- BranchDeletionHookRequest.Builder - Class in com.atlassian.bitbucket.event.branch
-
- branches() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- branches(BranchesCommandParameters, BranchCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
- 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(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- branchIds(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- branchIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- branchIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- BranchSummary - Class in com.atlassian.bitbucket.repository
-
- BranchSummary.Builder - Class in com.atlassian.bitbucket.repository
-
- browse() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- BucketedExecutor<T extends Serializable> - Interface in com.atlassian.bitbucket.concurrent
-
Executor that groups submitted tasks in 'buckets' and asynchronously processes these buckets of tasks on worker
threads.
- BucketedExecutorSettings<T extends Serializable> - Class in com.atlassian.bitbucket.concurrent
-
Configuration object used for
constructing
BucketedExecutor
instances.
- BucketedExecutorSettings.Builder<T extends Serializable> - Class in com.atlassian.bitbucket.concurrent
-
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.audit.AuditEntryBuilder
-
- build() - Method in class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommitContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommitsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommitSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.graph.TraversalContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.LastModifiedContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.LastModifiedRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
-
- build() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
-
- build() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
-
- build() - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.ChangeContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.ChangesRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.ChangeSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.ContentTreeContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.DiffSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.FileContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.FileSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.content.PatchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
-
Assembles a new
SuggestPullRequestsRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.event.branch.BranchCreationHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
-
- build() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent.Builder
-
- build() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
-
- build() - Method in class com.atlassian.bitbucket.event.tag.TagCreationHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.event.tag.TagDeletionHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.DeleteRepositoryHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.DisableRepositoryHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.EnableRepositoryHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.GetRepositoryHookSettingsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptRemoveConfigurationRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.idx.IndexSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.label.AbstractLabelRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.label.ApplyLabelRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.label.RemoveLabelRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
-
- build() - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- build(SoyMailMessageRequest) - Method in interface com.atlassian.bitbucket.mail.SoyMailBuilder
-
Creates mail messages to the given recipients, using the supplied
context to render the soy template specified, then inlining the given
CSS with the given subject.
- build() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.migration.ExportRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.migration.ImportRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.migration.RepositorySelector.Builder
-
- build() - Method in class com.atlassian.bitbucket.permission.PermissionRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
-
Assembles a new
ProjectSearchRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.property.PropertyMap.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestMergeConfigRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Assembles a new
PullRequestCommitSearchRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeResult.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
-
Assembles a new
PullRequestParticipantRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
Assembles a new
PullRequestParticipantSearchRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Assembles a new
PullRequestSearchRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.AbstractCreateRefRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.repository.BranchContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.BranchSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.CreateBranchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.CreateTagRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RefContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RefSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RepositoryBranchesRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
Builds a
request
from the assembled values.
- build() - Method in class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
Builds a
request
from the assembled values.
- build() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Assembles a new
RepositorySearchRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.repository.RepositoryTagsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Builds a
request
from the assembled values.
- build() - Method in class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
-
Builds a ref from the assembled components.
- build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.TagContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.repository.TagSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.BlameCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraversalContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
-
- build(CommandOutputHandler<T>) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
- build() - Method in class com.atlassian.bitbucket.scm.CommandSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters.Builder
-
Deprecated.
- build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.RawFileCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.RefsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- build(CommandOutputHandler<T>) - Method in interface com.atlassian.bitbucket.scm.ScmCommandBuilder
-
- build() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsContext.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.TypeCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters.Builder
-
- build() - Method in class com.atlassian.bitbucket.server.SimpleFeature.Builder
-
- build() - Method in interface com.atlassian.bitbucket.setting.SettingsBuilder
-
- build() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.topic.TopicSettings.Builder
-
- build() - Method in class com.atlassian.bitbucket.user.ServiceUserCreateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.user.UserErasureRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Assembles a new
UserSearchRequest
from the provided values.
- build() - Method in class com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
-
- build() - Method in class com.atlassian.bitbucket.watcher.AbstractWatcherRequest.AbstractBuilder
-
- build() - Method in class com.atlassian.bitbucket.watcher.IsWatchingRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.watcher.UnwatchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.watcher.WatcherSearchRequest.Builder
-
- build() - Method in class com.atlassian.bitbucket.watcher.WatchRequest.Builder
-
- buildAbsolute() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
This method respects the
NavBuilder.USE_BASE_URL_TOKEN
parameter if present on the context request.
- buildAbsolute() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
-
- buildBaseUrl() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
This method does not respect the
NavBuilder.USE_BASE_URL_TOKEN
parameter.
- buildConfigured() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
This method is equivalent to
NavBuilder.buildAbsolute()
, but ignores any context HTTP request and always uses the
server's configured base URL
for
generating the scheme, host, port etc and webapp context components of the URL.
- buildConfigured() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
-
- Builder(long, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentReplyRequest.Builder
-
- Builder(Commentable, String) - Constructor for class com.atlassian.bitbucket.comment.AddCommentRequest.Builder
-
- Builder(Commentable, String, CommentThreadDiffAnchorType, String) - Constructor for class com.atlassian.bitbucket.comment.AddFileCommentRequest.Builder
-
- Builder(Commentable, String, CommentThreadDiffAnchorType, String) - Constructor for class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
-
- Builder(Commentable) - Constructor for class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
-
- Builder(long) - Constructor for class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.commit.CommitContext.Builder
-
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
-
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.CommitRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
- Builder(CommitsBetweenRequest) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
Creates a new
Builder
by copying the specified request
.
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
Creates a new
Builder
with defaults appropriate for retrieving the commits which are included by
the specified PullRequest
.
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.CommitsRequest.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.commit.CommitSummary.Builder
-
Creates and initializes a new builder by copying details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.CommitSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalContext.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
-
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.graph.TraversalSummary.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedContext.Builder
-
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedRequest.Builder
-
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.commit.LastModifiedSummary.Builder
-
- Builder(Commit) - Constructor for class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
- Builder(Commit) - Constructor for class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
-
- Builder(MinimalCommit) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalCommit.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- Builder(CompareDiffRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
Convenience constructor for creating a
Builder
using the refs from a provided PullRequest
.
- Builder(Function<T, String>, BucketProcessor<T>) - Constructor for class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
-
- Builder(ArchiveRequest) - Constructor for class com.atlassian.bitbucket.content.ArchiveRequest.Builder
-
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.ArchiveRequest.Builder
-
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.content.ChangeContext.Builder
-
- Builder(ChangeContext) - Constructor for class com.atlassian.bitbucket.content.ChangeContext.Builder
-
- Builder(ChangesRequest) - Constructor for class com.atlassian.bitbucket.content.ChangesRequest.Builder
-
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.ChangesRequest.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.ChangeSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.ChangeSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(String) - Constructor for class com.atlassian.bitbucket.content.ContentTreeContext.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.ContentTreeSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.content.DiffContext.Builder
-
- Builder(DiffRequest) - Constructor for class com.atlassian.bitbucket.content.DiffRequest.Builder
-
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.DiffRequest.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.DiffSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.DiffSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(String, String, Repository) - Constructor for class com.atlassian.bitbucket.content.EditFileRequest.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.content.FileContext.Builder
-
- Builder(Repository, Branch, String, InputSupplier<InputStream>) - Constructor for class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.content.FileSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.content.FileSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(Repository, String) - Constructor for class com.atlassian.bitbucket.content.PatchRequest.Builder
-
- Builder(ApplicationUser, Date) - Constructor for class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder
-
Constructs a builder for creating
SuggestPullRequestsRequest
objects.
- Builder(Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchCreationHookRequest.Builder
-
- Builder(Repository, Branch) - Constructor for class com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
-
- Builder(Repository, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagCreationHookRequest.Builder
-
- Builder(Repository, Tag) - Constructor for class com.atlassian.bitbucket.event.tag.TagDeletionHookRequest.Builder
-
- Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.DeleteRepositoryHookRequest.Builder
-
- Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.DisableRepositoryHookRequest.Builder
-
- Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.EnableRepositoryHookRequest.Builder
-
- Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.GetRepositoryHookSettingsRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
-
- Builder(RepositoryHookResult) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookResult.Builder
-
- Builder(Scope) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryHookSearchRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
-
- Builder(Scope, String) - Constructor for class com.atlassian.bitbucket.hook.repository.SetRepositoryHookSettingsRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest.Builder
-
- Builder(Repository, RepositoryHookTrigger) - Constructor for class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.Builder
-
- Builder(String, String, HookScriptType) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
-
- Builder(HookScript, Scope) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptRemoveConfigurationRequest.Builder
-
- Builder(HookScript, Scope) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
-
- Builder(HookScript) - Constructor for class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.idx.IndexSearchRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.job.JobCreationRequest.Builder
-
- Builder(Job, String) - Constructor for class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.job.JobSearchRequest.Builder
-
- Builder(Job) - Constructor for class com.atlassian.bitbucket.job.JobUpdateRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.label.ApplyLabelRequest.Builder
-
- Builder(Label) - Constructor for class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.label.RemoveLabelRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
-
- Builder(MailHostConfiguration) - Constructor for class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.markup.RenderContext.Builder
-
- Builder(RenderContext) - Constructor for class com.atlassian.bitbucket.markup.RenderContext.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.migration.ExportRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.migration.ImportRequest.Builder
-
- Builder(long) - Constructor for class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
-
- Builder(String, String) - Constructor for class com.atlassian.bitbucket.migration.RepositorySelector.Builder
-
- Builder(Permission) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest.Builder
-
- Builder(PermissionRequest) - Constructor for class com.atlassian.bitbucket.permission.PermissionRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
-
- Builder(Project) - Constructor for class com.atlassian.bitbucket.project.ProjectCreateRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
-
- Builder(ProjectSearchRequest) - Constructor for class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
-
Constructs a new
Builder
which will copy initial values from the provided
request
.
- Builder(Project) - Constructor for class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
-
- Builder(int) - Constructor for class com.atlassian.bitbucket.project.ProjectUpdateRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.property.PropertyMap.Builder
-
- Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.DeletePullRequestMergeConfigRequest.Builder
-
- Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.GetPullRequestMergeConfigRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- Builder(PullRequestChangesRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Creates a new builder that limits pull requests to those that contain or created (via their merge) the
specified commit.
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
-
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestCreateRequest.Builder
-
- Builder(PullRequest, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
-
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
-
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDeleteRequest.Builder
-
- Builder(PullRequestDiffRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- Builder(PullRequest, String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- Builder(int, long, String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
-
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
-
- Builder(PullRequestMergeOutcome) - Constructor for class com.atlassian.bitbucket.pull.PullRequestMergeResult.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
- Builder(PullRequest) - Constructor for class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
-
- Builder(int, long) - Constructor for class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.Builder
-
- Builder(PullRequest, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
-
- Builder(int, long, int) - Constructor for class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
-
- Builder(Project, String) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
-
- Builder(RescopeDetails) - Constructor for class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.BranchContext.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.BranchSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.BranchSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.repository.CreateBranchRequest.Builder
-
- Builder(Repository, String, String) - Constructor for class com.atlassian.bitbucket.repository.CreateTagRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RefContext.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
-
- Builder(RefMetadataRequest) - Constructor for class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.RefSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.RefSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryBranchesRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
- Builder(RepositoryCreateRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryCreateRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
- Builder(RepositoryForkRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryForkRequest.Builder
-
Constructs a new
Builder
which uses as its defaults all the values from the provided request.
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
- Builder(RepositorySearchRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder
-
Constructs a new
Builder
which will copy initial values from the provided
request
.
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryTagsRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Constructs a new
Builder
which will update the specified Repository
.
- Builder(RepositoryUpdateRequest) - Constructor for class com.atlassian.bitbucket.repository.RepositoryUpdateRequest.Builder
-
Constructs a new
Builder
which uses as its defaults all the values from the provided request.
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- Builder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleDetailedRefChange.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
-
- Builder(MinimalRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRef.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
-
- Builder(SimpleMinimalRepositoryRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- Builder(RefChange) - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
-
- Builder(Repository) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
-
- Builder(Repository, Ref) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
-
- Builder(SimpleRepositoryRef) - Constructor for class com.atlassian.bitbucket.repository.SimpleRepositoryRef.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.repository.TagContext.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.repository.TagSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.repository.TagSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(ArchiveRequest) - Constructor for class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.BlameCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
-
- Builder(RepositoryBranchesRequest) - Constructor for class com.atlassian.bitbucket.scm.BranchesCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitContext.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
-
- Builder(BulkCommitsRequest) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
-
Creates and initializes a new builder by copying details from the provided summary.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkCommitSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentContext.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
-
Creates and initializes a new builder by copying details from the provided summary.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkContentSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalContext.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
-
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraversalSummary.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
-
- Builder(ChangesRequest) - Constructor for class com.atlassian.bitbucket.scm.ChangesCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
-
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.CommandSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder() - Constructor for class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
-
- Builder(CommitRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- Builder(CommitsBetweenRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- Builder(CommitsRequest) - Constructor for class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.compare.CompareChangeCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.DiffCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.DirectoryCommandParameters.Builder
-
- Builder(Branch, String) - Constructor for class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.FileCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
-
- Builder(LastModifiedRequest) - Constructor for class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.MergeCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
- Builder(MirrorSyncCommandParameters) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncContext.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
-
Creates and initializes a new builder using details from the provided
summary
.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorSyncSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder() - Constructor for class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
-
- Builder(PatchRequest) - Constructor for class com.atlassian.bitbucket.scm.PatchCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters.Builder
-
Deprecated.
- Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestCommitsCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.RawFileCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.RefsCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- Builder(ResolveRefsRequest) - Constructor for class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsContext.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsParameters.Builder
-
- Builder(AbstractSummary) - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
-
Creates and initializes a new builder by copying details from the provided summary.
- Builder(CommandResult) - Constructor for class com.atlassian.bitbucket.scm.signed.SignedObjectsSummary.Builder
-
Creates a new builder with the provided
result
.
- Builder() - Constructor for class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
-
- Builder(RepositoryTagsRequest) - Constructor for class com.atlassian.bitbucket.scm.TagsCommandParameters.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.scm.TypeCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters.Builder
-
- Builder(String) - Constructor for class com.atlassian.bitbucket.server.SimpleFeature.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
-
- Builder(Task) - Constructor for class com.atlassian.bitbucket.task.TaskUpdateRequest.Builder
-
- builder(Class<T>) - Static method in class com.atlassian.bitbucket.topic.TopicSettings
-
- Builder(TopicSettings<T>) - Constructor for class com.atlassian.bitbucket.topic.TopicSettings.Builder
-
- Builder(Class<T>) - Constructor for class com.atlassian.bitbucket.topic.TopicSettings.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.user.ServiceUserCreateRequest.Builder
-
- Builder(int) - Constructor for class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
-
- Builder(ServiceUser) - Constructor for class com.atlassian.bitbucket.user.ServiceUserUpdateRequest.Builder
-
- Builder(ApplicationUser, String) - Constructor for class com.atlassian.bitbucket.user.UserErasureRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
- Builder(UserSearchRequest) - Constructor for class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
- Builder(Path) - Constructor for class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
-
- Builder() - Constructor for class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
-
- Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.IsWatchingRequest.Builder
-
- Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.UnwatchRequest.Builder
-
- Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.WatcherSearchRequest.Builder
-
- Builder(Watchable) - Constructor for class com.atlassian.bitbucket.watcher.WatchRequest.Builder
-
- BuilderSupport - Class in com.atlassian.bitbucket.util
-
- BuilderSupport() - Constructor for class com.atlassian.bitbucket.util.BuilderSupport
-
- buildRelative() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
-
- buildRelative() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
- buildRelNoContext() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Builder
-
- buildRestrictedPageRequest(int) - Method in interface com.atlassian.bitbucket.util.PageRequest
-
- buildRestrictedPageRequest(int) - Method in class com.atlassian.bitbucket.util.PageRequestImpl
-
- BulkChangeType - Enum in com.atlassian.bitbucket.scm.bulk
-
Describes how a file has changed in a bulk content command.
- BulkCommitCallback - Interface in com.atlassian.bitbucket.scm.bulk
-
Describes a callback for receiving a stream of
commits
, each with a set listing one or more
repositories
where it was found.
- BulkCommitContext - Class in com.atlassian.bitbucket.scm.bulk
-
Context provided when
streaming bulk commits
.
- BulkCommitContext.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkCommitsCommandParameters - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkCommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkCommitsRequest - Class in com.atlassian.bitbucket.commit
-
Defines a request to retrieve any arbitrary collection of commits that are in any number of repositories.
- BulkCommitsRequest.Builder - Class in com.atlassian.bitbucket.commit
-
- BulkCommitSummary - Class in com.atlassian.bitbucket.scm.bulk
-
Summarizes the results of
streaming bulk commits
.
- BulkCommitSummary.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkContentCallback - Interface in com.atlassian.bitbucket.scm.bulk
-
Callback for streamed file content.
- BulkContentCommandParameters - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkContentCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkContentContext - Class in com.atlassian.bitbucket.scm.bulk
-
The context for a bulk content callback that is passed at the start.
- BulkContentContext.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkContentDisposition - Enum in com.atlassian.bitbucket.scm.bulk
-
Returned by
BulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile)
to signal what to do next to the caller.
- BulkContentSummary - Class in com.atlassian.bitbucket.scm.bulk
-
Summarizes the results of a bulk content command.
- BulkContentSummary.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkFile - Interface in com.atlassian.bitbucket.scm.bulk
-
Metadata about a file of a bulk content command.
- BulkTraversalCallback - Interface in com.atlassian.bitbucket.scm.bulk
-
A callback which can be used during a traverse of the nodes within a commit graph.
- BulkTraversalContext - Class in com.atlassian.bitbucket.scm.bulk
-
Contains contextual information about the commit graph traversal about to start.
- BulkTraversalContext.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkTraversalStatus - Enum in com.atlassian.bitbucket.scm.bulk
-
The status of the traversal after visiting a node in the commit graph.
- BulkTraversalSummary - Class in com.atlassian.bitbucket.scm.bulk
-
Contains a summary about the traversal which just ended.
- BulkTraversalSummary.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
- BulkTraverseCommitsCommandParameters - Class in com.atlassian.bitbucket.scm.bulk
-
Parameters for traversing commits in one or more repositories.
- BulkTraverseCommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.bulk
-
C
- CacheableAvatarSupplier - Interface in com.atlassian.bitbucket.avatar
-
Augments the
AvatarSupplier
with timestamp information that can be used to control caching, or to simply
display a modification date indicating when the avatar was last updated.
- call() - Method in interface com.atlassian.bitbucket.scm.Command
-
Executes a command
- call(Operation<T, E>) - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
-
Executes an Operation as the specified user and added permissions.
- canAddUserToGroup(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Check if the current user can add users to the given group.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCancelableCommentEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionGrantRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionModificationRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.GlobalPermissionRevocationRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionGrantRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionModificationRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.ProjectPermissionRevocationRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionGrantRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionModificationRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.permission.RepositoryPermissionRevocationRequestedEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.project.ProjectCreationRequestedEvent
-
Cancels project creation, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.project.ProjectDeletionRequestedEvent
-
Cancels project deletion, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.project.ProjectModificationRequestedEvent
-
Cancels project modification, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
-
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.pull.PullRequestDeletionRequestedEvent
-
Cancels pull request deletion, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.pull.PullRequestOpenRequestedEvent
-
Cancels pull request creation, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.repository.RepositoryCreationRequestedEvent
-
Cancels repository creation, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletionRequestedEvent
-
Cancels repository deletion, providing a message explaining why.
- cancel(KeyedMessage) - Method in class com.atlassian.bitbucket.event.repository.RepositoryModificationRequestedEvent
-
Cancels repository modification, providing a message explaining why.
- cancel(KeyedMessage) - Method in interface com.atlassian.bitbucket.util.CancelState
-
Cancels the operation, providing a message explaining why.
- CancelableEvent - Interface in com.atlassian.bitbucket.event
-
Augments an event with support for cancelation.
- cancelExport(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Cancels the export job.
- cancelImport(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Cancels the import job.
- CancelState - Interface in com.atlassian.bitbucket.util
-
Tracks the cancelation state of a cancelable operation.
- canCreateGroups() - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a flag indicating whether it is possible to create a group.
- canCreateUsers() - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a flag indicating whether it is possible to create a user.
- canDelete(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Verifies if the current user can delete the specified
pull request
.
- canDeleteGroup(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Check if the current user can delete a group without affecting their permissions
- canDeleteGroups() - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a flag indicating whether it is possible to delete a group.
- canDeleteUser(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Check if the
normal
user can be deleted.
- canLogin(Principal) - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Check if a user is active and licensed to use the application.
- canMerge() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeability
-
- canMerge(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves a flag indicating whether the specified pull request can be
merged
by the system or must be manually merged by a user.
- canRemoveUserFromGroup(String, String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Check if a
normal
user can remove themselves from the given group.
- canUpdateGroups() - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a flag indicating whether it is possible to update groups.
- captcha() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/captcha
- captcha(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
-
- CaptchaAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
Base specialisation for
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
-
- category(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.AddonMarketplace
-
- category(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.AddonRequests
-
- cc(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- cc(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- Change - Interface in com.atlassian.bitbucket.content
-
Describes a single change made by a
commit
.
- change(Path) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
-
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
- change(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
-
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
- change(RefChange) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
-
- ChangeCallback - Interface in com.atlassian.bitbucket.content
-
Describes a callback for receiving streaming
changes
.
- ChangeContext - Class in com.atlassian.bitbucket.content
-
- ChangeContext.Builder - Class in com.atlassian.bitbucket.content
-
- changes(Page<Change>) - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
-
- changes(CompareChangeCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
-
- changes(Iterable<? extends RefChange>) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters.Builder
-
- changes(PullRequestChangeCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
Deprecated.
in 6.0 for removal in 7.0. Use
ScmPullRequestCommandFactory.changes(PullRequestChangesCommandParameters, ChangeCallback)
instead.
- changes(PullRequestChangesCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
- changes(ChangesCommandParameters, ChangeCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
- changes(ChangesCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
- ChangesCommandParameters - Class in com.atlassian.bitbucket.scm
-
- ChangesCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- changeScope(PullRequestChangeScope) - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
Specifies the scope of the changes to be streamed.
- Changeset - Interface in com.atlassian.bitbucket.commit
-
Describes a set of changes between two commits.
- changesets(ChangesetsCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves a page of
changesets
given a set of commit IDs
, where each changeset includes the first page of changes
between a requested commit and its first parent.
- ChangesetsCommandParameters - Class in com.atlassian.bitbucket.scm
-
- ChangesetsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- ChangesetsRequest - Class in com.atlassian.bitbucket.commit
-
Defines a request to retrieve changesets for a given set of commits.
- ChangesetsRequest.Builder - Class in com.atlassian.bitbucket.commit
-
- ChangesRequest - Class in com.atlassian.bitbucket.content
-
- ChangesRequest.Builder - Class in com.atlassian.bitbucket.content
-
- ChangeSummary - Class in com.atlassian.bitbucket.content
-
Summarizes
changes
which have been streamed to a ChangeCallback
.
- ChangeSummary.Builder - Class in com.atlassian.bitbucket.content
-
- ChangeType - Enum in com.atlassian.bitbucket.content
-
- Channels - Class in com.atlassian.bitbucket.audit
-
Represents the set of built-in audit log channel names.
- checkNotBlank(String, String) - Static method in class com.atlassian.bitbucket.util.BuilderSupport
-
- checkOptionalString(String, int) - Static method in class com.atlassian.bitbucket.util.CustomPreconditions
-
Checks whether
value
validates as an optional string.
- checkRequiredString(String) - Static method in class com.atlassian.bitbucket.util.CustomPreconditions
-
Checks whether
value
validates as a required string.
- checkRequiredString(String, int) - Static method in class com.atlassian.bitbucket.util.CustomPreconditions
-
Checks whether
value
validates as a required string.
- cleanDirectory(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Deletes any files or subdirectories in the specified directory and leaves the directory empty.
- clear() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- clear() - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
-
Clears the current authentication, if any, resulting in an anonymous context
- clear() - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- clearArguments() - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Clears any arguments which have been set.
- clearCaptchaChallenge(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Clears any CAPTCHA challenge that may constrain the user with the supplied username when they authenticate.
- clearData() - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
-
Clears any provided
data
.
- clearEnvironment() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Clears any environment variables which have been set.
- clearInputHandler() - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Clears the
input handler
, if one has been set.
- clearParents() - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
- cloneLinks(Collection<NamedLink>) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
-
- close() - Method in interface com.atlassian.bitbucket.throttle.Ticket
-
Releases the ticket, indicating the named resource is now available to service another request.
- closedSince(Date) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
When set, limits the pull requests to search for pull requests in the closed state (i.e.
- ClusterInformation - Interface in com.atlassian.bitbucket.cluster
-
Describes a cluster, providing details about each node.
- clustering() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
-
- ClusterMembershipEvent - Class in com.atlassian.bitbucket.event.cluster
-
- ClusterNode - Interface in com.atlassian.bitbucket.cluster
-
Describes a single node in a cluster.
- ClusterNodeAddedEvent - Class in com.atlassian.bitbucket.event.cluster
-
Raised when a
new node
joins the cluster.
- ClusterNodeAddedEvent(Object, ClusterNode, Set<ClusterNode>) - Constructor for class com.atlassian.bitbucket.event.cluster.ClusterNodeAddedEvent
-
- ClusterNodeEvent - Class in com.atlassian.bitbucket.event.cluster
-
A base class for events related to the cluster.
- ClusterNodeRejoinedEvent - Class in com.atlassian.bitbucket.event.cluster
-
Specialization of
ClusterNodeAddedEvent
that is raised when a node reconnects to the current node.
- ClusterNodeRejoinedEvent(Object, ClusterNode, Set<ClusterNode>, long, long) - Constructor for class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
-
- ClusterNodeRemovedEvent - Class in com.atlassian.bitbucket.event.cluster
-
Raised when an
existing node
leaves the cluster.
- ClusterNodeRemovedEvent(Object, ClusterNode, Set<ClusterNode>) - Constructor for class com.atlassian.bitbucket.event.cluster.ClusterNodeRemovedEvent
-
- ClusterService - Interface in com.atlassian.bitbucket.cluster
-
Provides access to cluster details for the instance.
- com.atlassian.bitbucket - package com.atlassian.bitbucket
-
- com.atlassian.bitbucket.activity - package com.atlassian.bitbucket.activity
-
- com.atlassian.bitbucket.attribute - package com.atlassian.bitbucket.attribute
-
- com.atlassian.bitbucket.audit - package com.atlassian.bitbucket.audit
-
- com.atlassian.bitbucket.auth - package com.atlassian.bitbucket.auth
-
- com.atlassian.bitbucket.avatar - package com.atlassian.bitbucket.avatar
-
- com.atlassian.bitbucket.cluster - package com.atlassian.bitbucket.cluster
-
- com.atlassian.bitbucket.comment - package com.atlassian.bitbucket.comment
-
- com.atlassian.bitbucket.commit - package com.atlassian.bitbucket.commit
-
- com.atlassian.bitbucket.commit.graph - package com.atlassian.bitbucket.commit.graph
-
- com.atlassian.bitbucket.compare - package com.atlassian.bitbucket.compare
-
- com.atlassian.bitbucket.concurrent - package com.atlassian.bitbucket.concurrent
-
- com.atlassian.bitbucket.content - package com.atlassian.bitbucket.content
-
- com.atlassian.bitbucket.dashboard - package com.atlassian.bitbucket.dashboard
-
- com.atlassian.bitbucket.env - package com.atlassian.bitbucket.env
-
- com.atlassian.bitbucket.event - package com.atlassian.bitbucket.event
-
- com.atlassian.bitbucket.event.annotation - package com.atlassian.bitbucket.event.annotation
-
- com.atlassian.bitbucket.event.audit - package com.atlassian.bitbucket.event.audit
-
- com.atlassian.bitbucket.event.auth - package com.atlassian.bitbucket.event.auth
-
- com.atlassian.bitbucket.event.backup - package com.atlassian.bitbucket.event.backup
-
- com.atlassian.bitbucket.event.branch - package com.atlassian.bitbucket.event.branch
-
- com.atlassian.bitbucket.event.cluster - package com.atlassian.bitbucket.event.cluster
-
- com.atlassian.bitbucket.event.commit - package com.atlassian.bitbucket.event.commit
-
- com.atlassian.bitbucket.event.content - package com.atlassian.bitbucket.event.content
-
- com.atlassian.bitbucket.event.hook - package com.atlassian.bitbucket.event.hook
-
- com.atlassian.bitbucket.event.license - package com.atlassian.bitbucket.event.license
-
- com.atlassian.bitbucket.event.maintenance - package com.atlassian.bitbucket.event.maintenance
-
- com.atlassian.bitbucket.event.migration - package com.atlassian.bitbucket.event.migration
-
- com.atlassian.bitbucket.event.mirror - package com.atlassian.bitbucket.event.mirror
-
- com.atlassian.bitbucket.event.permission - package com.atlassian.bitbucket.event.permission
-
- com.atlassian.bitbucket.event.project - package com.atlassian.bitbucket.event.project
-
- com.atlassian.bitbucket.event.pull - package com.atlassian.bitbucket.event.pull
-
- com.atlassian.bitbucket.event.repository - package com.atlassian.bitbucket.event.repository
-
- com.atlassian.bitbucket.event.request - package com.atlassian.bitbucket.event.request
-
- com.atlassian.bitbucket.event.server - package com.atlassian.bitbucket.event.server
-
- com.atlassian.bitbucket.event.tag - package com.atlassian.bitbucket.event.tag
-
- com.atlassian.bitbucket.event.task - package com.atlassian.bitbucket.event.task
-
- com.atlassian.bitbucket.event.throttle - package com.atlassian.bitbucket.event.throttle
-
- com.atlassian.bitbucket.event.user - package com.atlassian.bitbucket.event.user
-
- com.atlassian.bitbucket.event.watch - package com.atlassian.bitbucket.event.watch
-
- com.atlassian.bitbucket.help - package com.atlassian.bitbucket.help
-
- com.atlassian.bitbucket.hook - package com.atlassian.bitbucket.hook
-
- com.atlassian.bitbucket.hook.repository - package com.atlassian.bitbucket.hook.repository
-
- com.atlassian.bitbucket.hook.script - package com.atlassian.bitbucket.hook.script
-
- com.atlassian.bitbucket.i18n - package com.atlassian.bitbucket.i18n
-
- com.atlassian.bitbucket.idx - package com.atlassian.bitbucket.idx
-
- com.atlassian.bitbucket.io - package com.atlassian.bitbucket.io
-
- com.atlassian.bitbucket.jira - package com.atlassian.bitbucket.jira
-
- com.atlassian.bitbucket.job - package com.atlassian.bitbucket.job
-
- com.atlassian.bitbucket.label - package com.atlassian.bitbucket.label
-
- com.atlassian.bitbucket.license - package com.atlassian.bitbucket.license
-
- com.atlassian.bitbucket.log - package com.atlassian.bitbucket.log
-
- com.atlassian.bitbucket.mail - package com.atlassian.bitbucket.mail
-
- com.atlassian.bitbucket.markup - package com.atlassian.bitbucket.markup
-
- com.atlassian.bitbucket.migration - package com.atlassian.bitbucket.migration
-
- com.atlassian.bitbucket.migration.event - package com.atlassian.bitbucket.migration.event
-
- com.atlassian.bitbucket.nav - package com.atlassian.bitbucket.nav
-
- com.atlassian.bitbucket.permission - package com.atlassian.bitbucket.permission
-
- com.atlassian.bitbucket.project - package com.atlassian.bitbucket.project
-
- com.atlassian.bitbucket.property - package com.atlassian.bitbucket.property
-
- com.atlassian.bitbucket.pull - package com.atlassian.bitbucket.pull
-
- com.atlassian.bitbucket.repository - package com.atlassian.bitbucket.repository
-
- com.atlassian.bitbucket.request - package com.atlassian.bitbucket.request
-
- com.atlassian.bitbucket.scm - package com.atlassian.bitbucket.scm
-
- com.atlassian.bitbucket.scm.bulk - package com.atlassian.bitbucket.scm.bulk
-
- com.atlassian.bitbucket.scm.compare - package com.atlassian.bitbucket.scm.compare
-
- com.atlassian.bitbucket.scm.mirror - package com.atlassian.bitbucket.scm.mirror
-
- com.atlassian.bitbucket.scm.pull - package com.atlassian.bitbucket.scm.pull
-
- com.atlassian.bitbucket.scm.ref - package com.atlassian.bitbucket.scm.ref
-
- com.atlassian.bitbucket.scm.signed - package com.atlassian.bitbucket.scm.signed
-
- com.atlassian.bitbucket.scope - package com.atlassian.bitbucket.scope
-
- com.atlassian.bitbucket.server - package com.atlassian.bitbucket.server
-
- com.atlassian.bitbucket.setting - package com.atlassian.bitbucket.setting
-
- com.atlassian.bitbucket.task - package com.atlassian.bitbucket.task
-
- com.atlassian.bitbucket.throttle - package com.atlassian.bitbucket.throttle
-
- com.atlassian.bitbucket.timezone - package com.atlassian.bitbucket.timezone
-
- com.atlassian.bitbucket.topic - package com.atlassian.bitbucket.topic
-
- com.atlassian.bitbucket.user - package com.atlassian.bitbucket.user
-
- com.atlassian.bitbucket.util - package com.atlassian.bitbucket.util
-
- com.atlassian.bitbucket.validation - package com.atlassian.bitbucket.validation
-
- com.atlassian.bitbucket.validation.annotation - package com.atlassian.bitbucket.validation.annotation
-
- com.atlassian.bitbucket.validation.groups - package com.atlassian.bitbucket.validation.groups
-
- com.atlassian.bitbucket.view - package com.atlassian.bitbucket.view
-
- com.atlassian.bitbucket.watcher - package com.atlassian.bitbucket.watcher
-
- Command<T> - Interface in com.atlassian.bitbucket.scm
-
Wraps an operation which may be run
synchronously
.
- command(String) - Method in interface com.atlassian.bitbucket.scm.ScmCommandBuilder
-
Sets the command to execute.
- CommandAware - Interface in com.atlassian.bitbucket.scm
-
An interface to be implemented by a
CommandErrorHandler
, CommandInputHandler
or
CommandOutputHandler
that wishes to be provided the Command
it will be processing.
- CommandBuilder<B extends CommandBuilder<B>> - Interface in com.atlassian.bitbucket.scm
-
Provides a fluent interface for creating free-form commands using arbitrary
arguments
.
- CommandBuilderSupport<B extends CommandBuilderSupport<B>> - Interface in com.atlassian.bitbucket.scm
-
Provides a unifying abstraction for common functionality expected to be provided by both free-form
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 an
OutputHandler
which processes the standard error stream from a Command
.
- CommandException - Exception in com.atlassian.bitbucket.scm
-
Exception that is thrown when command fails to complete.
- CommandException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandException
-
- CommandException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandException
-
- CommandExitHandler - Interface in com.atlassian.bitbucket.scm
-
Describes a handler for processing
Command
exit details, whether the command completes or is canceled.
- CommandFailedException - Exception in com.atlassian.bitbucket.scm
-
Exception that is thrown when a command fails.
- CommandFailedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandFailedException
-
- CommandFailedException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandFailedException
-
- CommandInputHandler - Interface in com.atlassian.bitbucket.scm
-
Describes an
InputHandler
which provides data to the standard input stream for a Command
to process.
- CommandOutputHandler<T> - Interface in com.atlassian.bitbucket.scm
-
Describes an
OutputHandler
which processes the standard output stream from a Command
and, optionally,
produces some object T
from it.
- CommandResult - Enum in com.atlassian.bitbucket.scm
-
Enumerates the possible results of running a
command
.
- CommandSetupException - Exception in com.atlassian.bitbucket.scm
-
Exception that is thrown when creating a
Command
fails.
- CommandSetupException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.scm.CommandSetupException
-
- CommandSetupException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.scm.CommandSetupException
-
- CommandSummary - Class in com.atlassian.bitbucket.scm
-
Summarizes a
command
that has been run.
- CommandSummary.Builder - Class in com.atlassian.bitbucket.scm
-
- CommandSummaryHandler - Interface in com.atlassian.bitbucket.scm
-
Augments a
CommandErrorHandler
, CommandInputHandler
or CommandOutputHandler
with an enhanced
completion handler
that is provided with a summary
of the
command that was executed.
- CommandUsageException - Exception in com.atlassian.bitbucket.scm
-
A specialization of
CommandFailedException
thrown when a command fails because it is called incorrectly.
- CommandUsageException(KeyedMessage, String, String) - Constructor for exception com.atlassian.bitbucket.scm.CommandUsageException
-
- Comment - Interface in com.atlassian.bitbucket.comment
-
A comment on a pull request or commit.
- comment(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Commit
-
Retrieves a builder for interacting with the specified comment on this commit.
- comment(long) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the comments added to the pull request.
- comment(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
-
- Commentable - Interface in com.atlassian.bitbucket.comment
-
Entity that users can comment on.
- CommentableVisitor<T> - Interface in com.atlassian.bitbucket.comment
-
Visitor for
Commentable
entities.
- CommentAction - Enum in com.atlassian.bitbucket.comment
-
Enumerates the different actions which may be taken on a comment.
- commentActions(CommentAction, CommentAction...) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- commentActions(Iterable<CommentAction>) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- CommentChain<C extends Comment> - Class in com.atlassian.bitbucket.comment
-
Performs a depth-first iteration given a starting set of
comments
.
- CommentDeletionException - Exception in com.atlassian.bitbucket.comment
-
- CommentDeletionException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.comment.CommentDeletionException
-
- commentIds(long, long...) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- commentIds(Iterable<Long>) - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest.Builder
-
- CommentOperations - Interface in com.atlassian.bitbucket.comment
-
The permitted operations allowed on a comment by the current user.
- CommentOutOfDateException - Exception in com.atlassian.bitbucket.comment
-
Indicates the operation could not performed because the
comment version
has changed since the comment
was retrieved.
- CommentOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
-
- CommentOutOfDateException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
-
- CommentOutOfDateException(KeyedMessage, Throwable, int, int) - Constructor for exception com.atlassian.bitbucket.comment.CommentOutOfDateException
-
- CommentSearchRequest - Class in com.atlassian.bitbucket.comment
-
- CommentSearchRequest.Builder - Class in com.atlassian.bitbucket.comment
-
- CommentService - Interface in com.atlassian.bitbucket.comment
-
- CommentSeverity - Enum in com.atlassian.bitbucket.comment
-
Enumerates available
comment
severities.
- CommentState - Enum in com.atlassian.bitbucket.comment
-
Enumerates the possible
states
a comment can be in.
- CommentThread - Interface in com.atlassian.bitbucket.comment
-
Represents a conversation started on a
commentable
.
- CommentThreadDiffAnchor - Interface in com.atlassian.bitbucket.comment
-
The location in a diff a
comment thread
is anchored to.
- CommentThreadDiffAnchorState - Enum in com.atlassian.bitbucket.comment
-
An enumeration of anchor states for comment thread search
- CommentThreadDiffAnchorType - Enum in com.atlassian.bitbucket.comment
-
Enumerates the different types of diffs a
thread
can be anchored to.
- CommentUpdateRequest - Class in com.atlassian.bitbucket.comment
-
A request for making changes to a
comment
- CommentUpdateRequest.Builder - Class in com.atlassian.bitbucket.comment
-
- commit(MinimalRepositoryCommit) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
-
- commit(Repository, String) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
-
- Commit - Interface in com.atlassian.bitbucket.commit
-
Describes a single commit.
- commit(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View a specific commit within a pull request.
- commit(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- commit(Commit) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
-
- commit(Repository, String) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
-
- commit(CommitCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves
details
for the specified commit.
- CommitCallback - Interface in com.atlassian.bitbucket.commit
-
Describes a callback for receiving a stream of
commits
.
- CommitCommandParameters - Class in com.atlassian.bitbucket.scm
-
- CommitCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- CommitContext - Class in com.atlassian.bitbucket.commit
-
- CommitContext.Builder - Class in com.atlassian.bitbucket.commit
-
- CommitDiscussion - Interface in com.atlassian.bitbucket.commit
-
- CommitDiscussionActivity - Interface in com.atlassian.bitbucket.commit
-
- CommitDiscussionCancelableCommentEvent - Class in com.atlassian.bitbucket.event.commit
-
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the
transaction (by persisting related entities, for example).
- CommitDiscussionCancelableCommentEvent(Object, CommitDiscussion, Comment, Comment, CommentAction, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCancelableCommentEvent
-
- CommitDiscussionCommentActivity - Interface in com.atlassian.bitbucket.commit
-
- CommitDiscussionCommentAddedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised when a comment is added in a commit discussion.
- CommitDiscussionCommentAddedEvent(Object, CommitDiscussion, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddedEvent
-
- CommitDiscussionCommentAddedEvent(Object, CommitDiscussion, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddedEvent
-
Deprecated.
in 6.6 for removal in 7.0. Use
CommitDiscussionCommentAddedEvent.CommitDiscussionCommentAddedEvent(Object,
CommitDiscussion, Comment)
instead.
- CommitDiscussionCommentAddRequestedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised before a comment is added to a commit discussion.
- CommitDiscussionCommentAddRequestedEvent(Object, CommitDiscussion, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentAddRequestedEvent
-
- CommitDiscussionCommentDeletedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised when a comment is deleted in a commit discussion.
- CommitDiscussionCommentDeletedEvent(Object, CommitDiscussion, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentDeletedEvent
-
- CommitDiscussionCommentDeletionRequestedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised before a comment in a commit discussion is deleted.
- CommitDiscussionCommentDeletionRequestedEvent(Object, CommitDiscussion, Comment, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentDeletionRequestedEvent
-
- CommitDiscussionCommentEditedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised when a comment is edited in a commit discussion.
- CommitDiscussionCommentEditedEvent(Object, CommitDiscussion, Comment, Comment, String) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
-
Deprecated.
in 6.7 for removal in 7.0. Use
CommitDiscussionCommentEditedEvent.CommitDiscussionCommentEditedEvent(Object, CommitDiscussion,
Comment, Comment, String, CommentSeverity, CommentState)
instead.
- CommitDiscussionCommentEditedEvent(Object, CommitDiscussion, Comment, Comment, String, CommentSeverity, CommentState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEditedEvent
-
- CommitDiscussionCommentEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.
- CommitDiscussionCommentEvent(Object, CommitDiscussion, Comment, Comment, CommentAction) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
-
- CommitDiscussionCommentModificationRequestedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised before a comment in a commit discussion is edited.
- CommitDiscussionCommentModificationRequestedEvent(Object, CommitDiscussion, Comment, Comment, String, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentModificationRequestedEvent
-
- CommitDiscussionCommentRepliedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised when a comment is replied to in a commit discussion.
- CommitDiscussionCommentRepliedEvent(Object, CommitDiscussion, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentRepliedEvent
-
- CommitDiscussionCommentReplyRequestedEvent - Class in com.atlassian.bitbucket.event.commit
-
Event that is raised before a comment is replied to in a commit discussion.
- CommitDiscussionCommentReplyRequestedEvent(Object, CommitDiscussion, Comment, Comment, CancelState) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentReplyRequestedEvent
-
- CommitDiscussionEvent - Class in com.atlassian.bitbucket.event.commit
-
Base type for all commit discussion-related events.
- CommitDiscussionEvent(Object, CommitDiscussion) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
-
- CommitDiscussionParticipant - Interface in com.atlassian.bitbucket.commit
-
- CommitDiscussionParticipantsUpdatedEvent - Class in com.atlassian.bitbucket.event.commit
-
An event raised when the participants in a commit discussion change.
- CommitDiscussionParticipantsUpdatedEvent(Object, CommitDiscussion, Set<ApplicationUser>, Set<ApplicationUser>) - Constructor for class com.atlassian.bitbucket.event.commit.CommitDiscussionParticipantsUpdatedEvent
-
- CommitDiscussionRequest - Class in com.atlassian.bitbucket.commit
-
- CommitDiscussionRequest.Builder - Class in com.atlassian.bitbucket.commit
-
- CommitEnricher - Interface in com.atlassian.bitbucket.commit
-
- CommitGraphNode - Interface in com.atlassian.bitbucket.commit.graph
-
A node within a commit graph.
- commitId(String) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
-
- commitId(String, String...) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
-
- commitId(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest.Builder
-
- commitId(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
-
- commitId(String) - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters.AbstractCommitParametersBuilder
-
- commitId(String) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
-
- commitId(String, String...) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
-
- commitId(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters.Builder
-
- commitId(String) - Method in class com.atlassian.bitbucket.scm.LastModifiedCommandParameters.Builder
-
- commitIds(String, String...) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
-
- commitIds(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest.Builder
-
- commitIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
-
- commitIds(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
-
- CommitIndex - Interface in com.atlassian.bitbucket.idx
-
Index to store meta data against commits.
- CommitIndexingException - Exception in com.atlassian.bitbucket.idx
-
Exception to signal a problem that occurred during commit indexing.
- CommitIndexingException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.idx.CommitIndexingException
-
- CommitIndexingException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.idx.CommitIndexingException
-
- CommitListMergeFilter - Enum in com.atlassian.bitbucket.commit
-
A flag for indicating how merge commits should be filtered.
- CommitOrder - Enum in com.atlassian.bitbucket.commit
-
- CommitRequest - Class in com.atlassian.bitbucket.commit
-
Describes a request for a single commit.
- CommitRequest.Builder - Class in com.atlassian.bitbucket.commit
-
- commits(Iterable<MinimalRepositoryCommit>) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
-
- commits(Repository, Iterable<String>) - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest.Builder
-
- commits() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Compare
-
- commits() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the commits to be merged by a pull request.
- commits() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- commits(Iterable<Commit>) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
-
- commits(Iterable<Commit>) - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.Builder
-
- commits(Repository, Iterable<String>) - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters.Builder
-
- commits(BulkCommitsCommandParameters, BulkCommitCallback) - Method in interface com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory
-
Streams commits from one or more repositories, providing a set of matching repositories for each.
- commits(CommitCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
-
- commits(CommitCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
Deprecated.
in 6.0 for removal in 7.0. Use
ScmPullRequestCommandFactory.commits(PullRequestCommitsCommandParameters, CommitCallback)
instead.
- commits(PullRequestCommitsCommandParameters, CommitCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
- commits(CommitsCommandParameters, CommitCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams commits which match the provided
parameters
to the provided callback.
- commits(CommitsCommandParameters, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves a
page
of commits matching the specified parameters
.
- CommitsBetweenRequest - Class in com.atlassian.bitbucket.commit
-
- CommitsBetweenRequest.Builder - Class in com.atlassian.bitbucket.commit
-
- CommitsCommandParameters - Class in com.atlassian.bitbucket.scm
-
- CommitsCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- CommitService - Interface in com.atlassian.bitbucket.commit
-
- CommitsRequest - Class in com.atlassian.bitbucket.commit
-
Defines a request to retrieve commits which are ancestors of a given
starting commit
.
- CommitsRequest.Builder - Class in com.atlassian.bitbucket.commit
-
- commitSummaries(int) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- commitSummaries(int) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
-
- CommitSummary - Class in com.atlassian.bitbucket.commit
-
- CommitSummary.Builder - Class in com.atlassian.bitbucket.commit
-
- committer(Person) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
Sets the
committer
.
- committer(ApplicationUser) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
-
- committerTimestamp(Date) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
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
-
- CompareChangeCommandParameters - Class in com.atlassian.bitbucket.scm.compare
-
- CompareChangeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.compare
-
- CompareDiffCommandParameters - Class in com.atlassian.bitbucket.scm.compare
-
- CompareDiffCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.compare
-
- CompareDiffRequest - Class in com.atlassian.bitbucket.compare
-
A diff request to compare two refs or commits.
- CompareDiffRequest.Builder - Class in com.atlassian.bitbucket.compare
-
- CompareRef - Class in com.atlassian.bitbucket.compare
-
A ref or commit to compare.
- CompareRef(String, Repository) - Constructor for class com.atlassian.bitbucket.compare.CompareRef
-
- CompareRef(PullRequestRef) - Constructor for class com.atlassian.bitbucket.compare.CompareRef
-
Convenience constructor for creating a
CompareRef
from a PullRequestRef
.
- CompareRequest - Class in com.atlassian.bitbucket.compare
-
A request to compare two refs or commits.
- CompareRequest.Builder - Class in com.atlassian.bitbucket.compare
-
- CompareService - Interface in com.atlassian.bitbucket.compare
-
Compares two commits.
- compareTo(SimplePath) - Method in class com.atlassian.bitbucket.content.SimplePath
-
- compareTo(PullRequestParticipant) - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
-
Sorts participants first by status, then by name
- compareTo(Version) - Method in class com.atlassian.bitbucket.util.Version
-
Compare two versions to determine their ordering.
- complete() - Method in class com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource
-
Marks the source as complete.
- ConcurrencyPolicy - Enum in com.atlassian.bitbucket.concurrent
-
Policy for concurrency limits
- ConcurrencyService - Interface in com.atlassian.bitbucket.concurrent
-
- ConditionalNotEmpty - Annotation Type in com.atlassian.bitbucket.validation.annotation
-
- ConditionalNotEmpty.List - Annotation Type in com.atlassian.bitbucket.validation.annotation
-
Support for multiple
ConditionalNotEmpty
annotations on the same type
- ConditionalNotEmptyValidator - Class in com.atlassian.bitbucket.validation
-
- ConditionalNotEmptyValidator() - Constructor for class com.atlassian.bitbucket.validation.ConditionalNotEmptyValidator
-
- Conflict - Interface in com.atlassian.bitbucket.content
-
Describes two
conflicting changes
that were made on opposite sides of a merge.
- Conflict() - Constructor for class com.atlassian.bitbucket.validation.ConstraintNature.Conflict
-
- ConflictChange - Interface in com.atlassian.bitbucket.content
-
- ConflictingRefNameException - Exception in com.atlassian.bitbucket.repository
-
Indicates the operation could not be completed because a existing ref already exists
with a name that conflicts with the one being created.
- ConflictingRefNameException(KeyedMessage, MinimalRef) - Constructor for exception com.atlassian.bitbucket.repository.ConflictingRefNameException
-
- ConflictMarker - Enum in com.atlassian.bitbucket.content
-
Used to mark
diff lines
which represent a merge conflict.
- ConstraintNature - Class in com.atlassian.bitbucket.validation
-
- ConstraintNature() - Constructor for class com.atlassian.bitbucket.validation.ConstraintNature
-
- ConstraintNature.Conflict - Class in com.atlassian.bitbucket.validation
-
- contains(String) - Method in interface com.atlassian.bitbucket.repository.MetadataMap
-
- containsKey(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- containsKey(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- containsValue(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- containsValue(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.content.EditFileRequest.Builder
-
- content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
-
- content(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
-
- content(byte[]) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
-
- content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- content(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- content(byte[]) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- content(InputSupplier<InputStream>) - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters.Builder
-
- contents(BulkContentCommandParameters, BulkContentCallback) - Method in interface com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory
-
- ContentService - Interface in com.atlassian.bitbucket.content
-
A service for the management of files and their metadata.
- ContentTreeCallback - Interface in com.atlassian.bitbucket.content
-
Callback interface for streaming content tree nodes from a starting directory
- ContentTreeContext - Class in com.atlassian.bitbucket.content
-
- ContentTreeContext.Builder - Class in com.atlassian.bitbucket.content
-
- ContentTreeNode - Interface in com.atlassian.bitbucket.content
-
Represents a node in a source tree.
- ContentTreeNode.Type - Enum in com.atlassian.bitbucket.content
-
Enumeration of ContentTreeNode types
- ContentTreeSummary - Class in com.atlassian.bitbucket.content
-
- ContentTreeSummary.Builder - Class in com.atlassian.bitbucket.content
-
- context(String, String) - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
-
- context(Map<String, Object>) - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
-
- context(Map<String, Object>) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
-
- context(String, Object) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
-
- context(Map<String, Object>) - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest.Builder
-
- context(Map<String, Object>) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
-
- context(String, String) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
-
- context(Map<String, Object>) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters.Builder
-
- contextLines(int) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
-
Specifies the number of context lines to include around added/removed lines.
- contextLines(int) - Method in class com.atlassian.bitbucket.content.DiffContext.Builder
-
- contextLines(int) - Method in class com.atlassian.bitbucket.content.DiffRequest.Builder
-
- contextLines(int) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
Specifies the number of context lines to include around added/removed lines.
- contextLines(int) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
-
- convert(T, AuditEntryBuilder) - Method in interface com.atlassian.bitbucket.audit.AuditEntryConverter
-
Converts an
Audited
event into a standard audit format.
- count(PullRequestSearchRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Counts the number of pull requests which match the specified search criteria.
- countByCommit(PullRequestCommitSearchRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Counts the number of pull requests containing a specified commit which match the given
search criteria
.
- countByProject(Project) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Get the number of repositories that belong to a project.
- countComments(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Count all the
comments
matching the provided request.
- countCommentsByState(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
- countCommits(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Counts the number of commits a pull request has.
- countMessages(JobMessageSearchRequest) - Method in interface com.atlassian.bitbucket.job.JobService
-
Counts all messages matching the supplied request object
- countTasks(PullRequestTaskSearchRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Counts the number of tasks in a pull request.
- countThreads(CommentSearchRequest) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Count all the
threads
matching the provided request.
- create(boolean) - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest.Builder
-
- create(HookRequest) - Method in interface com.atlassian.bitbucket.hook.ScmHookHandlerFactory
-
- create(HookScriptCreateRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Creates a new hook script.
- create(JobCreationRequest) - Method in interface com.atlassian.bitbucket.job.JobService
-
Creates a new
Job
from the supplied request object
- create(String) - Method in interface com.atlassian.bitbucket.label.LabelService
-
Creates a new label based on the given labelName.
- create() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
-
- create() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
-
- create(ProjectCreateRequest) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Creates a new
Project
and sets its avatar, if provided.
- create(PullRequestCreateRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Creates a pull request from the supplied details.
- create(RepositoryCreateRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Create a new repository.
- create(TaskCreateRequest) - Method in interface com.atlassian.bitbucket.task.TaskService
-
Create a task.
- Create - Interface in com.atlassian.bitbucket.validation.groups
-
Denotes constraints which should be applied when an entity is being created.
- createBranch(CreateBranchRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Create branch with the information provided in the
request
.
- createBranch(CreateBranchCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ref.ScmRefCommandFactory
-
- CreateBranchCommandParameters - Class in com.atlassian.bitbucket.scm.ref
-
- CreateBranchCommandParameters(CreateBranchCommandParameters.AbstractCreateBranchBuilder) - Constructor for class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
-
- CreateBranchCommandParameters.AbstractCreateBranchBuilder<B extends CreateBranchCommandParameters.AbstractCreateBranchBuilder<B>> - Class in com.atlassian.bitbucket.scm.ref
-
- CreateBranchCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.ref
-
- CreateBranchRequest - Class in com.atlassian.bitbucket.repository
-
A request to create a
branch
.
- CreateBranchRequest(CreateBranchRequest.Builder) - Constructor for class com.atlassian.bitbucket.repository.CreateBranchRequest
-
- CreateBranchRequest.Builder - Class in com.atlassian.bitbucket.repository
-
- createBuilder(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Creates a
ScmCommandBuilder
which can be used to construct free-form commands to interact directly with
the underlying SCM implementation and perform custom functions on repositories.
- createCookie(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.bitbucket.auth.RememberMeService
-
Generates a new remember-me token for the user and sets the corresponding cookie on the response.
- createGroup(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Creates a new group.
- createKeyedMessage(String, Object...) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key and a list of arguments, it returns:
a
KeyedMessage
that composes the localized and formatted message for the current locale,
the localized and formatted message for the root locale and the original key for the message.
- createLink(URI, URI, String, String, boolean) - Method in interface com.atlassian.bitbucket.jira.JiraSetupService
-
Create an authenticated, reciprocated Application Link to a Jira server, and optionally set up a Jira user
directory for it.
- createMessage(JobMessageCreationRequest) - Method in interface com.atlassian.bitbucket.job.JobService
-
Creates a new
JobMessage
from the supplied request object
- createProject() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
- createProjectAccessiblePredicate() - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
-
- createProjectPermissionPredicate(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
-
- createPullRequest() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- createPullRequestAccessiblePredicate() - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
-
Retrieves a
Predicate
which applies a check to ensure the current user can access PullRequest
s.
- createPullRequestPermissionPredicate(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionPredicateFactory
-
Retrieves a
Predicate
which applies a check to ensure the current user has the specified permission with
regards to PullRequest
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 a Settings
instance.
- createTag(CreateTagRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Create tag with the information provided in the
request
.
- createTag(CreateTagCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ref.ScmRefCommandFactory
-
- CreateTagCommandParameters - Class in com.atlassian.bitbucket.scm.ref
-
- CreateTagCommandParameters(CreateTagCommandParameters.AbstractCreateTagBuilder) - Constructor for class com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters
-
- CreateTagCommandParameters.AbstractCreateTagBuilder<B extends CreateTagCommandParameters.AbstractCreateTagBuilder<B>> - Class in com.atlassian.bitbucket.scm.ref
-
- CreateTagCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.ref
-
- CreateTagRequest - Class in com.atlassian.bitbucket.repository
-
A request to create a
tag
.
- CreateTagRequest(CreateTagRequest.Builder) - Constructor for class com.atlassian.bitbucket.repository.CreateTagRequest
-
- CreateTagRequest.Builder - Class in com.atlassian.bitbucket.repository
-
- createUser(String, String, String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Creates a new user and adds them to the default group, if it exists.
- createUser(String, String, String, String, boolean) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Creates a new user and optionally adds them to the default group, if it exists.
- createUserWithGeneratedPassword(String, String, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Creates a new user with a randomly-generated password.
- cssModuleKey(String) - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest.Builder
-
- CustomPreconditions - Class in com.atlassian.bitbucket.util
-
More precondition checks following the same pattern as Guava's
Preconditions
.
- CustomPreconditions() - Constructor for class com.atlassian.bitbucket.util.CustomPreconditions
-
D
- dashboard() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
- DashboardService - Interface in com.atlassian.bitbucket.dashboard
-
Provides services for the Personal Dashboards.
- data(Map<String, Object>) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
-
- DATA_CENTER_NAME - Static variable in class com.atlassian.bitbucket.Product
-
- database() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
-
- dataCenter(boolean) - Method in class com.atlassian.bitbucket.server.SimpleFeature.Builder
-
- DataStoreException - Exception in com.atlassian.bitbucket
-
Exception thrown when an operation on a data store, such as the database or disk, fails.
- DataStoreException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.DataStoreException
-
- DataStoreException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.DataStoreException
-
- DATE_ORDER - Static variable in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
-
Orders commits in reverse chronological order, by descending
author
timestamp
.
- DateFormatter - Interface in com.atlassian.bitbucket.util
-
Allows the formatting of a date according to predefined formats.
- DateFormatter.FormatType - Enum in com.atlassian.bitbucket.util
-
A predefined date format.
- decline(PullRequestDeclineRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Declines a pull request.
- declined() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
-
- dedupePendingMessages(boolean) - Method in class com.atlassian.bitbucket.topic.TopicSettings.Builder
-
- DEFAULT_COMMIT_SUMMARIES - Static variable in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
-
The default number of
commit summaries
to append to the user-provided (or
system-generated) message when merging a pull request.
- DEFAULT_CONTEXT_LINES - Static variable in class com.atlassian.bitbucket.content.AbstractDiffRequest
-
Indicates the request should supply the default number of context lines for added and removed lines.
- DEFAULT_CONTEXT_LINES - Static variable in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
Indicates the request should supply the default number of context lines for added and removed lines.
- DEFAULT_CONTEXT_LINES - Static variable in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
-
- DEFAULT_DISPLAY_ID_LENGTH - Static variable in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
-
- DEFAULT_LABEL - Static variable in interface com.atlassian.bitbucket.user.ServiceUser
-
- DEFAULT_LIMIT - Static variable in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest
-
- defaultBranch() - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Resolves the default branch for the specified repository.
- defaultContextLines() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
-
- defaultErrorHandler() - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Applies the default
error handler
, which will collect any output written to the
error stream and provide that output to the exit handler
.
- defaultExitHandler() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Applies the default
CommandExitHandler
.
- defaultStrategyId(String) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- defaultValue(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
-
Convenience method that allows implementors to provide a single fallback return value
- defaultWorkDir() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Applies the default working directory, which is the working directory for the current Java process.
- defaultWorkingDirectory() - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Deprecated.
in 6.4 for removal in 7.0. Use
CommandBuilderSupport.defaultWorkDir()
instead.
- DelegatingCacheableAvatarSupplier - Class in com.atlassian.bitbucket.avatar
-
An
CacheableAvatarSupplier
implementation which delegates to an AvatarSupplier
, storing the avatar's
modification timestamp
separately.
- DelegatingCacheableAvatarSupplier(AvatarSupplier) - Constructor for class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
-
Constructs a new
DelegatingCacheableAvatarSupplier
with an unknown
timestamp.
- DelegatingCacheableAvatarSupplier(AvatarSupplier, long) - Constructor for class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
-
Constructs a new
DelegatingCacheableAvatarSupplier
with the provided timestamp
.
- delete(DeleteRepositoryHookRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Delete the hook configuration specified in the request.
- delete(HookScript) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Deletes the specified hook script, and removes any configuration which has been applied.
- delete(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
-
- delete() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
-
- delete() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- delete(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
-
- delete(Project) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Deletes the specified
project
, if it exists.
- delete(PullRequestDeleteRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Deletes the specified pull request, removing all activities and comments.
- delete(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Delete the repository.
- delete(long) - Method in interface com.atlassian.bitbucket.task.TaskService
-
Delete a task.
- deleteAvatar(ApplicationUser) - Method in interface com.atlassian.bitbucket.user.UserService
-
Delete the avatar associated with a user.
- deleteByPluginKey(String) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Deletes all of the hook scripts associated with the specified plugin key, and removes any configuration which
has been applied for them.
- deleteComment(long, int) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Delete a comment
- deleteGroup(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Deletes a group.
- deleteMailHostConfiguration() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Remove the mail host configuration.
- deleteMergeConfig(DeletePullRequestMergeConfigRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Deletes the
merge configuration
for the specified scope.
- deleteOnExit(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Registers the provided path to be deleted when the JVM exits.
- DeletePullRequestMergeConfigRequest - Class in com.atlassian.bitbucket.pull
-
- DeletePullRequestMergeConfigRequest.Builder - Class in com.atlassian.bitbucket.pull
-
- deleteQuietly(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Recursively deletes
the specified path, suppressing any IOException
s
that are thrown.
- deleteRecursively(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Recursively deletes the specified path.
- DeleteRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
Request object used to
delete repository hook configuration
.
- DeleteRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
-
- deleteUser(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Deletes a user.
- description(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest.Builder
-
- description(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- description() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
-
- description(String) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
-
- description(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
- description(String) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
-
- description(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Sets the description of the repository.
- DetailedGroup - Interface in com.atlassian.bitbucket.user
-
Extends a group, which is a simple
String
name generally, with additional details relating to the directory
backing the group.
- DetailedRefChange - Interface in com.atlassian.bitbucket.repository
-
- DetailedUser - Interface in com.atlassian.bitbucket.user
-
Extends a
ApplicationUser
with additional details relating to the directory backing the user.
- details(String) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- Diff - Interface in com.atlassian.bitbucket.content
-
- diff() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Compare
-
- diff() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequest
-
View the pull request's diff.
- diff(CompareDiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.compare.ScmCompareCommandFactory
-
- diff(PullRequestDiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
- diff(DiffCommandParameters, DiffContentCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams a diff between two
commits
.
- diff(DiffCommandParameters, TypeAwareOutputSupplier) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams a diff between two
commits
.
- DiffCommandParameters - Class in com.atlassian.bitbucket.scm
-
- DiffCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- DiffContentCallback - Interface in com.atlassian.bitbucket.content
-
A callback for receiving streaming diff details.
- DiffContentFilter - Class in com.atlassian.bitbucket.content
-
Allows for filtering diff lines.
- DiffContentFilter() - Constructor for class com.atlassian.bitbucket.content.DiffContentFilter
-
- DiffContext - Class in com.atlassian.bitbucket.content
-
- DiffContext.Builder - Class in com.atlassian.bitbucket.content
-
- DiffFileType - Enum in com.atlassian.bitbucket.content
-
An enumeration of file types in a diff.
- DiffHunk - Interface in com.atlassian.bitbucket.content
-
Describes a single hunk, with one or more segments, in a diff.
- DiffLine - Interface in com.atlassian.bitbucket.content
-
- DiffRequest - Class in com.atlassian.bitbucket.content
-
Describes a request to generate a diff of a given repository for a given commit or commit range.
- DiffRequest.Builder - Class in com.atlassian.bitbucket.content
-
- DiffSegment - Interface in com.atlassian.bitbucket.content
-
- DiffSegmentType - Enum in com.atlassian.bitbucket.content
-
Enumerates the different segment types available in diff output.
- DiffSummary - Class in com.atlassian.bitbucket.content
-
- DiffSummary.Builder - Class in com.atlassian.bitbucket.content
-
- diffType(CommentThreadDiffAnchorType) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
-
- diffType(CommentThreadDiffAnchorType) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- diffTypes(Iterable<CommentThreadDiffAnchorType>) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
-
- DiffWhitespace - Enum in com.atlassian.bitbucket.content
-
A flag for indicating how whitespace should be handled in a diff, such as being
ignored
.
- Directory - Class in com.atlassian.bitbucket.content
-
Represents a directory in a source tree
- Directory() - Constructor for class com.atlassian.bitbucket.content.Directory
-
- directory(DirectoryCommandParameters, ContentTreeCallback, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams the
tree nodes
(files, subdirectories and submodules) in the specified
directory
.
- DirectoryCommandParameters - Class in com.atlassian.bitbucket.scm
-
- DirectoryCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- DirectoryRevision - Interface in com.atlassian.bitbucket.content
-
Represents a revision of a directory
- disable(DisableRepositoryHookRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Disable the hook specified in the request.
- DisableRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
Request object used for
disabling a repository hook
.
- DisableRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
-
- DisasterRecoveryTriggeredEvent - Class in com.atlassian.bitbucket.event.server
-
An event that is raised when the system is started after being restored from a Zero Downtime Backup.
- DisasterRecoveryTriggeredEvent(Object) - Constructor for class com.atlassian.bitbucket.event.server.DisasterRecoveryTriggeredEvent
-
- displayId(String) - Method in class com.atlassian.bitbucket.commit.SimpleCommit.Builder
-
- displayId - Variable in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
-
- displayId(String) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit.AbstractMinimalCommitBuilder
-
- displayId(String) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
-
- displayName(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
-
- DisplayNameChangedEvent - Class in com.atlassian.bitbucket.event.server
-
Event that is raised when the application display name is changed.
- DisplayNameChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.DisplayNameChangedEvent
-
- doAsRequest(RequestCallback<T, E>, RequestInfoProvider) - Method in interface com.atlassian.bitbucket.request.RequestManager
-
Sets up and tears down all logic for processing requests.
- doVisit(Project) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
Called by
AbstractVoidProjectVisitor.visit(Project)
.
- doVisit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
- doVisit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
-
- doVisit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
-
- doVisit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
-
- dryRun(boolean) - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
-
- dryRun(boolean) - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder
-
- DuplicatePullRequestException - Exception in com.atlassian.bitbucket.pull
-
Indicates a pull request could not be created because there is already
an open pull request with the same to/from repositories and branches.
- DuplicatePullRequestException(PullRequest, KeyedMessage) - Constructor for exception com.atlassian.bitbucket.pull.DuplicatePullRequestException
-
- DuplicateRefException - Exception in com.atlassian.bitbucket.repository
-
Indicates the operation could not be completed because a ref already exists for the supplied name.
- DuplicateRefException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.repository.DuplicateRefException
-
E
- edit() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Licensing
-
- editFile(EditFileRequest) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Adds a new file or updates the content of an existing file.
- editFile(EditFileCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Adds a new file or updates the content of an existing file as described in the
parameters
.
- EditFileCommandParameters - Class in com.atlassian.bitbucket.scm
-
Parameters for
editing
a file.
- EditFileCommandParameters(EditFileCommandParameters.Builder) - Constructor for class com.atlassian.bitbucket.scm.EditFileCommandParameters
-
- EditFileCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- EditFileFailedException - Exception in com.atlassian.bitbucket.content
-
- EditFileFailedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.EditFileFailedException
-
- EditFileFailedException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.content.EditFileFailedException
-
- EditFileRequest - Class in com.atlassian.bitbucket.content
-
Represents a request to edit a file, this request can be used to create a new file as well as updating an
existing file.
- EditFileRequest.Builder - Class in com.atlassian.bitbucket.content
-
- effectiveDiff() - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
Retrieves the effective diff for the pull request.
- emailAddress(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
-
- embedded() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Login
-
Return a login URL that points to the embedded version of the login form, suitable to display in a frame in
other applications.
- EMPTY - Static variable in class com.atlassian.bitbucket.content.SimplePath
-
- EMPTY - Static variable in class com.atlassian.bitbucket.property.PropertyMap
-
- EMPTY - Static variable in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
-
- EMPTY_HASH - Static variable in class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
-
- EmptyPullRequestException - Exception in com.atlassian.bitbucket.pull
-
Indicates a pull request could not be created because it would have no commits.
- EmptyPullRequestException(KeyedMessage, PullRequestRef, PullRequestRef) - Constructor for exception com.atlassian.bitbucket.pull.EmptyPullRequestException
-
- EmptyRepositoryException - Exception in com.atlassian.bitbucket.repository
-
Thrown when an operation cannot be completed because the related repository is empty.
- EmptyRepositoryException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.EmptyRepositoryException
-
- enable(EnableRepositoryHookRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Enable and apply settings for the hook specified in the request.
- enabledStrategyId(String) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- enabledStrategyIds(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest.Builder
-
- EnableRepositoryHookRequest - Class in com.atlassian.bitbucket.hook.repository
-
Request object used for
enabling a repository hook
.
- EnableRepositoryHookRequest.Builder - Class in com.atlassian.bitbucket.hook.repository
-
- enrich(Repository, Commit, Collection<String>) - Method in interface com.atlassian.bitbucket.commit.CommitEnricher
-
- enrich(PullRequest, Commit, Collection<String>) - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitEnricher
-
Enrich a single commit with properties from the
CommitIndex
.
- enrichPage(Repository, Page<Commit>, Collection<String>) - Method in interface com.atlassian.bitbucket.commit.CommitEnricher
-
- enrichPage(PullRequest, Page<Commit>, Collection<String>) - Method in interface com.atlassian.bitbucket.pull.PullRequestCommitEnricher
-
Enrich a page of commits with properties from the
CommitIndex
.
- EntityMovedException - Exception in com.atlassian.bitbucket
-
- EntityMovedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.EntityMovedException
-
- EntityMovedException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.EntityMovedException
-
- EntityOutOfDateException - Exception in com.atlassian.bitbucket
-
- EntityOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
-
- EntityOutOfDateException(KeyedMessage, int, int) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
-
- EntityOutOfDateException(KeyedMessage, Throwable, int, int) - Constructor for exception com.atlassian.bitbucket.EntityOutOfDateException
-
- entrySet() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- entrySet() - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- equals(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- equals(Object) - Method in class com.atlassian.bitbucket.avatar.AvatarRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.commit.SimpleCommit
-
- equals(Object) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
-
- equals(Object) - Method in class com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit
-
- equals(Object) - Method in class com.atlassian.bitbucket.content.SimplePath
-
- equals(Object) - Method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
-
- equals(Object) - Method in class com.atlassian.bitbucket.job.JobCreationRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.job.JobSearchRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.mail.MailAttachment
-
- equals(Object) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
-
- equals(Object) - Method in class com.atlassian.bitbucket.mail.MailMessage
-
- equals(Object) - Method in class com.atlassian.bitbucket.migration.RepositorySelector
-
- equals(Object) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
-
- equals(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- equals(Object) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
-
- equals(Object) - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
-
- equals(Object) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
-
- equals(Object) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- equals(Object) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestEffectiveDiff
-
- equals(Object) - Method in class com.atlassian.bitbucket.scope.ProjectScope
-
- equals(Object) - Method in class com.atlassian.bitbucket.scope.RepositoryScope
-
- equals(Object) - Method in class com.atlassian.bitbucket.server.SimpleFeature
-
- equals(ApplicationUser, Object) - Static method in class com.atlassian.bitbucket.user.ApplicationUserEquality
-
- equals(Object) - Method in class com.atlassian.bitbucket.util.PageImpl
-
- equals(Object) - Method in class com.atlassian.bitbucket.util.PageRequestImpl
-
- equals(Object) - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
-
- equals(Object) - Method in class com.atlassian.bitbucket.util.Version
-
- eraseUser(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Erases personally identifying user data for a deleted user.
- err() - Method in interface com.atlassian.bitbucket.hook.HookResponse
-
- err() - Method in interface com.atlassian.bitbucket.hook.ScmHookDetails
-
- errorHandler(CommandErrorHandler) - Method in interface com.atlassian.bitbucket.scm.CommandBuilder
-
Sets the
error handler
which will be used to process any output written to the
error stream as the command runs.
- escalate(String) - Method in interface com.atlassian.bitbucket.user.SecurityService
-
Creates a custom security context with no difference to the current security context but allows adding further
permissions on the returned
EscalatedSecurityContext
.
- EscalatedSecurityContext - Interface in com.atlassian.bitbucket.user
-
Custom security context that specifies as what user and with which additional permissions an
Operation
should be called.
- exclude(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
- exclude(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder
-
- exclude(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
-
- exclude(String, String...) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
-
- exclude(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- exclude(String, String...) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- existsGroup(String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a flag indicating whether the specified group exists.
- exitHandler(CommandExitHandler) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Sets the
CommandExitHandler
which should be invoked after the command exits.
- ExpiredAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
A specialization of
AuthenticationException
that should be thrown when an existing authentication has
expired.
- ExpiredAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.ExpiredAuthenticationException
-
- ExpiredAuthenticationException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.auth.ExpiredAuthenticationException
-
- ExpiredLicenseException - Exception in com.atlassian.bitbucket.license
-
- ExpiredLicenseException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.ExpiredLicenseException
-
- ExpiredPasswordAuthenticationException - Exception in com.atlassian.bitbucket.auth
-
A specialisation of
AuthenticationException
, thrown to indicate the user cannot be authenticated because
their password has expired and must be changed.
- ExpiredPasswordAuthenticationException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.auth.ExpiredPasswordAuthenticationException
-
- ExportException - Exception in com.atlassian.bitbucket.migration
-
Runtime exception generated during export phase of migration
- ExportException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
-
- ExportException(KeyedMessage, Object) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
-
- ExportException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
-
- ExportException(KeyedMessage, Object, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ExportException
-
- exportLocation(String) - Method in class com.atlassian.bitbucket.migration.ExportRequest.Builder
-
- ExportRequest - Class in com.atlassian.bitbucket.migration
-
Represents a request to export a set of repositories.
- ExportRequest.Builder - Class in com.atlassian.bitbucket.migration
-
F
- failedRefs(Collection<MinimalRef>) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
-
- Feature - Interface in com.atlassian.bitbucket.server
-
Identifies a feature that can be enabled or disabled through
bitbucket.properties
- FeatureDisabledException - Exception in com.atlassian.bitbucket
-
Base class for exceptions thrown when attempts are made to use features which have been disabled.
- FeatureDisabledException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.FeatureDisabledException
-
- FeatureManager - Interface in com.atlassian.bitbucket.server
-
Provides access to
bitbucket.properties
flags for enabling/disabling various features
.
- FeatureUnavailableException - Exception in com.atlassian.bitbucket
-
Indicates that there has been an attempt to run operation (i.e.
- FeatureUnavailableException(KeyedMessage, Feature) - Constructor for exception com.atlassian.bitbucket.FeatureUnavailableException
-
- FeatureUnsupportedScmException - Exception in com.atlassian.bitbucket.scm
-
Thrown to indicate a requested SCM feature, such as
command builders
or
pull requests
, is not supported by the backing SCM implementation.
- FeatureUnsupportedScmException(KeyedMessage, String, ScmFeature) - Constructor for exception com.atlassian.bitbucket.scm.FeatureUnsupportedScmException
-
- FieldEquals - Annotation Type in com.atlassian.bitbucket.validation.annotation
-
Validate that multiple fields on an object have identical values.
- FieldEqualsValidator - Class in com.atlassian.bitbucket.validation
-
Validate that multiple fields are identical.
- FieldEqualsValidator() - Constructor for class com.atlassian.bitbucket.validation.FieldEqualsValidator
-
- fieldError(String, String) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
-
- fieldErrors(String, String, String...) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
-
- fieldsToString() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
-
Override this to add additional sub-class specific information to
SimpleMinimalRef.toString()
.
- File - Class in com.atlassian.bitbucket.content
-
Represents a file in a source tree.
- File() - Constructor for class com.atlassian.bitbucket.content.File
-
- file(FileCommandParameters, FileContentCallback, PageRequest) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Streams the contents of the
specified file
.
- FileAlreadyExistsException - Exception in com.atlassian.bitbucket.content
-
- FileAlreadyExistsException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.FileAlreadyExistsException
-
- FileCommandParameters - Class in com.atlassian.bitbucket.scm
-
- FileCommandParameters.Builder - Class in com.atlassian.bitbucket.scm
-
- FileContentCallback - Interface in com.atlassian.bitbucket.content
-
A callback for the contents of a file
- FileContentUnmodifiedException - Exception in com.atlassian.bitbucket.content
-
- FileContentUnmodifiedException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.FileContentUnmodifiedException
-
- FileContext - Class in com.atlassian.bitbucket.content
-
- FileContext.Builder - Class in com.atlassian.bitbucket.content
-
- FileEditedEvent - Class in com.atlassian.bitbucket.event.content
-
An event that is raised after a file is edited on the server.
- FileEditedEvent(Object, Repository, Branch, RefChange, String, InputSupplier<InputStream>, String) - Constructor for class com.atlassian.bitbucket.event.content.FileEditedEvent
-
- FileEditHookRequest - Class in com.atlassian.bitbucket.content
-
Request that is provided to
repository-hook
plugin modules when a file is
edited
.
- FileEditHookRequest.Builder - Class in com.atlassian.bitbucket.content
-
- filename(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
-
- FileOutOfDateException - Exception in com.atlassian.bitbucket.content
-
- FileOutOfDateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.content.FileOutOfDateException
-
- FilePermission - Enum in com.atlassian.bitbucket.util
-
Enumerates the different types of
permissions
that can be set on a file.
- FileSummary - Class in com.atlassian.bitbucket.content
-
- FileSummary.Builder - Class in com.atlassian.bitbucket.content
-
- FileTranscodingException - Exception in com.atlassian.bitbucket.content
-
Thrown to indicate that the input content could not be transcoded to the existing file's encoding.
- FileTranscodingException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.content.FileTranscodingException
-
- fileType(DiffFileType) - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
-
- filter(DiffContentFilter) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
-
- filter(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Groups
-
- filter(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Users
-
- filter(DiffContentFilter) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- filter(String) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
Limits the search to the users whose username, name or email address contain the
value
- filter(String) - Method in class com.atlassian.bitbucket.user.UserSearchRequest.Builder
-
Set the filter for the resulting
request
instance.
- FilteredPageImpl<T> - Class in com.atlassian.bitbucket.util
-
An instance of
Page
that supports pagination across an underlying paged collection.
- FilteredPageImpl(PageRequest, int, SortedMap<Integer, T>, boolean) - Constructor for class com.atlassian.bitbucket.util.FilteredPageImpl
-
- filterText(String) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
-
- filterText(String) - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
-
- findAll(PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
-
- findAll(PageRequest) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Retrieves a page of projects which are visible for the current user.
- findAll(PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Find all repositories in the system in the default namespace.
- findAllKeys() - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Retrieves the
keys
for all projects the current user can see.
- findByCurrentUser(PageRequest) - Method in interface com.atlassian.bitbucket.user.RecentlyAccessedRepositoriesService
-
Returns a page of repositories accessed most recently by the current user.
- findByCurrentUser(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.user.RecentlyAccessedRepositoriesService
-
Returns a page of repositories accessed most recently by the current user.
- findById(long) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
- findByLabelable(Labelable, PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
-
- 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 specified origin
.
- findByOwner(ApplicationUser, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a page of
repositories
owned by the specified user
.
- findByPluginKey(String, PageRequest) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
Finds a page of hook scripts which were created by the app with the specified plugin key.
- findByPrefix(String, PageRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
-
- findByProject(Project, PageRequest) - Method in interface com.atlassian.bitbucket.audit.AuditService
-
Retrieves a page of audit events recorded for the specified project.
- findByProjectId(int, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a page of
repositories
in the project with the given id.
- findByProjectKey(String, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
List the names of the repositories in the project with the given key and with a default (null) namespace.
- findByProjectKey(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
List the names of the repositories in the project with the given key and namespace.
- findByProperty(String, String, boolean, PageRequest) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Retrieves all
indexed commits
that have a given property with a specified value.
- findByRepository(Repository, PageRequest) - Method in interface com.atlassian.bitbucket.audit.AuditService
-
Retrieves a page of audit events recorded for the specified repository.
- findGroups(PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a page of groups with full
details
.
- findGroups(PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a page of groups.
- findGroupsByName(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a page of groups with full
details
, optionally filtering the returned results
to those containing the specified groupName
.
- findGroupsByName(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a page of groups, optionally filtering the returned results to those containing the specified
groupName
.
- findGroupsByPrefix(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a page of groups, optionally filtering the returned results to those beginning with the specified
groupPrefix
.
- findGroupsByUser(String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a page of groups which the specified user is a member of.
- findGroupsWithGlobalPermission(String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Retrieves a page of
groups
and their highest global permission.
- findGroupsWithoutGlobalPermission(String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Retrieves a page of groups who have not been explicitly granted any global permission
- findGroupsWithoutProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Retrieves a page of groups who have not been explicitly granted any project permission
- findGroupsWithoutRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Retrieves a page of groups who have not been explicitly granted any repository permission.
- findGroupsWithoutUser(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a page of groups which the specified user is not a member of, with full
details
, optionally filtering the returned results to those containing the specified groupName
.
- findGroupsWithProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Retrieves a page of
groups
and their highest granted permission for the specified project.
- findGroupsWithRepositoryPermission(Repository, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Retrieves a page of
groups
and their highest granted permission for the specified
repository.
- findGroupsWithUser(String, String, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Retrieves a page of groups which the specified user is a member of, with full
details
,
optionally filtering the returned results to those containing the specified groupName
.
- findLicensedUsersWithoutProjectPermission(Project, String, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
- 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 same hierarchy
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.
- FIRST_YEAR_OF_RELEASE - Static variable in class com.atlassian.bitbucket.Product
-
- followRenames(boolean) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
-
- followRenames(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- ForbiddenException - Exception in com.atlassian.bitbucket
-
Indicates that a particular action can not be performed by the current user.
- ForbiddenException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.ForbiddenException
-
- forEach(Consumer<? super T>) - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
-
- forEach(Consumer<? super T>) - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
-
- forEach(Consumer<? super T>) - Method in interface com.atlassian.bitbucket.util.Page
-
Performs an action on each result in the page.
- forEach(Consumer<? super T>) - Method in class com.atlassian.bitbucket.util.PageImpl
-
- fork() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- fork(RepositoryForkRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Create a new repository by forking from an existing repository.
- forkable - Variable in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Deprecated.
will be private in 7.0
- forkable(boolean) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Sets whether the request should mark the repository forkable or not.
- ForkingDisabledException - Exception in com.atlassian.bitbucket.repository
-
- ForkingDisabledException(KeyedMessage, Repository) - Constructor for exception com.atlassian.bitbucket.repository.ForkingDisabledException
-
- forks() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Repo
-
- format(ArchiveFormat) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
-
- format(ArchiveFormat) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
-
- format(ArchiveFormat) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
-
- formatDate(Date, DateFormatter.FormatType) - Method in interface com.atlassian.bitbucket.util.DateFormatter
-
Format the passed date.
- formatInstant(Instant, DateFormatter.FormatType) - Method in interface com.atlassian.bitbucket.util.DateFormatter
-
Format the passed
Instant
.
- formError(String) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
-
- FormErrors - Interface in com.atlassian.bitbucket.validation
-
A container of field and one or more associated errors, to be displayed in a form.
- formErrors(String, String...) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors.Builder
-
- FormValidationException - Exception in com.atlassian.bitbucket.validation
-
Exception to represent possible validation errors.
- FormValidationException(KeyedMessage, FormErrors) - Constructor for exception com.atlassian.bitbucket.validation.FormValidationException
-
- forSegmentType(DiffSegmentType) - Static method in enum com.atlassian.bitbucket.content.DiffFileType
-
Returns the default file type for a given
segmentType
.
- from(String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- from(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
-
- from(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- fromBranch(String) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
-
- fromCommit(MinimalCommit) - Method in class com.atlassian.bitbucket.commit.SimpleChangeset.Builder
-
- fromCommitId(String) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
-
- fromExtension(String) - Static method in enum com.atlassian.bitbucket.content.ArchiveFormat
-
Searches for the format which produces the provided
extension
, case-insensitively.
- fromHash(String) - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
-
- fromHash(String) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
-
- fromHash(String) - Method in class com.atlassian.bitbucket.content.FileEditHookRequest.Builder
-
- fromHash(String) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
-
- fromHash(String) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- fromId(String) - Static method in enum com.atlassian.bitbucket.auth.RememberMeMode
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentAction
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentSeverity
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentState
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.content.DiffFileType
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.content.DiffSegmentType
-
- fromId(String) - Static method in enum com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.hook.script.HookScriptType
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.job.JobMessageSeverity
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.job.JobState
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.permission.Permission
-
Gets a permission by its id.
- fromId(int) - Static method in enum com.atlassian.bitbucket.project.ProjectType
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestAction
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestRole
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.pull.PullRequestState
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.repository.RefChangeType
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.repository.Repository.State
-
Retrieves the state associated with the specified
ID
.
- fromId(String) - Static method in enum com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
-
- fromId(int) - Static method in enum com.atlassian.bitbucket.scope.ScopeType
-
- fromId(String) - Static method in enum com.atlassian.bitbucket.server.ApplicationMode
-
Coerces a string to an
ApplicationMode
or returns the supplied default value if this is not possible
- fromId(int) - Static method in enum com.atlassian.bitbucket.task.TaskState
-
- fromKey(String) - Static method in enum com.atlassian.bitbucket.server.StandardFeature
-
- fromRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
-
- fromRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- fromRef(String, Repository) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- fromRef(RepositoryRef) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.Builder
-
- fromRefId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
- fromRefId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the branch the changes are coming from.
- fromRefIds(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the branches the changes are coming from.
- fromRepository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
- fromRepository(Repository) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
Limits the search by the repository the pull requests are coming from.
- fromRepository(Repository) - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder
-
- fromRepositoryId(Integer) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the repository the changes are coming from.
- fromString(String, CommitListMergeFilter) - Static method in enum com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Coerces a string to a
CommitListMergeFilter
or returns the supplied default value if this is not possible.
- fromString(String) - Static method in enum com.atlassian.bitbucket.content.DiffWhitespace
-
- fromString(String) - Static method in enum com.atlassian.bitbucket.mail.MailProtocol
-
- fromString(String, PullRequestOrder) - Static method in enum com.atlassian.bitbucket.pull.PullRequestOrder
-
Coerces a string to a
PullRequestOrder
or returns the supplied default value if this is not possible.
- fromString(String) - Static method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
-
- fromValueOrNull(String) - Static method in enum com.atlassian.bitbucket.repository.RefOrder
-
Parses the provided
order
, if possible.
- fromWeight(int) - Static method in enum com.atlassian.bitbucket.permission.Permission
-
Gets a permission by its weight.
- FULL_NAME - Static variable in class com.atlassian.bitbucket.Product
-
G
- get(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- get() - Method in interface com.atlassian.bitbucket.auth.AuthenticationService
-
- get() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Get the license of this instance.
- get(Object) - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- get(String) - Method in interface com.atlassian.bitbucket.repository.MetadataMap
-
- getAction() - Method in interface com.atlassian.bitbucket.audit.MinimalAuditEntry
-
- getAction() - Method in class com.atlassian.bitbucket.event.pull.PullRequestEvent
-
- getAction() - Method in interface com.atlassian.bitbucket.pull.PullRequestActivity
-
- getAction() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
-
- getActivities(int, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves a page of the activities for a given pull request.
- getActivitiesById(int, long, Set<Long>) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves the specified activities of the given pull request.
- getActivitiesStartingAt(int, long, PullRequestEntityType, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves the page of activities that start with an entity (given its type and id) for the given pull request.
- getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestActivityEvent
-
- getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentActivityEvent
-
- getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergeActivityEvent
-
- getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopeActivityEvent
-
- getActivity() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedActivityEvent
-
- getAdded() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
-
- getAdded() - Method in interface com.atlassian.bitbucket.repository.DetailedRefChange
-
- getAdded() - Method in class com.atlassian.bitbucket.repository.SimpleDetailedRefChange
-
- getAddedCommits() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
-
- getAddedNode() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeAddedEvent
-
- getAddedParticipants() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionParticipantsUpdatedEvent
-
- getAddedParticipants() - Method in class com.atlassian.bitbucket.event.pull.PullRequestParticipantsUpdatedEvent
-
- getAddedReviewers() - Method in class com.atlassian.bitbucket.event.pull.PullRequestReviewersUpdatedEvent
-
- getAddedReviewers() - Method in interface com.atlassian.bitbucket.pull.PullRequestReviewersUpdatedActivity
-
- getAddress() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
-
- getAffectedGroup() - Method in class com.atlassian.bitbucket.event.permission.PermissionEvent
-
- getAffectedGroup() - Method in interface com.atlassian.bitbucket.event.permission.PermissionGrantedEvent
-
- getAffectedGroup() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModifiedEvent
-
- getAffectedGroup() - Method in interface com.atlassian.bitbucket.event.permission.PermissionRevokedEvent
-
- getAffectedUser() - Method in class com.atlassian.bitbucket.event.permission.PermissionEvent
-
- getAffectedUser() - Method in interface com.atlassian.bitbucket.event.permission.PermissionGrantedEvent
-
- getAffectedUser() - Method in interface com.atlassian.bitbucket.event.permission.PermissionModifiedEvent
-
- getAffectedUser() - Method in interface com.atlassian.bitbucket.event.permission.PermissionRevokedEvent
-
- getAllTranslationsForPrefix(String) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key prefix, this method will return all translations where the key starts with the given prefix as key to
value mappings using the current locale.
- getAllTranslationsForPrefix(String, Locale) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given a property key prefix, this method will return all translations where the key starts with the given prefix as key ->
value mappings.
- getAlternates() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters
-
- getAnchor() - Method in interface com.atlassian.bitbucket.comment.Comment
-
This is a short-hand for
comment.getThread().getAnchor()
- getAnchor() - Method in interface com.atlassian.bitbucket.comment.CommentThread
-
- getAnchor() - Method in interface com.atlassian.bitbucket.task.Task
-
- getAnchorId() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest
-
- getAnchorIds() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest
-
Limit the search to the specified
task anchorIds
- getAnchorState() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
-
- getAnchorType() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest
-
- getApplicationName() - Method in exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
-
- getArchivePath() - Method in class com.atlassian.bitbucket.migration.ImportRequest
-
- getArguments() - Method in interface com.atlassian.bitbucket.hook.HookRequest
-
- getArguments() - Method in class com.atlassian.bitbucket.i18n.I18nKey
-
- getAs(String, Class<T>) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- getAs(String, Class<I>, Class<E>) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
Convenience method to return the property value as an instance of
Iterable
with element type E
.
- getAs(String, Class<T>) - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- getAs(String, Class<I>, Class<E>) - Method in class com.atlassian.bitbucket.property.PropertyMap
-
Convenience method to return the property value as an instance of
Iterable
with element type E
.
- getAsString() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Get the encoded license for this instance.
- getAtObject() - Method in exception com.atlassian.bitbucket.content.NoSuchPathException
-
- getAttachments() - Method in class com.atlassian.bitbucket.mail.MailMessage
-
- getAuthenticationMethod() - Method in class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
-
- getAuthenticationUri() - Method in exception com.atlassian.bitbucket.auth.AuthenticationRequiredException
-
- getAuthor() - Method in interface com.atlassian.bitbucket.comment.Comment
-
- getAuthor() - Method in interface com.atlassian.bitbucket.commit.Commit
-
- getAuthor() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
-
- getAuthor() - Method in interface com.atlassian.bitbucket.content.Blame
-
The author who last updated the lines in the span.
- getAuthor() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- getAuthor() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
-
- getAuthor() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
-
- getAuthor() - Method in class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
-
- getAuthor() - Method in interface com.atlassian.bitbucket.task.Task
-
- getAuthorTimestamp() - Method in interface com.atlassian.bitbucket.commit.Commit
-
- getAuthorTimestamp() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
-
- getAuthorTimestamp() - Method in interface com.atlassian.bitbucket.content.Blame
-
The timestamp at which the author committed the revision.
- getAuthorTimestamp() - Method in interface com.atlassian.bitbucket.idx.IndexedCommit
-
- getAvailable() - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves the set of
available SCMs
.
- getAvatar(String) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Returns a supplier of an avatar for this hook, either one specified in the module or a default.
- getAvatar() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest
-
- getAvatar(int, int) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
Retrieves the current avatar for the specified project at a requested size.
- getAvatar(ApplicationUser, int) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves the current avatar for the specified user at a requested size.
- getAvatarUri() - Method in class com.atlassian.bitbucket.project.ProjectCreateRequest
-
- getBaseRef() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest
-
- getBaseUrl() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Retrieves the configured base URL for the instance.
- getBatchSize() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
-
- getBcc() - Method in class com.atlassian.bitbucket.mail.MailMessage
-
- getBlame(Repository, String, String, PageRequest) - Method in interface com.atlassian.bitbucket.content.ContentService
-
Returns
Blame
for the lines included by the provided PageRequest
for the specified objectId+path
in the specified repository.
- getBoolean(String) - Method in interface com.atlassian.bitbucket.setting.Settings
-
- getBoolean(String, boolean) - Method in interface com.atlassian.bitbucket.setting.Settings
-
- getBranch() - Method in class com.atlassian.bitbucket.content.EditFileRequest
-
- getBranch() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
-
- getBranch() - Method in class com.atlassian.bitbucket.event.branch.BranchChangedEvent
-
- getBranch() - Method in class com.atlassian.bitbucket.event.branch.BranchHookRequest
-
- getBranch() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
-
- getBranches(RepositoryBranchesRequest, PageRequest) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Retrieves a paged list of
branches
for the specified repository, optionally filtered by the
provided starting text.
- getBranchId() - Method in exception com.atlassian.bitbucket.repository.NoSuchBranchException
-
Retrieves the missing branch ID.
- getBranchId() - Method in class com.atlassian.bitbucket.scm.UpdateDefaultBranchCommandParameters
-
- getBranchIds() - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest
-
- getBranchIds() - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters
-
- getBranchName() - Method in exception com.atlassian.bitbucket.repository.NoDefaultBranchException
-
Retrieves the name of the branch which is configured as the default branch in the repository.
- getBrowseUrl() - Method in class com.atlassian.bitbucket.content.Submodule
-
- getBucketedExecutor(String, BucketedExecutorSettings<T>) - Method in interface com.atlassian.bitbucket.concurrent.ConcurrencyService
-
Retrieves a
BucketedExecutor
by name, or creates a new one if it does not already exists.
- getBucketIdExtractor() - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings
-
- getBuildNumber() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getBuildTimestamp() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getBuildVersion() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getBulkContentCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmBulkContentCommandFactory
, used to create commands
for retrieving
bulk data from the SCM.
- getById(long) - Method in interface com.atlassian.bitbucket.hook.script.HookScriptService
-
- getById(long) - Method in interface com.atlassian.bitbucket.job.JobService
-
Gets a
Job
by its ID
- getById(int) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
- getById(int) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
-
- getById(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves a pull request by its ID, within the specified repository.
- getById(int, long) - Method in interface com.atlassian.bitbucket.pull.PullRequestSupplier
-
Retrieves a pull request by its ID, within the specified repository.
- getById(int) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a
Repository
by its ID
.
- getById(int) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
-
Retrieves a
Repository
by its ID
.
- getById(long) - Method in interface com.atlassian.bitbucket.task.TaskService
-
Get a task by its ID.
- getByKey(Scope, String) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Find an effective installed hook with the specified key enabled status for this scope.
- getByKey(String) - Method in interface com.atlassian.bitbucket.project.ProjectService
-
- getByKey(String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
-
- getByKey(String, String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
-
- 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
-
- getByName(String, String) - Method in interface com.atlassian.bitbucket.project.ProjectSupplier
-
- getBySlug(String, String) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a
Repository
by its slug
.
- getBySlug(String, String, String) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves a
Repository
by its slug
.
- getBySlug(String, String) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
-
Retrieves a
Repository
by its slug
.
- getBySlug(String, String, String) - Method in interface com.atlassian.bitbucket.repository.RepositorySupplier
-
Retrieves a
Repository
by its slug
.
- getBytesRead() - Method in interface com.atlassian.bitbucket.request.RequestContext
-
- getBytesWritten() - Method in interface com.atlassian.bitbucket.request.RequestContext
-
- getCacheDir() - Method in interface com.atlassian.bitbucket.server.StorageService
-
- getCancelMessages() - Method in exception com.atlassian.bitbucket.RequestCanceledException
-
- getCauses() - Method in exception com.atlassian.bitbucket.user.UserErasureException
-
- getCc() - Method in class com.atlassian.bitbucket.mail.MailMessage
-
- getChangeDate() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
-
- getChanges() - Method in interface com.atlassian.bitbucket.commit.Changeset
-
- getChanges(ChangesRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a page of
changes
between two commits.
- getChanges() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset
-
- getChanges() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandParameters
-
- getChangeScope() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest
-
Specifies the scope of the changes to be streamed.
- getChangesets(ChangesetsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves changesets for each of the requested
ChangesetsRequest.getCommitIds()
commits}, including the
first page of changes between each commit and its first parent.
- getChangesSince() - Method in class com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest
-
All pull request suggestions are based on some form of activity/change that has occurred.
- getChangeType() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
-
- getChannels() - Method in class com.atlassian.bitbucket.event.audit.AuditEvent
-
- getChildren() - Method in interface com.atlassian.bitbucket.content.DirectoryRevision
-
- getCloneLinks() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
-
- getCloneLinks(RepositoryCloneLinksRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Retrieves
links
that can be used to clone the supplied
repository
via the repository's SCM's
supported protocols.
- getClosedDate() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- getClosedSince() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for pull requests in the closed state (i.e.
- getCommand() - Method in exception com.atlassian.bitbucket.scm.CommandUsageException
-
- getCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmCommandFactory
, used to create commands
for performing standard SCM
operations such as retrieving commits and viewing diffs.
- getComment(long) - Method in interface com.atlassian.bitbucket.comment.CommentService
-
Find a comment with the given ID
- getComment() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionCommentActivity
-
- getComment() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
-
- getComment() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
-
- getComment() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
-
- getComment() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
-
- getComment() - Method in class com.atlassian.bitbucket.pull.PullRequestDeclineRequest
-
- getCommentable() - Method in class com.atlassian.bitbucket.comment.AddCommentRequest
-
- getCommentable() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
-
- getCommentable() - Method in interface com.atlassian.bitbucket.comment.CommentThread
-
- getCommentAction() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionCommentActivity
-
- getCommentAction() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionCommentEvent
-
- getCommentAction() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCancelableCommentEvent
-
- getCommentAction() - Method in class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
-
- getCommentAction() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
-
- getCommentActions() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
-
Limits the comment activities to the ones performing the specified comment actions.
- getCommentId() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
-
- getCommentIds() - Method in interface com.atlassian.bitbucket.content.DiffLine
-
- getCommentIds() - Method in class com.atlassian.bitbucket.pull.PullRequestActivitySearchRequest
-
Limits the comment activities to the ones affecting the specified comments.
- getComments() - Method in interface com.atlassian.bitbucket.comment.Comment
-
- getCommit(CommitRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a commit based on te provided
request
.
- getCommit() - Method in interface com.atlassian.bitbucket.commit.graph.CommitGraphNode
-
- getCommit() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
-
- getCommit(String) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
Retrieves the specified commit if it's been indexed.
- getCommit() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeActivity
-
- getCommitDisplayId() - Method in interface com.atlassian.bitbucket.content.Blame
-
A shorted version of the commit hash for the revision, suitable for display.
- getCommitHash() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getCommitId() - Method in class com.atlassian.bitbucket.commit.AbstractCommitRequest
-
- getCommitId() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussion
-
- getCommitId() - Method in class com.atlassian.bitbucket.commit.CommitDiscussionRequest
-
- getCommitId() - Method in class com.atlassian.bitbucket.commit.CommitRequest
-
- getCommitId() - Method in class com.atlassian.bitbucket.commit.CommitsRequest
-
- getCommitId() - Method in class com.atlassian.bitbucket.commit.LastModifiedContext
-
- getCommitId() - Method in class com.atlassian.bitbucket.commit.LastModifiedRequest
-
Retrieves the starting commit to use.
- getCommitId() - Method in exception com.atlassian.bitbucket.commit.NoSuchCommitException
-
Retrieves the ID for which no matching commit was found.
- getCommitId() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
-
- getCommitId() - Method in interface com.atlassian.bitbucket.content.Blame
-
The full commit hash for the revision.
- getCommitId() - Method in class com.atlassian.bitbucket.content.ContentTreeContext
-
- getCommitId() - Method in interface com.atlassian.bitbucket.content.DirectoryRevision
-
- getCommitId() - Method in class com.atlassian.bitbucket.content.FileContext
-
- getCommitId() - Method in class com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest
-
Limits the search to pull requests that contain or created (in the case of a rebase/squash merge) the
specified commit ID.
- getCommitId() - Method in class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
-
- getCommitId() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
-
- getCommitIds() - Method in class com.atlassian.bitbucket.commit.ChangesetsRequest
-
- getCommitIds() - Method in class com.atlassian.bitbucket.commit.CommonAncestorRequest
-
- getCommitIds() - Method in class com.atlassian.bitbucket.scm.ChangesetsCommandParameters
-
- getCommitIds() - Method in class com.atlassian.bitbucket.scm.CommonAncestorCommandParameters
-
- getCommits() - Method in class com.atlassian.bitbucket.commit.BulkCommitsRequest
-
- getCommits(CommitsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return
commits which modify one or more paths.
- getCommits(PullRequestCommitsRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves a page of the commits for a given pull request.
- getCommits(int, long, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Deprecated.
in 6.0 for removal in 7.0. Use
PullRequestService.getCommits(PullRequestCommitsRequest, PageRequest)
instead
- getCommits() - Method in interface com.atlassian.bitbucket.pull.RescopeDetails
-
- getCommits() - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails
-
- getCommits() - Method in interface com.atlassian.bitbucket.repository.RefChangeDetails
-
Returns a list of commits associated with this
RefChangeDetails
.
- getCommits() - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails
-
- getCommits() - Method in class com.atlassian.bitbucket.scm.bulk.BulkCommitsCommandParameters
-
- getCommitsBetween(CommitsBetweenRequest, PageRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves a page of commits between the
included commits
and the
excluded commits
.
- getCommitSummaries() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
-
- getCommitSummaries() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
-
- getCommitSummaries() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
-
- getCommitter() - Method in interface com.atlassian.bitbucket.commit.Commit
-
- getCommitter() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
-
- getCommitter() - Method in interface com.atlassian.bitbucket.content.Blame
-
The committer who last updated the lines in the span.
- getCommitter() - Method in class com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
-
- getCommitterTimestamp() - Method in interface com.atlassian.bitbucket.commit.Commit
-
- getCommitterTimestamp() - Method in class com.atlassian.bitbucket.commit.SimpleCommit
-
- getCommitterTimestamp() - Method in interface com.atlassian.bitbucket.content.Blame
-
The timestamp at which the committer created the revision.
- getCommonAncestor(CommonAncestorRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieves the common ancestor for the provided commits
- getCommonRoot(SimplePath) - Method in class com.atlassian.bitbucket.content.SimplePath
-
- getCompareCommandFactory(CompareRequest) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmCompareCommandFactory
, used to create commands
tailored for
comparing refs.
- getComponent(int) - Method in class com.atlassian.bitbucket.content.SimplePath
-
- getComponents() - Method in interface com.atlassian.bitbucket.content.Path
-
- getComponents() - Method in class com.atlassian.bitbucket.content.SimplePath
-
- getConfigDir() - Method in interface com.atlassian.bitbucket.server.StorageService
-
- getConfigFormKey() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
-
- getConflict() - Method in interface com.atlassian.bitbucket.content.Change
-
Retrieves conflict information, if any, related to this change.
- getConflictMarker() - Method in interface com.atlassian.bitbucket.content.DiffLine
-
- getContent() - Method in class com.atlassian.bitbucket.content.EditFileRequest
-
- getContent() - Method in class com.atlassian.bitbucket.content.FileEditHookRequest
-
- getContent() - Method in class com.atlassian.bitbucket.event.content.FileEditedEvent
-
- getContent() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
-
- getContent() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
-
- getContent() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
-
- getContentId() - Method in interface com.atlassian.bitbucket.content.Change
-
An identifier for the content which was changed.
- getContentId() - Method in interface com.atlassian.bitbucket.content.ContentTreeNode
-
- getContentId() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
-
- getContentType() - Method in class com.atlassian.bitbucket.avatar.AbstractAvatarSupplier
-
- getContentType() - Method in interface com.atlassian.bitbucket.avatar.AvatarSupplier
-
The content type of the avatar, e.g., "image/png"
- getContentType() - Method in class com.atlassian.bitbucket.avatar.DelegatingCacheableAvatarSupplier
-
- getContext() - Method in interface com.atlassian.bitbucket.content.DiffHunk
-
Retrieves the context snippet for the hunk, which may be
empty()
depending on the SCM's ability to
detect it.
- getContext() - Method in class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
-
- getContext() - Method in class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
-
- getContext() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
-
Retrieves any additional context that was supplied to the request.
- getContext() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
-
- getContext() - Method in class com.atlassian.bitbucket.pull.PullRequestMergeRequest
-
Retrieves additional supplementary context for the merge request.
- getContext() - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest
-
- getContext() - Method in class com.atlassian.bitbucket.scm.pull.PullRequestMergeCommandParameters
-
- getContextLines() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
-
Retrieves the numbers of context lines to show around added and removed lines.
- getContextLines() - Method in class com.atlassian.bitbucket.content.DiffContext
-
- getContextLines() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
Retrieves the numbers of context lines to show around added and removed lines.
- getContextLines() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
-
- getCount(TaskState) - Method in interface com.atlassian.bitbucket.task.TaskCount
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.activity.Activity
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.comment.Comment
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.comment.CommentThread
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.job.JobMessage
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- getCreatedDate() - Method in interface com.atlassian.bitbucket.task.Task
-
- getCssModuleKey() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
-
- getCurrentNodes() - Method in class com.atlassian.bitbucket.event.cluster.ClusterMembershipEvent
-
Retrieves the current set of
cluster nodes
at the time the event was raised.
- getCurrentUser() - Method in interface com.atlassian.bitbucket.auth.AuthenticationContext
-
- getCurrentVersion() - Method in exception com.atlassian.bitbucket.EntityOutOfDateException
-
- getData() - Method in class com.atlassian.bitbucket.markup.RenderContext
-
- getDataDir() - Method in interface com.atlassian.bitbucket.server.StorageService
-
- getDate() - Method in class com.atlassian.bitbucket.event.ApplicationEvent
-
- getDate() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeEvent
-
- getDateDisconnected() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
-
- getDateReconnected() - Method in class com.atlassian.bitbucket.event.cluster.ClusterNodeRejoinedEvent
-
- getDefaultBranch(Repository) - Method in interface com.atlassian.bitbucket.repository.RefService
-
Retrieves the default branch for the specified repository.
- getDefaultExtension() - Method in enum com.atlassian.bitbucket.content.ArchiveFormat
-
- getDefaultOrder() - Static method in enum com.atlassian.bitbucket.pull.PullRequestOrder
-
- getDefaultStrategy() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeConfig
-
Retrieves the default strategy, which will be used automatically when merging pull requests if an
explicit strategy
is not requested.
- getDefaultStrategyId() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
-
- getDefaultTimeZone() - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
-
- getDeletedUser() - Method in class com.atlassian.bitbucket.event.user.UserCleanupEvent
-
- getDescription() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
-
- getDescription() - Method in interface com.atlassian.bitbucket.hook.script.HookScript
-
Retrieves the script's description.
- getDescription() - Method in class com.atlassian.bitbucket.hook.script.HookScriptCreateRequest
-
- getDescription() - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest
-
- getDescription() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest
-
- getDescription() - Method in interface com.atlassian.bitbucket.project.Project
-
- getDescription() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- getDescription() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
-
- getDescription() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
-
Retrieves a short, descriptive summary of how the strategy performs merges, which can be used to help
choose between available strategies.
- getDescription() - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest
-
- getDescription() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest
-
The description for the repository.
- getDescription() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the repository's description.
- getDestination() - Method in interface com.atlassian.bitbucket.content.Diff
-
Retrieves the path for the changed file.
- getDestination() - Method in interface com.atlassian.bitbucket.content.DiffLine
-
- getDestinationLine() - Method in interface com.atlassian.bitbucket.content.DiffHunk
-
- getDestinationSpan() - Method in interface com.atlassian.bitbucket.content.DiffHunk
-
- getDetailedMessage() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookVeto
-
- getDetailedMessage() - Method in class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookVeto
-
- getDetails() - Method in interface com.atlassian.bitbucket.audit.MinimalAuditEntry
-
- getDetails() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHook
-
- getDetails() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
-
- getDiff() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionCommentActivity
-
- getDiff() - Method in interface com.atlassian.bitbucket.pull.PullRequestCommentActivity
-
- getDiffType() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
-
- getDiffType() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
- getDiffType() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
- getDiffTypes() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
-
- getDirectoryName() - Method in interface com.atlassian.bitbucket.user.DetailedUser
-
Retrieves the name of the underlying directory in which this user is stored.
- getDiscussion() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionActivity
-
- getDiscussion() - Method in interface com.atlassian.bitbucket.commit.CommitDiscussionParticipant
-
- getDiscussion(CommitDiscussionRequest) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Retrieve a
commit discussion
matching the provided request.
- getDiscussion() - Method in class com.atlassian.bitbucket.event.commit.CommitDiscussionEvent
-
- getDisplayId() - Method in interface com.atlassian.bitbucket.commit.MinimalCommit
-
An identifier for this commit suitable for display to end users.
- getDisplayId() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
-
- getDisplayId() - Method in interface com.atlassian.bitbucket.repository.MinimalRef
-
An identifier for this reference suitable for display to end users.
- getDisplayId() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
-
- getDisplayName() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
Gets the display name of the current instance.
- getDisplayName() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
-
- getDisplayName() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
-
- getDouble(String) - Method in interface com.atlassian.bitbucket.setting.Settings
-
- getDouble(String, double) - Method in interface com.atlassian.bitbucket.setting.Settings
-
- getDuration() - Method in class com.atlassian.bitbucket.event.user.UserErasedEvent
-
- getDuration() - Method in class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
-
- getDuration() - Method in interface com.atlassian.bitbucket.request.RequestContext
-
- getEmailAddress() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
-
- getEmailAddress() - Method in interface com.atlassian.bitbucket.user.Person
-
Retrieves the person's e-mail address.
- getEnabledStrategyIds() - Method in class com.atlassian.bitbucket.pull.SetPullRequestMergeConfigRequest
-
- getEnd() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
-
- getEndDate() - Method in interface com.atlassian.bitbucket.job.Job
-
- getEntireProjectSelectedCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent
-
- getEntry() - Method in class com.atlassian.bitbucket.event.audit.AuditEvent
-
- getEnvironment() - Method in interface com.atlassian.bitbucket.hook.HookRequest
-
- getEnvironment() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- getErrorCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
-
- getErrors(String) - Method in interface com.atlassian.bitbucket.validation.FormErrors
-
- getErrors() - Method in exception com.atlassian.bitbucket.validation.FormValidationException
-
- getErrors(String) - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
-
- getErrorsByParticipantName() - Method in exception com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
-
- getException() - Method in class com.atlassian.bitbucket.event.auth.AuthenticationFailureEvent
-
- getExcludes() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest
-
Retrieves commits, which may be identified by branch or tag name or by hash, which should be excluded from
the results.
- getExcludes() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest
-
- getExcludes() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
- getExecutable() - Method in interface com.atlassian.bitbucket.content.Change
-
The executable permission for the file after the
change
.
- getExistingPullRequest() - Method in exception com.atlassian.bitbucket.pull.DuplicatePullRequestException
-
- getExpectedVersion() - Method in exception com.atlassian.bitbucket.EntityOutOfDateException
-
- getExportJob(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Retrieves the export job.
- getExportLocation() - Method in class com.atlassian.bitbucket.migration.ExportRequest
-
- getExtendedCommandFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmExtendedCommandFactory
, used to create commands for extended SCM functionality.
- getExtension() - Method in interface com.atlassian.bitbucket.content.Path
-
- getExtension() - Method in class com.atlassian.bitbucket.content.SimplePath
-
- getExtensions() - Method in enum com.atlassian.bitbucket.content.ArchiveFormat
-
- getFailedChanges() - Method in exception com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException
-
- getFailedRefs() - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
-
- getFeature() - Method in exception com.atlassian.bitbucket.FeatureUnavailableException
-
- getFeature() - Method in exception com.atlassian.bitbucket.scm.FeatureUnsupportedScmException
-
The feature which was requested but is not supported.
- getFieldErrors() - Method in interface com.atlassian.bitbucket.validation.FormErrors
-
- getFieldErrors() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
-
- getFileName() - Method in interface com.atlassian.bitbucket.content.Blame
-
The name the file had when the lines in the span were updated, which may not match the file's current name.
- getFileName() - Method in class com.atlassian.bitbucket.mail.MailAttachment
-
- getFileType() - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest
-
- getFileType() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
File type this anchor is anchored to in a diff.
- getFilter() - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest
-
- getFilter() - Method in class com.atlassian.bitbucket.idx.IndexSearchRequest
-
- getFilter() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
- getFilter() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
-
When set, limits the search to the users whose username, name or email address contain the
filter
value.
- getFilter() - Method in enum com.atlassian.bitbucket.pull.PullRequestRole
-
- getFilter() - Method in class com.atlassian.bitbucket.user.UserSearchRequest
-
When set, limits returned
users
to only those whose
display names
, e-mail addresses
or usernames
contain the provided filter.
- getFilterText() - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
-
- getFilterText() - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters
-
- getFinalState() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
-
- getFlag() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
-
Retrieves a well-known flag, or combination of flags, associated with the strategy, which may be helpful
in associating the strategy with the behavior of a command line client.
- getForkIds() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletedEvent
-
- getForkIds() - Method in class com.atlassian.bitbucket.event.repository.RepositoryDeletionRequestedEvent
-
- getFormat() - Method in class com.atlassian.bitbucket.content.ArchiveRequest
-
Retrieves the format to create the archive in.
- getFormat() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
-
- getFormatString(String) - Method in interface com.atlassian.bitbucket.util.DateFormatter
-
- getFormErrors() - Method in interface com.atlassian.bitbucket.validation.FormErrors
-
- getFormErrors() - Method in class com.atlassian.bitbucket.validation.SimpleFormErrors
-
- getFrom() - Method in class com.atlassian.bitbucket.mail.MailMessage
-
- getFrom() - Method in exception com.atlassian.bitbucket.scm.MergeException
-
- getFromBranch() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
-
- getFromCommit() - Method in interface com.atlassian.bitbucket.commit.Changeset
-
- getFromCommit() - Method in class com.atlassian.bitbucket.commit.SimpleChangeset
-
- getFromCommitId() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
-
Retrieves the specific commit that should be merged into the
target branch
.
- getFromContentId() - Method in interface com.atlassian.bitbucket.content.Change
-
An identifier from which the content was changed.
- getFromHash() - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest
-
- getFromHash() - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest
-
- getFromHash() - Method in interface com.atlassian.bitbucket.comment.CommentThreadDiffAnchor
-
- getFromHash() - Method in class com.atlassian.bitbucket.content.ChangeContext
-
- getFromHash() - Method in class com.atlassian.bitbucket.content.DiffContext
-
- getFromHash() - Method in interface com.atlassian.bitbucket.pull.PullRequestRescopeActivity
-
- getFromHash() - Method in interface com.atlassian.bitbucket.repository.RefChange
-
- getFromHash() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
-
- getFromRef() - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest
-
- getFromRef() - Method in class com.atlassian.bitbucket.compare.CompareRequest
-
- getFromRef() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
-
- getFromRef() - Method in interface com.atlassian.bitbucket.hook.repository.MergeHookRequest
-
- getFromRef() - Method in interface com.atlassian.bitbucket.hook.repository.PullRequestMergeHookRequest
-
- getFromRef() - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest
-
- getFromRef() - Method in class com.atlassian.bitbucket.hook.repository.SimplePullRequestMergeHookRequest
-
- getFromRef() - Method in exception com.atlassian.bitbucket.pull.EmptyPullRequestException
-
- getFromRef() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- getFromRefId() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
-
- getFromRefIds() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for by the branches the changes are coming from.
- getFromRepository() - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest
-
- getFromRepository() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
-
When set, limits the search by the repository the pull requests are coming from.
- getFromRepository() - Method in class com.atlassian.bitbucket.scm.MergeCommandParameters
-
- getFromRepositoryId() - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
When set, limits the pull requests to search for by the repository the changes are coming from.
- getFullMention() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
-
- getFullUnescapedMention() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
-
- getGlobalPermissions() - Static method in enum com.atlassian.bitbucket.permission.Permission
-
Gets all the global permissions.
- getGrantedGroups(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Get the groups which are granted a permission
- getGrantedUsers(Permission, PageRequest) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Get the users which are granted a permission
- getGroup() - Method in class com.atlassian.bitbucket.event.user.GroupCleanupEvent
-
- getGroup() - Method in interface com.atlassian.bitbucket.permission.PermittedGroup
-
Retrieves the group to which the permission has been granted.
- getGroup() - Method in class com.atlassian.bitbucket.user.UserSearchRequest
-
When set, limits returned
users
to only those who are members of the specified group.
- getGroupName() - Method in exception com.atlassian.bitbucket.user.NoSuchGroupException
-
Retrieves the name of the group which was requested but not found.
- getGroupPermissions() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest
-
Retrieves the
permissions
granted to members of the owning group.
- getGroups() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
-
- getHardwrap() - Method in class com.atlassian.bitbucket.markup.RenderContext
-
- getHash() - Method in interface com.atlassian.bitbucket.repository.Tag
-
The hash for the tag itself.
- getHeaders() - Method in class com.atlassian.bitbucket.mail.MailMessage
-
- getHierarchyId() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the unique identifier for the hierarchy of forks to which this repository belongs.
- getHighestGlobalGroupPermission(String) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Get the highest global permission for a group.
- getHighestGlobalPermission(ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Get the highest global permission for a user.
- getHighestGlobalPermission(String) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Get the highest global permission for a user.
- getHomeDir() - Method in interface com.atlassian.bitbucket.server.StorageService
-
- getHookHandlerFactory(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves a
ScmHookHandlerFactory
, used to create hook
handlers
that manage scm hook callbacks.
- getHookKey() - Method in class com.atlassian.bitbucket.hook.repository.AbstractUpdateRepositoryHookRequest
-
- getHookName() - Method in interface com.atlassian.bitbucket.hook.HookRequest
-
- getHookName() - Method in interface com.atlassian.bitbucket.hook.ScmHookDetails
-
- getHookScript() - Method in class com.atlassian.bitbucket.hook.script.HookScriptEvent
-
- getHostname() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
-
- getHref() - Method in interface com.atlassian.bitbucket.util.NamedLink
-
- getHref() - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
-
- getHtmlEscaped() - Method in class com.atlassian.bitbucket.markup.RenderContext
-
- getHunks() - Method in interface com.atlassian.bitbucket.content.Diff
-
Retrieves a list containing zero or more
hunks
describing the changed lines
within the file.
- getI18n() - Method in enum com.atlassian.bitbucket.permission.Permission
-
- getId() - Method in interface com.atlassian.bitbucket.activity.Activity
-
- getId() - Method in enum com.atlassian.bitbucket.auth.RememberMeMode
-
- getId() - Method in exception com.atlassian.bitbucket.avatar.NoSuchAvatarException
-
- getId() - Method in interface com.atlassian.bitbucket.cluster.ClusterNode
-
Retrieves a cluster-wide unique identifier for this node.
- getId() - Method in interface com.atlassian.bitbucket.comment.Comment
-
- getId() - Method in enum com.atlassian.bitbucket.comment.CommentAction
-
- getId() - Method in enum com.atlassian.bitbucket.comment.CommentSeverity
-
- getId() - Method in enum com.atlassian.bitbucket.comment.CommentState
-
- getId() - Method in interface com.atlassian.bitbucket.comment.CommentThread
-
- getId() - Method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
- getId() - Method in interface com.atlassian.bitbucket.commit.MinimalCommit
-
An identifier for this commit which may be passed to the system in order to retrieve more information related
to it.
- getId() - Method in class com.atlassian.bitbucket.commit.SimpleMinimalCommit
-
- getId() - Method in class com.atlassian.bitbucket.compare.CompareRef
-
- getId() - Method in enum com.atlassian.bitbucket.content.DiffFileType
-
- getId() - Method in enum com.atlassian.bitbucket.content.DiffSegmentType
-
- getId() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookTrigger
-
- getId() - Method in enum com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
- getId() - Method in enum com.atlassian.bitbucket.hook.script.HookScriptType
-
- getId() - Method in interface com.atlassian.bitbucket.hook.script.MinimalHookScript
-
Retrieves the script's globally unique ID.
- getId() - Method in exception com.atlassian.bitbucket.hook.script.NoSuchHookScriptException
-
- getId() - Method in interface com.atlassian.bitbucket.idx.IndexedCommit
-
- getId() - Method in interface com.atlassian.bitbucket.job.Job
-
- getId() - Method in interface com.atlassian.bitbucket.job.JobMessage
-
- getId() - Method in enum com.atlassian.bitbucket.job.JobMessageSeverity
-
- getId() - Method in enum com.atlassian.bitbucket.job.JobState
-
- getId() - Method in enum com.atlassian.bitbucket.permission.Permission
-
- getId() - Method in interface com.atlassian.bitbucket.project.Project
-
- getId() - Method in enum com.atlassian.bitbucket.project.ProjectType
-
- getId() - Method in class com.atlassian.bitbucket.project.ProjectUpdateRequest
-
- getId() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestAction
-
- getId() - Method in interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
-
Retrieves the strategy's unique identifier, which is used to
request the strategy
when merging a pull request.
- getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
- getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestRole
-
- getId() - Method in enum com.atlassian.bitbucket.pull.PullRequestState
-
- getId() - Method in interface com.atlassian.bitbucket.repository.MinimalRef
-
The absolute identifier of this reference, which should never be ambiguous within the backing
Repository
.
- getId() - Method in enum com.atlassian.bitbucket.repository.RefChangeType
-
- getId() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the repository's ID, which represents its primary key.
- getId() - Method in enum com.atlassian.bitbucket.repository.Repository.State
-
Retrieves a unique identifier for this state.
- getId() - Method in class com.atlassian.bitbucket.repository.RepositoryUpdateRequest
-
Retrieves the
ID
of the repository to update.
- getId() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
-
- getId() - Method in interface com.atlassian.bitbucket.request.RequestContext
-
Returns a highly unique (though not guaranteeably unique) request ID.
- getId() - Method in interface com.atlassian.bitbucket.scm.AvailableScm
-
- getId() - Method in interface com.atlassian.bitbucket.scm.signed.SignableObjectType
-
- getId() - Method in enum com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
-
- getId() - Method in enum com.atlassian.bitbucket.scope.ScopeType
-
- getId() - Method in enum com.atlassian.bitbucket.server.ApplicationMode
-
- getId() - Method in interface com.atlassian.bitbucket.task.Task
-
- getId() - Method in interface com.atlassian.bitbucket.task.TaskAnchor
-
- getId() - Method in enum com.atlassian.bitbucket.task.TaskState
-
- getId() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
-
- getId() - Method in class com.atlassian.bitbucket.user.ServiceUserUpdateRequest
-
- getImplyingPermissions() - Method in enum com.atlassian.bitbucket.permission.Permission
-
Get the set of permissions that inherit this permission (excluding this permission).
- getImportJob(long) - Method in interface com.atlassian.bitbucket.migration.MigrationService
-
Retrieves the import job.
- getIncludeHeadingId() - Method in class com.atlassian.bitbucket.markup.RenderContext
-
- getIncludes() - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest
-
Retrieves commits, which may be identified by branch or tag name or by hash, which should be included in the
results.
- getIncludes() - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest
-
- getIncludes() - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest
-
- getIncludes() - Method in class com.atlassian.bitbucket.scm.bulk.BulkTraverseCommitsCommandParameters
-
- getIncludes() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
- getInfoCount() - Method in class com.atlassian.bitbucket.migration.event.MigrationExportFinishedEvent
-
- getInformation() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
-
- getInheritedPermissions() - Method in enum com.atlassian.bitbucket.permission.Permission
-
Gets all permissions this permission inherits.
- getInheritingPermissions() - Method in enum com.atlassian.bitbucket.permission.Permission
-
Gets all permissions that inherit this permission (including this permission).
- getInitiator() - Method in interface com.atlassian.bitbucket.job.Job
-
- getInitiator() - Method in class com.atlassian.bitbucket.job.JobCreationRequest
-
- getInput() - Method in interface com.atlassian.bitbucket.hook.HookRequest
-
- getInt(String) - Method in interface com.atlassian.bitbucket.setting.Settings
-
- getInt(String, int) - Method in interface com.atlassian.bitbucket.setting.Settings
-
- getIsDefault() - Method in interface com.atlassian.bitbucket.repository.Branch
-
Indicates whether this branch is the default branch for the repository.
- getIsFirstPage() - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityPage
-
- getIsFirstPage() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
-
- getIsLastPage() - Method in class com.atlassian.bitbucket.pull.SimplePullRequestActivityPage
-
- getIsLastPage() - Method in class com.atlassian.bitbucket.util.FilteredPageImpl
-
- getIsLastPage() - Method in interface com.atlassian.bitbucket.util.Page
-
- getIsLastPage() - Method in class com.atlassian.bitbucket.util.PageImpl
-
- getJdbcDriver() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getJdbcDriverVersion() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getJdbcUrl() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getJob() - Method in interface com.atlassian.bitbucket.job.JobMessage
-
- getJob() - Method in class com.atlassian.bitbucket.job.JobMessageCreationRequest
-
- getJob() - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest
-
- getJob() - Method in class com.atlassian.bitbucket.job.JobUpdateRequest
-
- getJobId() - Method in class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
-
- getJobId() - Method in class com.atlassian.bitbucket.migration.MigrationJobMessageSearchRequest
-
- getJvmTimeZone() - Method in interface com.atlassian.bitbucket.timezone.TimeZoneService
-
- getKey() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookDetails
-
- getKey() - Method in class com.atlassian.bitbucket.i18n.I18nKey
-
- getKey() - Method in class com.atlassian.bitbucket.i18n.KeyedMessage
-
- getKey() - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest
-
- getKey() - Method in interface com.atlassian.bitbucket.project.Project
-
- getKey() - Method in interface com.atlassian.bitbucket.server.Feature
-
- getKey() - Method in class com.atlassian.bitbucket.server.SimpleFeature
-
- getKey() - Method in enum com.atlassian.bitbucket.server.StandardFeature
-
- getKey() - Method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
-
- getKeyedMessage() - Method in exception com.atlassian.bitbucket.ServiceException
-
- getKeyedText(I18nKey) - Method in interface com.atlassian.bitbucket.i18n.I18nService
-
Given an
I18nKey
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.
- 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 specified Path
, in
milliseconds.
- getLastReviewedCommit() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
-
- 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.
- 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
-
- 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.commit.CommitRequest
-
- 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.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.
- getMentionedUsers(CharSequence, int) - Method in interface com.atlassian.bitbucket.user.UserMentionScanner
-
Returns all mentioned
user names
in the text.
- getMergeConfig(GetPullRequestMergeConfigRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Retrieves the
merge configuration
for the specified source.
- 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.
- 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(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(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(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.
- 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
-
- 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
-
- 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 create commands
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
-
- 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 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 interface com.atlassian.bitbucket.pull.PullRequestMergeStrategy
-
Retrieves the strategy's name.
- 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.project.AbstractProjectRequest
-
- getNamespace() - Method in interface com.atlassian.bitbucket.project.Project
-
- 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 the PageRequest
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
-
- getNodeId() - Method in interface com.atlassian.bitbucket.cluster.ClusterService
-
Convenience method for obtaining the ID for the local node.
- getNodeId() - Method in interface com.atlassian.bitbucket.job.Job
-
- getNodes() - Method in interface com.atlassian.bitbucket.cluster.ClusterInformation
-
- 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
-
- getOldKey() - Method in exception com.atlassian.bitbucket.project.ProjectMovedException
-
- getOldNamespace() - Method in exception com.atlassian.bitbucket.project.ProjectMovedException
-
- getOldProjectKey() - Method in exception com.atlassian.bitbucket.repository.RepositoryMovedException
-
- getOldProjectNamespace() - Method in exception com.atlassian.bitbucket.repository.RepositoryMovedException
-
- 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.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
-
- 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.pull.PullRequestSearchRequest
-
The
order
to return the search results in.
- 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.
- 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
-
- 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 the Page
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.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.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.
- getPassword() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
-
- getPassword() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- 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.CommitRequest
-
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, for copies
and
moves/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(boolean) - 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.pull.PullRequestDiffRequest
-
- 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
-
- 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.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.scm.AbstractChangesCommandParameters
-
- getPaths() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
-
- getPaths() - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters
-
- getPaths() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
- 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 required
Permission
.
- getPermission() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
When set, limits returned
repositories
to only those for which the current user has the
required Permission
.
- 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 contained permission request
.
- getPermissionsOn(Class<?>) - Static method in enum com.atlassian.bitbucket.permission.Permission
-
Gets all the permissions associated with a resource.
- getPermittedOperations() - Method in interface com.atlassian.bitbucket.comment.Comment
-
- getPermittedOperations() - Method in interface com.atlassian.bitbucket.task.Task
-
- 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, String) - 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, boolean) - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- getPluginProperty(String, double) - 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
-
- 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
-
- getPreviousState() - Method in class com.atlassian.bitbucket.event.task.TaskUpdatedEvent
-
- 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
-
- getPreviousText() - Method in class com.atlassian.bitbucket.event.task.TaskUpdatedEvent
-
- 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
-
- getPriority() - Method in class com.atlassian.bitbucket.event.audit.AuditEvent
-
- getPrivateKey() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- 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 interface com.atlassian.bitbucket.audit.AuditEntry
-
- 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's personal 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
-
- getProjectKey() - Method in class com.atlassian.bitbucket.migration.RepositorySelector
-
- 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.
- 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(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
.
- 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() - Method in interface com.atlassian.bitbucket.property.PropertySupport
-
- getProperties() - Method in class com.atlassian.bitbucket.property.SimplePropertySupport
-
- 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
-
- 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.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 interface com.atlassian.bitbucket.pull.PullRequestActivity
-
- getPullRequest() - Method in exception com.atlassian.bitbucket.pull.PullRequestDeletionDisabledException
-
- 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
-
- getPullRequest() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest
-
- getPullRequestCommandFactory(PullRequest) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Retrieves an
ScmPullRequestCommandFactory
, used to create commands
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
-
- getRecipients() - Method in class com.atlassian.bitbucket.mail.SoyMailMessageRequest
-
- getRef() - Method in interface com.atlassian.bitbucket.repository.RefChange
-
- 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
-
- getRemoteAddress() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
-
- getRemoteUrl() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- 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.audit.AuditEntry
-
- 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.CommitRequest
-
- 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.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.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
-
- 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
-
- getResolver() - Method in interface com.atlassian.bitbucket.comment.Comment
-
Retrieves the
user
who resolved the comment.
- 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 of
resourceType
.
- 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 class com.atlassian.bitbucket.event.throttle.TicketEvent
-
Retrieves the name of the resource associated with the ticket.
- getResourceName() - Method in exception com.atlassian.bitbucket.NoSuchResourceException
-
- getResourceName() - Method in exception com.atlassian.bitbucket.throttle.ResourceBusyException
-
- getResourceName() - Method in interface com.atlassian.bitbucket.throttle.Ticket
-
Retrieves the name of the resource to which this ticket grants access.
- getResourceName() - Method in interface com.atlassian.bitbucket.throttle.TicketContext
-
Retrieves the name of the resource associated with the ticket.
- getResourceTypes() - Method in enum com.atlassian.bitbucket.permission.Permission
-
Return all resource types that this permission applies to.
- getResult() - Method in class com.atlassian.bitbucket.util.AbstractSummary
-
Retrieves the
result
of the operation.
- 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
-
- 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 the user
.
- 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
-
- 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
-
- 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.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.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 its username
, 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 their usernames
, 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(GetRepositoryHookSettingsRequest) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Gets the effective settings for the hook specified in the request.
- 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
-
- 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
-
- 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.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 the scope
is
PullRequestChangeScope.RANGE
.
- getSinceId() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
- 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.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 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(Repository) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Calculates the size (in bytes) for the specified repository.
- getSize() - Method in interface com.atlassian.bitbucket.scm.bulk.BulkFile
-
- getSize(Repository) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Calculates the size (in bytes) for the specified repository.
- 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
-
- 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
-
- getSourceIpAddress() - Method in interface com.atlassian.bitbucket.audit.AuditEntry
-
- 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, or
Optional.empty()
if the change was not one 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
-
- 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.comment.Comment
-
- getState() - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest
-
- 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.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
-
- getState() - Method in exception com.atlassian.bitbucket.task.IllegalTaskStateException
-
- getState() - Method in interface com.atlassian.bitbucket.task.Task
-
- getState() - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest
-
- 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
-
- getStatuses() - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest
-
Limits the pull requests to search for by the participant
status
- getStatusMessage() - Method in interface com.atlassian.bitbucket.repository.Repository
-
Retrieves the
status message
for the repository's current state
.
- getStatusMessage() - Method in enum 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 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
-
- 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
-
- 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
-
- getTarget() - Method in interface com.atlassian.bitbucket.audit.AuditEntry
-
- getTargetBranch() - Method in class com.atlassian.bitbucket.scm.EditFileCommandParameters
-
- getTask() - Method in class com.atlassian.bitbucket.event.task.TaskEvent
-
- getTask() - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest
-
- getTasks() - Method in interface com.atlassian.bitbucket.comment.Comment
-
- getTempDir() - Method in interface com.atlassian.bitbucket.server.StorageService
-
- 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(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.
- 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() - 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() - Method in interface com.atlassian.bitbucket.task.Task
-
- getText() - Method in class com.atlassian.bitbucket.task.TaskCreateRequest
-
- getText() - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest
-
- 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
-
- getTicketContext() - Method in class com.atlassian.bitbucket.event.throttle.TicketAcquiredEvent
-
- getTimestamp() - Method in interface com.atlassian.bitbucket.audit.MinimalAuditEntry
-
- 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
-
- gettingStarted() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/getting-started
- getTitle() - Method in interface com.atlassian.bitbucket.pull.PullRequest
-
- 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
-
- 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.CompareRequest
-
- getToRef() - Method in interface com.atlassian.bitbucket.dashboard.PullRequestSuggestion
-
- 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
-
- 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
-
- 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(Repository, String, String) - Method in interface com.atlassian.bitbucket.content.ContentService
-
- 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.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.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
-
- 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.PatchRequest
-
- getUntilId() - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest
-
Specifies the
untilId
to use when retrieving the changes, if the scope
is
PullRequestChangeScope.RANGE
.
- getUntilId() - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest
-
- 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.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.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
-
- 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 class com.atlassian.bitbucket.content.Submodule
-
- 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
.
- 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.audit.MinimalAuditEntry
-
- 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.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 its ID
.
- getUserById(int, boolean) - Method in interface com.atlassian.bitbucket.user.UserService
-
Retrieves a
ApplicationUser
by its ID
.
- 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 its username
, 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(String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
- getUserDetails(ApplicationUser) - 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 exception com.atlassian.bitbucket.user.NoSuchUserException
-
- getUsername() - Method in interface com.atlassian.bitbucket.user.UserMentionScanner.UserMention
-
- getUsers() - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest
-
- 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 their IDs
, 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 their usernames
, 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
-
- 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.PullRequestMergeRequest
-
Retrieves the expected
version
for the pull request.
- 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 specified
visibility
.
- 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.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 com.atlassian.bitbucket.audit.Priority
-
Retrieves the weight of this priority relative to other priorities.
- getWeight() - Method in enum com.atlassian.bitbucket.permission.Permission
-
Retrieves the weight of this permission relative to other permissions.
- getWeight() - Method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
- 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.pull.PullRequestDiffRequest
-
- getWhitespace() - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
-
- getWorldPermissions() - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest
-
- global() - Static method in class com.atlassian.bitbucket.scope.Scopes
-
- 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(Iterable<String>) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
-
H
- handle(HookRequest, HookResponse) - Method in interface com.atlassian.bitbucket.hook.HookHandler
-
- 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(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasAnyUserPermission(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- 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(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
- 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(Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- 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 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.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.SimpleMinimalRef
-
- 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.scope.ProjectScope
-
- hashCode() - Method in class com.atlassian.bitbucket.scope.RepositoryScope
-
- hashCode() - Method in class com.atlassian.bitbucket.server.SimpleFeature
-
- hashCode(ApplicationUser) - Static method in class com.atlassian.bitbucket.user.ApplicationUserEquality
-
- 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
-
- 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
-
- hasProjectName() - Method in class com.atlassian.bitbucket.repository.RepositorySearchRequest
-
Retrieves a flag indicating whether
RepositorySearchRequest.getProjectName()
projectName} text has been set.
- 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 is publicly accessible
and the permission is
implied as a result
the given user is directly granted administration rights
A group the given user is a member of is granted administration rights
- hasProjectPermission(Project, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasProjectPermission(ApplicationUser, int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasProjectPermission(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasProjectPermissionThroughGroupMembership(Project, Permission, Set<String>) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasPullRequest() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest
-
- hasRecentlyRejectedRequests() - Method in interface com.atlassian.bitbucket.server.ApplicationStatusService
-
Retrieves a flag indicating whether a recent request has failed.
- 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 is publicly accessible
and the permission
is implied as a result
the given user is directly granted administration rights
A group the given user is a member of is granted administration rights
This method will always return false
if the user
given is null
as
anonymous users cannot be granted permissions by definition.
- hasRepositoryPermission(ApplicationUser, int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasRepositoryPermission(Repository, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasRepositoryPermission(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasRepositoryPermissionThroughGroupMembership(Repository, Permission, Set<String>) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasSecondaryRepository() - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters
-
- hasSessionId() - Method in interface com.atlassian.bitbucket.request.RequestMetadata
-
- 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(ApplicationUser, ApplicationUser, 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(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- hasUserPermission(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
-
- heads(RefCallback) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Deprecated.
in 6.4 for removal in 7.0. Use
ScmCommandFactory.refs(com.atlassian.bitbucket.scm.RefsCommandParameters, com.atlassian.bitbucket.repository.RefCallback)
instead.
- 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
-
- HookHandler - Interface in com.atlassian.bitbucket.hook
-
Represents an scm hook callback.
- HookRequest - Interface in com.atlassian.bitbucket.hook
-
Represents a SCM hook request.
- HookResponse - Interface in com.atlassian.bitbucket.hook
-
Provides methods to write to an scm client's stdout and stderr streams.
- 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
-
- 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 given scope
, and defines the triggers
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, Throwable) - Constructor for exception com.atlassian.bitbucket.hook.script.HookScriptOutOfDateException
-
- HookScriptOutOfDateException(KeyedMessage, int, int) - 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
or update
a hook script
with contents which exceed the configured 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 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) - 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
-
- 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 Type 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
-
- 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 expected
state
.
- 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
expected state
.
- IllegalRepositoryStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.IllegalRepositoryStateException
-
- IllegalTaskStateException - Exception in com.atlassian.bitbucket.task
-
Thrown to indicate the task's
state
does not allow performing the requested operation.
- IllegalTaskStateException(KeyedMessage, TaskState) - Constructor for exception com.atlassian.bitbucket.task.IllegalTaskStateException
-
- IllegalUserStateException - Exception in com.atlassian.bitbucket.user
-
- IllegalUserStateException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.user.IllegalUserStateException
-
- 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, Throwable) - Constructor for exception com.atlassian.bitbucket.migration.ImportException
-
- ImportException(KeyedMessage, Object, 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
-
- 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(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitsBetweenRequest.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(String, String...) - Method in class com.atlassian.bitbucket.commit.graph.TraversalRequest.Builder
-
- include(RepositorySelector) - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
-
- include(Iterable<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.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.scm.CommitsCommandParameters.Builder
-
- 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.
- includes(Iterable<RepositorySelector>) - Method in class com.atlassian.bitbucket.migration.RepositoriesExportRequest.Builder
-
- incoming() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
-
- 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
-
- IncompatibleLicenseChangeException - Exception in com.atlassian.bitbucket.license
-
Indicates that an attempt was made to change the license to one which does not support
clustering but there is an active cluster of two or more nodes
- IncompatibleLicenseChangeException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.license.IncompatibleLicenseChangeException
-
- 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
-
- 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
-
- 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.
- 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
.
- Int - Annotation Type 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
-
- 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 or
InteractiveSignedObjectIdSource.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
-
- 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
-
- 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 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 specified Path
, and returns whether the file
store supports ACLs.
- isActive() - Method in interface com.atlassian.bitbucket.request.RequestContext
-
- isActive() - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest
-
- isActive() - Method in interface com.atlassian.bitbucket.user.ApplicationUser
-
- isAge() - Method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
-
- 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
-
- isApproved() - Method in interface com.atlassian.bitbucket.pull.PullRequestParticipant
-
- isAuthenticated() - Method in interface com.atlassian.bitbucket.auth.AuthenticationContext
-
- 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(Feature) - Method in interface com.atlassian.bitbucket.server.FeatureManager
-
- isBinary() - Method in interface com.atlassian.bitbucket.content.Diff
-
Retrieves a flag indicating whether the changed file is binary.
- 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.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
-
- isDataCenter() - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Check whether a Data Center license is installed.
- isDataCenter() - Method in interface com.atlassian.bitbucket.server.Feature
-
- isDataCenter() - Method in class com.atlassian.bitbucket.server.SimpleFeature
-
- isDataCenter() - Method in enum com.atlassian.bitbucket.server.StandardFeature
-
- 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
-
- isDisasterRecovery() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- 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(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.
- 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
-
- isEnabled() - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHook
-
- 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 com.atlassian.bitbucket.pull.PullRequestRole
-
- isFailed() - Method in enum 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.
- 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 com.atlassian.bitbucket.permission.Permission
-
Indicates whether this
Permission
can be granted globally.
- isGrantable() - Method in enum com.atlassian.bitbucket.permission.Permission
-
- isGrantableToAll() - Method in enum 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 an HttpServletRequest
.
- 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.
- isInDestination() - Method in enum com.atlassian.bitbucket.content.DiffSegmentType
-
- isIndexed(String, Repository) - Method in interface com.atlassian.bitbucket.idx.CommitIndex
-
- isInSource() - Method in enum 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.
- 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
-
- 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 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
-
- 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
and e-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
-
- 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.
- isPosixSupported(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Gets the
file store
for the specified Path
, 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.
- isProfilingEnabled() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- isProjectAccessible(Project) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieve whether the current user (authenticated or not) has access to the given project.
- isProjectAccessible(int) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- isPrune() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- 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(Repository) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieves whether the repository is publicly accessible.
- isPubliclyAccessible(Project) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieves whether the project 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.
- 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
-
- isRepositoryAccessible(Repository) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
Retrieve whether the current user (authenticated or not) has access to the given repository.
- isRepositoryAccessible(int) - Method in interface com.atlassian.bitbucket.permission.PermissionService
-
- isRequireStartTls() - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration
-
- isResource() - Method in enum 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 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
-
- isSetup() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- isShowCaptchaOnSignUp() - Method in interface com.atlassian.bitbucket.server.ApplicationPropertiesService
-
- 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 requested feature
.
- isSupported(String, ScmFeature) - Method in interface com.atlassian.bitbucket.scm.ScmService
-
Tests whether the specified SCM supports the requested
feature
.
- isTerminated() - Method in enum com.atlassian.bitbucket.job.JobState
-
- isToHashUpdated() - Method in class com.atlassian.bitbucket.event.pull.PullRequestRescopedEvent
-
- isTransitionable() - Method in interface com.atlassian.bitbucket.permission.PermittedOperations
-
- isTransitionable() - Method in interface com.atlassian.bitbucket.task.TaskOperations
-
- 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.
- 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(String, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.BaseUrlValidator
-
- isValid(URI) - Method in class com.atlassian.bitbucket.validation.BaseUrlValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.ConditionalNotEmptyValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.FieldEqualsValidator
-
- isValid(URI) - Method in class com.atlassian.bitbucket.validation.HttpURLValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.IntegerValidator
-
- isValid(String, ConstraintValidatorContext) - Method in class com.atlassian.bitbucket.validation.OptionalStringValidator
-
Checks that the trimmed string is not empty.
- 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
-
- 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
-
- isWithin(Path, Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Returns
true
if the specified path is contained within the expectedParent
.
- 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.PullRequestActivitySearchRequest
-
- 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
- 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 - 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.
- job - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
-
- job(Job) - Method in class com.atlassian.bitbucket.job.JobMessageSearchRequest.Builder
-
- job - Variable in class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
-
- 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 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 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.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 - slightly more relaxed
than
Project.KEY_REGEXP
by allowing project keys that start with a tilda as do personal projects.
- KeyedMessage - Class in com.atlassian.bitbucket.i18n
-
- KeyedMessage(String, String, String) - Constructor for class com.atlassian.bitbucket.i18n.KeyedMessage
-
- 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 - Interface in com.atlassian.bitbucket.label
-
Describes a label to group and categorize entities like
Repository
.
- label(String) - Method in class com.atlassian.bitbucket.user.AbstractServiceUserRequest.AbstractBuilder
-
- 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 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.
- 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 the requested 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 given starting 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
-
- 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
-
- 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.Builder
-
- lineType(DiffSegmentType) - Method in class com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder
-
- listSshKeys() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Profile
-
- listSshKeys() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ViewUser
-
- 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(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
- logout() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/login
M
- 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, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailAuthenticationException
-
- MailAuthenticationException(KeyedMessage) - 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 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, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailQueueFullException
-
- MailQueueFullException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.mail.MailQueueFullException
-
- MailSendException - Exception in com.atlassian.bitbucket.mail
-
Indicates an error occurred sending an email.
- MailSendException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.mail.MailSendException
-
- MailSendException(KeyedMessage) - 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
.
- 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
-
- 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 com.atlassian.bitbucket.permission.Permission
-
Gets the permission with the maximum
weigth
.
- MAX_DESCRIPTION_LENGTH - Static variable in interface com.atlassian.bitbucket.repository.Repository
-
The maximum number of characters of a repository's description
- 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 interface com.atlassian.bitbucket.project.Project
-
The maximum length of a project namespace.
- 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
- maxAttempts(int) - Method in class com.atlassian.bitbucket.concurrent.BucketedExecutorSettings.Builder
-
- 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_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(PullRequestMergeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.pull.ScmPullRequestCommandFactory
-
- merge(MergeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmExtendedCommandFactory
-
Merges the specified
fromCommitId
into the specified toBranch
.
- 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
-
- 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(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ProjectSettings
-
- mergeStrategies() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoSettings
-
- 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
-
- 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
-
- MinimalAuditEntry - Interface in com.atlassian.bitbucket.audit
-
- 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.
- 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 the Repository
it exists in
- 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
-
- 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, Collection<RefChange>) - Constructor for exception com.atlassian.bitbucket.scm.mirror.MirrorUpdateRefsCommandFailedException
-
- MirrorUpdateRefsCommandFailedException(KeyedMessage, Throwable, Iterable<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 the parent
, if it does not already exist.
- 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
.
N
- name(String) - Method in class com.atlassian.bitbucket.hook.script.HookScriptUpdateRequest.Builder
-
- name() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
-
- NAME - Static variable in class com.atlassian.bitbucket.Product
-
- name(String) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
-
- name(String) - Method in class com.atlassian.bitbucket.project.ProjectSearchRequest.Builder
-
- name - Variable in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Deprecated.
will be private in 7.0
- 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.RepositoryForkRequest.Builder
-
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_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.project.AbstractProjectRequest.AbstractBuilder
-
- NAMESPACE_REGEXP - Static variable in interface com.atlassian.bitbucket.project.Project
-
The regexp to validate the project namespace.
- 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> - 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> - 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.GlobalListRepos - Interface in com.atlassian.bitbucket.nav
-
The builder for /repos
- NavBuilder.Groups - Interface in com.atlassian.bitbucket.nav
-
- 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.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> - 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> - 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.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.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.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.RepoAttachments - Interface in com.atlassian.bitbucket.nav
-
The builder of urls of the form /projects/PROJ/repos/REPO/attachments
- 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.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.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
- 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(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.NavigationStep
-
Add "next" as a query parameter with url as the 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
-
- 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
-
- NonNegativeInt - Annotation Type 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- NoSuchTaskException - Exception in com.atlassian.bitbucket.task
-
Indicates the requested task does not exist.
- NoSuchTaskException(KeyedMessage) - Constructor for exception com.atlassian.bitbucket.task.NoSuchTaskException
-
- 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 the ScmMirrorCommandFactory
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
-
- 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(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 before FileContentCallback.onEnd(FileSummary)
to provide blame
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.
- oldValue - Variable in class com.atlassian.bitbucket.event.project.AbstractProjectModificationEvent
-
- oldValue - Variable in class com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent
-
- onBinary(Path, Path) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
-
- onBinary() - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
-
- onBinary(Path, Path) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called to indicate a binary file differs.
- onBinary() - Method in interface com.atlassian.bitbucket.content.FileContentCallback
-
Called once if the file is binary.
- 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 returns true
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(ContentTreeSummary) - Method in class com.atlassian.bitbucket.content.AbstractContentTreeCallback
-
- onEnd(DiffSummary) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
-
- onEnd(FileSummary) - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
-
- onEnd(ChangeSummary) - Method in interface com.atlassian.bitbucket.content.ChangeCallback
-
Called after the final
change
has been streamed.
- onEnd(ContentTreeSummary) - Method in interface com.atlassian.bitbucket.content.ContentTreeCallback
-
Called after the final
tree node
has been streamed.
- 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 interface com.atlassian.bitbucket.content.FileContentCallback
-
- onEnd(RefSummary) - Method in class com.atlassian.bitbucket.repository.AbstractRefCallback
-
- onEnd(BranchSummary) - Method in interface com.atlassian.bitbucket.repository.BranchCallback
-
Called after the final
branch
has been streamed.
- 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(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.
- onFile(String, Commit) - Method in interface com.atlassian.bitbucket.commit.LastModifiedCallback
-
Receives a fully-populated
commit
which last modified the specified file
.
- 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.
- 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.
- 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.
- 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(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(ContentTreeContext) - Method in class com.atlassian.bitbucket.content.AbstractContentTreeCallback
-
- onStart(DiffContext) - Method in class com.atlassian.bitbucket.content.AbstractDiffContentCallback
-
- onStart(FileContext) - Method in class com.atlassian.bitbucket.content.AbstractFileContentCallback
-
- onStart(ChangeContext) - Method in interface com.atlassian.bitbucket.content.ChangeCallback
-
Called before the first
change
is streamed.
- onStart(ContentTreeContext) - Method in interface com.atlassian.bitbucket.content.ContentTreeCallback
-
Called before the first
ContentTreeCallback.onTreeNode(ContentTreeNode)
.
- onStart(DiffContext) - Method in interface com.atlassian.bitbucket.content.DiffContentCallback
-
Called before the first
DiffContentCallback.onDiffStart(Path, Path)
.
- onStart(FileContext) - Method in interface com.atlassian.bitbucket.content.FileContentCallback
-
Called before the first
FileContentCallback.onLine(int, String, boolean)
.
- onStart(RefContext) - Method in class com.atlassian.bitbucket.repository.AbstractRefCallback
-
- onStart(BranchContext) - Method in interface com.atlassian.bitbucket.repository.BranchCallback
-
Called before the first
branch
is streamed.
- 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(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 returns true
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.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
-
- OperatingSystem - Enum 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 com.atlassian.bitbucket.pull.PullRequestDirection
-
- OptionalString - Annotation Type 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
-
- order(CommitOrder) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
-
- order(PullRequestOrder) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
The
order
to return the search results in (defaults to
NEWEST first
).
- order(RefOrder) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest.AbstractBuilder
-
- order(RefOrder) - Method in class com.atlassian.bitbucket.scm.AbstractRefsCommandParameters.AbstractBuilder
-
- order(CommitOrder) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- Order - Enum in com.atlassian.bitbucket.util
-
Specifies the direction a list of results should be ordered - ascending or descending order.
- out() - Method in interface com.atlassian.bitbucket.hook.HookResponse
-
- out() - Method in interface com.atlassian.bitbucket.hook.ScmHookDetails
-
- outgoing() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.ListPullRequests
-
- 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, int, int) - 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 sets PageImpl.getIsLastPage()
.
- 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 with limit
entries from the specified
start
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.
- 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 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.
- participants(Iterable<PullRequestParticipantRequest>) - Method in class com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Limits the pull requests to search for by the participants they have.
- password(String) - Method in class com.atlassian.bitbucket.mail.MailHostConfiguration.Builder
-
- password() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.UserAccount
-
- password(String) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.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.
- 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(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 - Interface in com.atlassian.bitbucket.content
-
A bean representation of a path
- path(String...) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PathBuilder
-
- path(Path) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PathBuilder
-
- path(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
-
- 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.ArchiveCommandParameters.Builder
-
- path(String) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
-
- paths(String, String...) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
-
- paths(String, String...) - Method in class com.atlassian.bitbucket.content.AbstractDiffRequest.AbstractBuilder
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
-
- paths(String, String...) - Method in class com.atlassian.bitbucket.content.ArchiveRequest.Builder
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.content.DiffRequest.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(Iterable<String>) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RepoArchive
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
-
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
-
- paths(String, String...) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
-
- paths(Iterable<String>) - Method in class com.atlassian.bitbucket.scm.ArchiveCommandParameters.Builder
-
- paths(String, 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.scm.CommitsCommandParameters.Builder
-
- perform() - Method in interface com.atlassian.bitbucket.util.Operation
-
- perform() - Method in interface com.atlassian.bitbucket.util.UncheckedOperation
-
- Permission - Enum in com.atlassian.bitbucket.permission
-
Enumerates the available permissions and describes what they are used to protect.
- 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 required
Permission
.
- 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
.
- 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
-
- 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 a Permission
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.
- 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
-
- postUpdate(T) - Method in interface com.atlassian.bitbucket.hook.repository.RepositoryHookService
-
Calls all registered and enabled
repository-hook
modules (PostRepositoryHook
)
- 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.
- Priority - Enum in com.atlassian.bitbucket.audit
-
The priority levels at which audit events can be raised.
- privateKey(File) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
- privateKey(Path) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
- privateVisibility() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.GlobalListRepos
-
The builder for /repos?visibility=private.
- process(String, List<T>) - Method in interface com.atlassian.bitbucket.concurrent.BucketProcessor
-
Callback method for processing a 'bucket' of tasks.
- processMentions(CharSequence, Consumer<UserMentionScanner.UserMention>) - Method in interface com.atlassian.bitbucket.user.UserMentionScanner
-
Calls
callback
for each user mention found in text
.
- 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(String, int) - Constructor for class com.atlassian.bitbucket.util.ProgressImpl
-
- ProgressImpl(Progress) - 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 class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- project(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/projects/PROJ
- project(Project) - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/projects/PROJ
- Project - Interface in com.atlassian.bitbucket.project
-
Describes a project in the system.
- 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_UI - Static variable in class com.atlassian.bitbucket.audit.Channels
-
Used to notify listeners that the event should be displayed in the audit UI for a project.
- 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
-
- 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
-
- 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
or namespace
has been changed and the project is retrieved using the old key/namespace.
- ProjectMovedException(Project, String, 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(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
.
- projectPermission(int, 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
-
- 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.
- ProjectSupplier - Interface in com.atlassian.bitbucket.project
-
- ProjectType - Enum 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(Map<String, ?>) - Method in class com.atlassian.bitbucket.property.PropertyMap.Builder
-
- properties - Variable in class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
-
- 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(String, String...) - Method in class com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder
-
- propertyKeys(String, String...) - Method in class com.atlassian.bitbucket.commit.CommitRequest.Builder
-
- 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.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
-
- 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.
- publiclyAccessible(boolean) - Method in class com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder
-
- publiclyAccessible - Variable in class com.atlassian.bitbucket.repository.AbstractRepositoryRequest.AbstractBuilder
-
Deprecated.
will be private in 7.0
- 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.
- 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 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
of activities
allowing clients to both advance
and reverse from this page by using the results of PullRequestActivityPage.getPreviousPageStartId()
and Page.getNextPageRequest()
.
- PullRequestActivitySearchRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching for pull requests' activities.
- PullRequestActivitySearchRequest.Builder - Class in com.atlassian.bitbucket.pull
-
- PullRequestActivityType - Enum in com.atlassian.bitbucket.pull
-
Types of activities that can be searched.
- PullRequestActivityVisitor - Interface in com.atlassian.bitbucket.pull
-
- 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
-
- PullRequestChangeCommandParameters - Class in com.atlassian.bitbucket.scm.pull
-
Deprecated.
in 6.0 for removal in 7.0. Use
PullRequestChangesCommandParameters
instead.
- PullRequestChangeCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
-
Deprecated.
- PullRequestChangesCommandParameters - Class in com.atlassian.bitbucket.scm.pull
-
- PullRequestChangesCommandParameters.Builder - Class in com.atlassian.bitbucket.scm.pull
-
- PullRequestChangeScope - Enum 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 a comment 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
-
- PullRequestCommentAddedEvent(Object, PullRequest, Comment, Comment) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentAddedEvent
-
Deprecated.
in 6.6 for removal in 7.0. Use
PullRequestCommentAddedEvent.PullRequestCommentAddedEvent(Object, PullRequest,
Comment)
instead
- 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) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestCommentEditedEvent
-
Deprecated.
in 6.7 for removal in 7.0. Use
PullRequestCommentEditedEvent.PullRequestCommentEditedEvent(Object, PullRequest, Comment,
Comment, String, CommentSeverity, CommentState)
instead.
- 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
-
- 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 a
pull 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
is deleted
.
- 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
-
- PullRequestDirection - Enum in com.atlassian.bitbucket.pull
-
Specified the direction of a pull request relative to a subject repository and branch.
- 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 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
.
- PullRequestLock - Interface in com.atlassian.bitbucket.concurrent
-
A reusable component for locking a
pull request
while an operation
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 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, Map<String, Object>) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestMergedEvent
-
Constructs a new
PullRequestMergedEvent
.
- PullRequestMergedEvent(Object, PullRequest, MinimalCommit, String, String, Map<String, Object>) - 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 a PullRequest
is merged.
- PullRequestMergeOutcome - Enum 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
a PullRequest
.
- 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 a pull 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
is opened
.
- PullRequestOpenRequestedEvent(Object, PullRequest, Set<ApplicationUser>, CancelState) - Constructor for class com.atlassian.bitbucket.event.pull.PullRequestOpenRequestedEvent
-
- PullRequestOrder - Enum in com.atlassian.bitbucket.pull
-
Specifies the direction a list of results should be ordered - oldest first or newest first.
- PullRequestOutOfDateException - Exception in com.atlassian.bitbucket.pull
-
- PullRequestOutOfDateException(KeyedMessage, Throwable) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Constructs a
PullRequestOutOfDateException
with unspecified
versions.
- PullRequestOutOfDateException(KeyedMessage, PullRequest, int) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Constructs a
PullRequestOutOfDateException
, providing the current PullRequest
and
the version that was expected
.
- PullRequestOutOfDateException(KeyedMessage, Throwable, PullRequest, int) - Constructor for exception com.atlassian.bitbucket.pull.PullRequestOutOfDateException
-
Constructs a
PullRequestOutOfDateException
, providing the current PullRequest
and
the version that was expected
.
- 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 a pull request
to PullRequestParticipantStatus.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 a pull request
to PullRequestParticipantStatus.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 in com.atlassian.bitbucket.pull
-
Enumerates all the possible statuses a participant can have with regards to a pull request.
- 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 a pull request
to PullRequestParticipantStatus.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
-
- 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
-
- PullRequestRole - Enum 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 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
-
- PullRequestTaskSearchRequest - Class in com.atlassian.bitbucket.pull
-
Request for searching a pull request's
tasks
.
- PullRequestTaskSearchRequest.Builder - Class in com.atlassian.bitbucket.pull
-
- PullRequestUpdatedEvent - Class in com.atlassian.bitbucket.event.pull
-
Event that is raised when the pull request title, description, or target branch are updated.
- PullRequestUpdatedEvent(Object, PullRequest, String, String, Ref) - 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
-
- 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
- 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 an InputStream
to read the current
contents for the specified hook script.
- 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 - Interface in com.atlassian.bitbucket.repository
-
- ref(MinimalRef) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
-
- ref(MinimalRef) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- 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(Collection<RefChange>) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
-
- 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
-
- RefChangeType - Enum 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(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- refIds(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- refIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- refIds(Iterable<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 in com.atlassian.bitbucket.repository
-
Defines orderings which can be applied when retrieving references.
- refs(Iterable<? extends Ref>) - Method in class com.atlassian.bitbucket.repository.RefMetadataRequest.Builder
-
- 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.
- 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
-
- 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.
- rejected(String, String) - Static method in class com.atlassian.bitbucket.hook.repository.RepositoryHookResult
-
- RememberMeMode - Enum 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(Object) - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- remove(RemoveLabelRequest) - Method in interface com.atlassian.bitbucket.label.LabelService
-
- 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
-
- removeEnvironment(String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Removes the environment variable with the provided
name
if it has been set
- 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.
- 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
.
- reply() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PullRequestComment
-
Deep link to replying to a pull request comment
- repo(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
-
- 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
- repos() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Project
-
- 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.audit.AuditEntryBuilder
-
- 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 - Interface in com.atlassian.bitbucket.repository
-
Describes a repository within the system.
- repository(Repository) - Method in class com.atlassian.bitbucket.repository.RepositoryCloneLinksRequest.Builder
-
- repository(Repository) - Static method in class com.atlassian.bitbucket.scope.Scopes
-
- Repository.State - Enum in com.atlassian.bitbucket.repository
-
Enumerates the possible states for a given
repository
.
- REPOSITORY_UI - Static variable in class com.atlassian.bitbucket.audit.Channels
-
Used to notify listeners that the event should be displayed in the audit UI for a 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 given repositoryDir
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.
- RepositoryBranchesRequest - Class in com.atlassian.bitbucket.repository
-
A request for branches within a repository.
- RepositoryBranchesRequest.Builder - Class in com.atlassian.bitbucket.repository
-
- 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
- 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, 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) - Constructor for class com.atlassian.bitbucket.event.repository.RepositoryDefaultBranchModifiedEvent
-
- 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, 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) - 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 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
-
- 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
-
- RepositoryLock - Interface in com.atlassian.bitbucket.concurrent
-
A reusable component for locking a
repository
while an operation
is performed.
- 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(Object, String, Repository) - Constructor for class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent
-
Deprecated.
in 6.5 for removal in 7.0. Use
RepositoryMirrorSynchronizationFailedEvent.Builder
instead.
- 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(Object, String, Repository, Collection<MinimalRef>, Collection<RefChange>) - Constructor for class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent
-
Deprecated.
in 6.5 for removal in 7.0. Use
RepositoryMirrorSynchronizedEvent.Builder
instead.
- 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, String, KeyedMessage) - Constructor for exception com.atlassian.bitbucket.repository.RepositoryMovedException
-
- repositoryNotificationSettings() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.PluginServlets
-
- 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(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
.
- repositoryPermission(int, 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
-
- RepositoryRef - Interface in com.atlassian.bitbucket.repository
-
A
Ref
qualified with the Repository
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.
- RepositorySupplier - Interface in com.atlassian.bitbucket.repository
-
- RepositorySynchronizationType - Enum 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
-
- 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 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
.
- 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
and
RequestEndedEvent
.
- 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.
- RequiredField - Annotation Type in com.atlassian.bitbucket.validation.annotation
-
Validate that a field is non-blank
- RequiredString - Annotation Type 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 Type in com.atlassian.bitbucket.validation.annotation
-
Grouping of
RequiredString
s.
- RequiredUri - Annotation Type in com.atlassian.bitbucket.validation.annotation
-
Validates that a URI is present and that it's
ASCII representation
does not exceed
RequiredUri.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 available and enabled.
- requireEnabled(Feature, boolean) - Method in interface com.atlassian.bitbucket.server.FeatureManager
-
Ensures that
Feature
is available and 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
.
- 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.
- resolve(Path, String, String...) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
Simplifies
resolving
several subpaths in a single call.
- 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 the refId
should be resolved to a specific type, that type
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 of
branch name
tag name
commit hash
Callers can specify on the parameters
whether a provided ID is expected to resolve to a
branch
, tag
,
or a ref 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.throttle
-
Thrown to indicate a resource is busy.
- ResourceBusyException(KeyedMessage, String) - Constructor for exception com.atlassian.bitbucket.throttle.ResourceBusyException
-
- rest() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
- 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.
- reviewer(String) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
- reviewers(Set<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestCreateRequest.AbstractBuilder
-
- reviewers(Iterable<String>) - Method in class com.atlassian.bitbucket.pull.PullRequestUpdateRequest.Builder
-
- revokeAllGlobalPermissions(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all global permissions for the given group.
- revokeAllGlobalPermissions(ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all global permissions for the given user.
- 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, String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all project permissions for the given group.
- revokeAllProjectPermissions(Project, ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all project 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, ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all repository permissions for the given user.
- revokeAllUserPermissions(String) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all permissions from a
normal
user.
- revokeAllUserPermissions(ApplicationUser) - Method in interface com.atlassian.bitbucket.permission.PermissionAdminService
-
Revoke all permissions from a 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 the
user
.
- role(PullRequestRole) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder
-
Limits the search by the participants role.
- ROOT - Static variable in class com.atlassian.bitbucket.content.SimplePath
-
S
- 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 a
delay
.
- schemes - Variable in class com.atlassian.bitbucket.validation.BaseUrlValidator
-
- 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 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
- ScmHookHandlerFactory - Interface in com.atlassian.bitbucket.hook
-
Factory for
HookHandler
instances for a given HookRequest
.
- 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 in com.atlassian.bitbucket.scope
-
Enumerates the available scopes.
- ScopeVisitor<T> - Interface in com.atlassian.bitbucket.scope
-
Implements the visitor pattern for
scopes
.
- 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 provided request
.
- 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 provided request
.
- search(UserSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.user.UserService
-
- search(WatcherSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.watcher.WatcherService
-
- 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
-
- 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.
- searchTasks(PullRequestTaskSearchRequest, PageRequest) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Finds a single page of @{link Task tasks} belonging to this pull request depending on the
request
passed in.
- 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 provided
search 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.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.PatchCommandParameters.Builder
-
- security() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
-
- 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.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.PullRequestMergeRequest.Builder
-
- self() - Method in class com.atlassian.bitbucket.pull.PullRequestTaskSearchRequest.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.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.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.DiffCommandParameters.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.PullRequestChangeCommandParameters.Builder
-
Deprecated.
- 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.PullRequestMergeCommandParameters.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.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
-
- 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
-
- ServerTimeZoneChangedEvent(Object, String, String) - Constructor for class com.atlassian.bitbucket.event.server.ServerTimeZoneChangedEvent
-
- 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(String) - Method in interface com.atlassian.bitbucket.license.LicenseService
-
Add or replace the license of this instance.
- 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 the Command
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.
- 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
-
- 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(int, long, PullRequestParticipantStatus) - 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
-
- 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() - 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 - 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
- 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.
- 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(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 - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.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
-
- shortName() - Method in class com.atlassian.bitbucket.permission.PermissionI18n
-
- 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
.
- 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
-
- signup() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/signup
- SimpleAvatarSupplier - Class in com.atlassian.bitbucket.avatar
-
A simple implementation of
AvatarSupplier
which accepts the InputStream
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 specified contentType
which will
return
the provided InputStream
.
- 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
-
- SimpleFeature - Class in com.atlassian.bitbucket.server
-
Simple implementation of the
Feature
interface
- SimpleFeature.Builder - Class in com.atlassian.bitbucket.server
-
- 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
-
- 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(CharSequence) - Constructor for class com.atlassian.bitbucket.content.SimplePath
-
- SimplePath(CharSequence, boolean) - 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, SimplePath) - Constructor for class com.atlassian.bitbucket.content.SimplePath
-
- SimplePath(SimplePath, String, 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 by
SimplePropertySupport.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
-
- 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.PatchRequest.Builder
-
- sinceId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestChangesRequest.Builder
-
Specifies the
sinceId
to use when retrieving the changes, if the scope
is
PullRequestChangeScope.RANGE
.
- sinceId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.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.PatchCommandParameters.Builder
-
- size() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- size() - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- size(int) - Method in class com.atlassian.bitbucket.util.AbstractPagedSummary.AbstractPagedBuilder
-
- size(Path) - Static method in class com.atlassian.bitbucket.util.MoreFiles
-
- 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
- source(Object) - Method in class com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent.Builder
-
- 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
-
- sourceIpAddress(String) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- 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
-
- srcPath(String) - Method in class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
-
- srcPath(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.Builder
-
- StandardFeature - Enum in com.atlassian.bitbucket.server
-
Core
features
provided by the application
- StandardRefType - Enum in com.atlassian.bitbucket.repository
-
Standard
ref types
that should be supported by all SCM implementations.
- StandardRepositoryHookTrigger - Enum in com.atlassian.bitbucket.hook.repository
-
Built-in trigger types for
repository-hook
RepositoryHookRequest
s.
- StandardSignableObjectType - Enum 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(int) - Method in class com.atlassian.bitbucket.content.FileContext.Builder
-
- 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.
- 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
.
- startPoint(String) - Method in class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder
-
- 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(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(TaskState) - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest.Builder
-
- states(Iterable<CommentState>) - Method in class com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
-
- states(JobState, JobState...) - Method in class com.atlassian.bitbucket.job.JobSearchRequest.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
.
- states(PullRequestState, 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
- statuses(Iterable<PullRequestParticipantStatus>) - Method in class com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder
-
Limits the pull requests to search for by the participant status
- 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(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() - 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
-
- 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(ChangesRequest, ChangeCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
- streamChanges(CompareRequest, ChangeCallback) - Method in interface com.atlassian.bitbucket.compare.CompareService
-
- 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.
- streamCommits(int, long, CommitCallback) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Deprecated.
in 6.0 for removal in 7.0. Use
PullRequestService.streamCommits(PullRequestCommitsRequest, CommitCallback)
instead
- streamCommitsBetween(CommitsBetweenRequest, CommitCallback) - Method in interface com.atlassian.bitbucket.commit.CommitService
-
Streams commits between the
included commits
and the
excluded commits
.
- 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(CompareDiffRequest, DiffContentCallback) - Method in interface com.atlassian.bitbucket.compare.CompareService
-
- streamDiff(PullRequestDiffRequest, DiffContentCallback) - Method in interface com.atlassian.bitbucket.pull.PullRequestService
-
Streams the
Diff
for the specified file path
within the PullRequest
to the provided
DiffContentCallback
.
- 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 a Stream
.
- streamFile(Repository, String, String, PageRequest, boolean, FileContentCallback) - Method in interface com.atlassian.bitbucket.content.ContentService
-
- 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.
- streamIterable(Iterable<T>) - Static method in class com.atlassian.bitbucket.util.MoreStreams
-
Converts an
Iterable
to a Stream
.
- 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 empty Stream
.
- 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 '.''s
Version
does not use this pattern, but it's handy for code that wants to ensure a
version string is valid before turning it into a Version
.
- 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(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.
- submit(MailMessage) - Method in interface com.atlassian.bitbucket.mail.MailService
-
Submit the
MailMessage
to the mail queue.
- Submodule - Class in com.atlassian.bitbucket.content
-
Represents a remote link in a source tree
- Submodule() - Constructor for class com.atlassian.bitbucket.content.Submodule
-
- subscribe(TopicListener<T>) - Method in interface com.atlassian.bitbucket.topic.Topic
-
Subscribes the provided listener to the topic.
- 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 a Command
which may be called synchronously.
- syncType(RepositorySynchronizationType) - Method in class com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent.Builder
-
- 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
-
- 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
-
T
- Tag - Interface in com.atlassian.bitbucket.repository
-
A
Ref
denoting a tag in the repository.
- 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(String, String...) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- tagIds(Iterable<String>) - Method in class com.atlassian.bitbucket.repository.ResolveRefsRequest.Builder
-
- tagIds(String, String...) - Method in class com.atlassian.bitbucket.scm.ResolveRefsCommandParameters.Builder
-
- tagIds(Iterable<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
-
- target(String) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- 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
-
- Task - Interface in com.atlassian.bitbucket.task
-
A task on a pull request.
- TaskAnchor - Interface in com.atlassian.bitbucket.task
-
The anchor of a task, such as a pull request's comment.
- TaskAnchorType - Enum in com.atlassian.bitbucket.task
-
The type of
task anchor
- TaskAnchorVisitor<T> - Interface in com.atlassian.bitbucket.task
-
A visitor for
task anchors
- TaskCount - Interface in com.atlassian.bitbucket.task
-
Maps
TaskState
s to their counts for typing and null-safety.
- TaskCreatedEvent - Class in com.atlassian.bitbucket.event.task
-
Event that is raised when a task is created.
- TaskCreatedEvent(Object, Task) - Constructor for class com.atlassian.bitbucket.event.task.TaskCreatedEvent
-
- TaskCreateRequest - Class in com.atlassian.bitbucket.task
-
Allows the creation of a
task
.
- TaskCreateRequest.Builder - Class in com.atlassian.bitbucket.task
-
- TaskDeletedEvent - Class in com.atlassian.bitbucket.event.task
-
Event that is raised when a task is deleted.
- TaskDeletedEvent(Object, Task) - Constructor for class com.atlassian.bitbucket.event.task.TaskDeletedEvent
-
- TaskEvent - Class in com.atlassian.bitbucket.event.task
-
Base type for all
task
-related events.
- TaskEvent(Object, Task) - Constructor for class com.atlassian.bitbucket.event.task.TaskEvent
-
Constructs a new
TaskEvent
.
- TaskOperations - Interface in com.atlassian.bitbucket.task
-
The permitted operations allowed on a task by the current user.
- TaskService - Interface in com.atlassian.bitbucket.task
-
Service to manage
Task
s.
- TaskState - Enum in com.atlassian.bitbucket.task
-
Enumerates the possible
states
a task can be in.
- TaskUpdatedEvent - Class in com.atlassian.bitbucket.event.task
-
Event that is raised when a task is updated.
- TaskUpdatedEvent(Object, Task, TaskState, String) - Constructor for class com.atlassian.bitbucket.event.task.TaskUpdatedEvent
-
- TaskUpdateRequest - Class in com.atlassian.bitbucket.task
-
Allows the update of a
task
.
- TaskUpdateRequest.Builder - Class in com.atlassian.bitbucket.task
-
- 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
-
- text(String) - Method in class com.atlassian.bitbucket.comment.CommentUpdateRequest.Builder
-
- text - Variable in class com.atlassian.bitbucket.job.JobMessageCreationRequest.Builder
-
- text(String) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- text(String) - Method in class com.atlassian.bitbucket.task.TaskCreateRequest.Builder
-
- text(String) - Method in class com.atlassian.bitbucket.task.TaskUpdateRequest.Builder
-
- ThrottleService - Interface in com.atlassian.bitbucket.throttle
-
Manages buckets of
Ticket
s which may be used to throttle access to named resources.
- Ticket - Interface in com.atlassian.bitbucket.throttle
-
A ticket to access a
named
resource.
- TicketAcquiredEvent - Class in com.atlassian.bitbucket.event.throttle
-
Event raised when a
Ticket
is acquired from a given bucket in the
ThrottleService
.
- TicketAcquiredEvent(Object, TicketContext) - Constructor for class com.atlassian.bitbucket.event.throttle.TicketAcquiredEvent
-
- TicketContext - Interface in com.atlassian.bitbucket.throttle
-
Provides information about a
ticket
.
- TicketEvent - Class in com.atlassian.bitbucket.event.throttle
-
Base class for
Ticket
events which are broadcast by the
ThrottleService
.
- TicketEvent(Object, String) - Constructor for class com.atlassian.bitbucket.event.throttle.TicketEvent
-
- TicketRejectedEvent - Class in com.atlassian.bitbucket.event.throttle
-
Event raised when an attempt to acquire a
Ticket
from a given bucket
is rejected by the ThrottleService
.
- TicketRejectedEvent(Object, String) - Constructor for class com.atlassian.bitbucket.event.throttle.TicketRejectedEvent
-
- TicketReleasedEvent - Class in com.atlassian.bitbucket.event.throttle
-
Event raised when a
Ticket
is released back into its bucket by the
ThrottleService
.
- TicketReleasedEvent(Object, String) - Constructor for class com.atlassian.bitbucket.event.throttle.TicketReleasedEvent
-
- timestamp(Date) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- timestamp(long) - Method in class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- 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
-
- tmp() - Method in interface com.atlassian.bitbucket.nav.NavBuilder
-
/tmp
- to(String...) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- to(Iterable<String>) - Method in class com.atlassian.bitbucket.mail.MailMessage.Builder
-
- to(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
-
- to(Ref) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- 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
-
- 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 final ChangeContext
.
- 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 final DiffContext
.
- 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(CompareRequest, String) - Method in class com.atlassian.bitbucket.scm.compare.CompareDiffCommandParameters
-
- 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(PullRequestEffectiveDiff) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangeCommandParameters
-
Deprecated.
Assembles a
ChangeContext
from these parameters using the hashes from the current effective diff
.
- toContext(PullRequestEffectiveDiff) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestChangesCommandParameters
-
Assembles a
ChangeContext
from these parameters using the hashes from the
current effective diff
.
- toContext(PullRequestEffectiveDiff) - Method in class com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters
-
Assembles a
DiffContext
from these parameters using the hashes from the current 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
-
- toHash(String) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- 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
-
- toRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareDiffRequest.Builder
-
- toRef(CompareRef) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- toRef(String, Repository) - Method in class com.atlassian.bitbucket.compare.CompareRequest.Builder
-
- toRef(RepositoryRef) - Method in class com.atlassian.bitbucket.hook.repository.SimpleMergeHookRequest.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 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 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 class com.atlassian.bitbucket.pull.SimpleRescopeDetails
-
- toString() - Method in class com.atlassian.bitbucket.repository.SimpleMinimalRef
-
- toString() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange
-
- toString() - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters
-
- toString() - Method in enum com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
- 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(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.
- toString() - Method in class com.atlassian.bitbucket.util.PageRequestImpl
-
- toString() - Method in class com.atlassian.bitbucket.util.SimpleNamedLink
-
- toString() - Method in class com.atlassian.bitbucket.util.Version
-
Returns a
String
representation of this version
, with the components separated by
dots.
- total(int) - Method in class com.atlassian.bitbucket.pull.SimpleRescopeDetails.Builder
-
- totalCommits(int) - Method in class com.atlassian.bitbucket.repository.SimpleRefChangeDetails.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, or
sets its last modified time
if it does.
- TransactionAware - Annotation Type in com.atlassian.bitbucket.event.annotation
-
Used to annotate events which need to be aware of the surrounding transaction, if any.
- TransactionAware.When - Enum in com.atlassian.bitbucket.event.annotation
-
Defines the different points, relative to a transaction's lifecycle, at which an event can be published.
- TransactionAwareAuditEvent - Class in com.atlassian.bitbucket.event.audit
-
TransactionAware
version of AuditEvent
, which can be used to for audit events that should only be
published if and when the current transaction commits successfully.
- TransactionAwareAuditEvent(Object, AuditEntry, Set<String>, Priority) - Constructor for class com.atlassian.bitbucket.event.audit.TransactionAwareAuditEvent
-
- 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 different values
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 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(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.
- traverse(boolean) - Method in class com.atlassian.bitbucket.scm.CommitsCommandParameters.Builder
-
- traverseCommits(BulkTraverseCommitsCommandParameters, BulkTraversalCallback) - Method in interface com.atlassian.bitbucket.scm.bulk.ScmBulkContentCommandFactory
-
Stream commits from one or more repositories, traversed in topological order.
- 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.
- 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(Iterable<RepositoryHookTrigger>) - Method in class com.atlassian.bitbucket.hook.script.HookScriptSetConfigurationRequest.Builder
-
- triggers(RepositoryHookTrigger, 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.
- 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(String) - Method in class com.atlassian.bitbucket.job.JobCreationRequest.Builder
-
- type(String) - Method in class com.atlassian.bitbucket.job.JobSearchRequest.Builder
-
- type(LabelableType) - Method in class com.atlassian.bitbucket.label.LabelableSearchRequest.Builder
-
- 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(RefChangeType) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
-
- type(RefChangeType) - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.Builder
-
- type(RefType) - Method in class com.atlassian.bitbucket.scm.ResolveRefCommandParameters.Builder
-
- type(TypeCommandParameters) - Method in interface com.atlassian.bitbucket.scm.ScmCommandFactory
-
Retrieves the
type
for the specified path
at the requested revision, if the path is present.
- 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
- 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.
- 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
-
- 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.
- 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
-
- 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 the scope
is
PullRequestChangeScope.RANGE
.
- untilId(String) - Method in class com.atlassian.bitbucket.pull.PullRequestDiffRequest.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.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(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(RepositoryUpdateRequest) - Method in interface com.atlassian.bitbucket.repository.RepositoryService
-
Update the metadata of a repository.
- update(TaskUpdateRequest) - Method in interface com.atlassian.bitbucket.task.TaskService
-
Update a task.
- Update - Interface in com.atlassian.bitbucket.validation.groups
-
Denotes constraints which should be applied when an entity is being updated.
- 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 provided request
, 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
- 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
-
- 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 reference newPluginKey
.
- 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, String) - Method in interface com.atlassian.bitbucket.user.UserAdminService
-
Updates the
display name
and e-mail address
of the specified user.
- updateUser(String, String) - Method in interface com.atlassian.bitbucket.user.UserService
-
Updates the
display name
and e-mail address
for the current user.
- urlMode(UrlMode) - Method in class com.atlassian.bitbucket.markup.RenderContext.Builder
-
- UrlMode - Enum 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 class com.atlassian.bitbucket.audit.AuditEntryBuilder
-
- 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
-
- 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
-
- users() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Admin
-
- users() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
-
- users(String) - Method in interface com.atlassian.bitbucket.nav.NavBuilder.Rest
-
- users() - Method in interface com.atlassian.bitbucket.nav.NavBuilder.RestAdmin
-
- users(Iterable<ApplicationUser>) - Method in class com.atlassian.bitbucket.permission.SetPermissionRequest.Builder
-
- 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 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.repository.SimpleDetailedRefChange.Builder
-
- validate() - Method in class com.atlassian.bitbucket.repository.SimpleRefChange.AbstractBuilder
-
- 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
-
- 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(Project, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the project
- validateForProject(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the project
- validateForRepository(Repository, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the repository
- validateForRepository(int, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the repository
- validateForUser(ApplicationUser, Permission) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user has the specified permission for the target user.
- 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
- validateRepositoryAccessible(Repository) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user (authenticated or not) has access to the given repository.
- validateRepositoryAccessible(int) - Method in interface com.atlassian.bitbucket.permission.PermissionValidationService
-
Validate that the current user (authenticated or not) has access to the given repository.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.audit.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.auth.RememberMeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.comment.CommentAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.comment.CommentSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.comment.CommentState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.commit.CommitOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.commit.graph.TraversalStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.concurrent.ConcurrencyPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.ArchiveFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.ConflictMarker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.ContentTreeNode.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.DiffFileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.DiffSegmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.content.DiffWhitespace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.hook.script.HookScriptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.job.JobMessageSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.job.JobState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.label.LabelableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.mail.MailProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.markup.UrlMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.permission.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.project.ProjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestActivityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestEntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.pull.PullRequestState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.repository.RefChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.repository.RefOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.repository.Repository.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.repository.RepositoryVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.repository.StandardRefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.bulk.BulkTraversalStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.CommandResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.ScmFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.scope.ScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.server.ApplicationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.server.ApplicationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.server.OperatingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.server.StandardFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.task.TaskAnchorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.task.TaskState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.user.UserType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.util.FilePermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.bitbucket.util.Order
-
Returns the enum constant of this type with the specified name.
- values() - Method in class com.atlassian.bitbucket.attribute.AttributeMap
-
- values() - Static method in enum com.atlassian.bitbucket.audit.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.auth.RememberMeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.comment.CommentAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.comment.CommentSeverity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.comment.CommentState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.commit.CommitListMergeFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.commit.CommitOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.commit.graph.TraversalStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.concurrent.ConcurrencyPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.ArchiveFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.ChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.ConflictMarker
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.ContentTreeNode.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.DiffFileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.DiffSegmentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.content.DiffWhitespace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.event.annotation.TransactionAware.When
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.hook.repository.RepositoryHookType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.hook.repository.StandardRepositoryHookTrigger
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.hook.script.HookScriptType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.job.JobMessageSeverity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.job.JobState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.label.LabelableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.mail.MailProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.markup.UrlMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.permission.Permission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.project.ProjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.atlassian.bitbucket.property.PropertyMap
-
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestActivityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestEntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestMergeConfigType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestMergeOutcome
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.pull.PullRequestState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.repository.RefChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.repository.RefOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.repository.Repository.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.repository.RepositoryVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.repository.StandardRefType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.bulk.BulkChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.bulk.BulkContentDisposition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.bulk.BulkTraversalStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.CommandResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.mirror.RepositorySynchronizationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.ScmFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scm.signed.StandardSignableObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.scope.ScopeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.server.ApplicationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.server.ApplicationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.server.OperatingSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.server.StandardFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.task.TaskAnchorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.task.TaskState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.user.UserType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.util.DateFormatter.FormatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.util.FilePermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.bitbucket.util.Order
-
Returns an array containing the constants of this enum type, 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 - 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
-
- 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(PullRequest) - Method in class com.atlassian.bitbucket.comment.AbstractCommentableVisitor
-
- visit(CommitDiscussion) - Method in interface com.atlassian.bitbucket.comment.CommentableVisitor
-
- visit(PullRequest) - Method in interface com.atlassian.bitbucket.comment.CommentableVisitor
-
- visit(Repository) - Method in interface com.atlassian.bitbucket.label.LabelableVisitor
-
- visit(Project) - Method in class com.atlassian.bitbucket.project.AbstractProjectVisitor
-
- visit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractProjectVisitor
-
- visit(Project) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
Invokes
AbstractVoidProjectVisitor.doVisit(Project)
and returns null
.
- visit(PersonalProject) - Method in class com.atlassian.bitbucket.project.AbstractVoidProjectVisitor
-
Invokes
AbstractVoidProjectVisitor.doVisit(PersonalProject)
and returns null
.
- visit(Project) - Method in interface com.atlassian.bitbucket.project.ProjectVisitor
-
- visit(PersonalProject) - Method in interface com.atlassian.bitbucket.project.ProjectVisitor
-
- visit(PullRequestActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
-
- visit(PullRequestCommentActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
-
- visit(PullRequestMergeActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
-
- visit(PullRequestRescopeActivity) - Method in class com.atlassian.bitbucket.pull.AbstractPullRequestActivityVisitor
-
- visit(PullRequestActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
-
- visit(PullRequestCommentActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
-
- visit(PullRequestMergeActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
-
- visit(PullRequestRescopeActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
-
- visit(PullRequestReviewersUpdatedActivity) - Method in interface com.atlassian.bitbucket.pull.PullRequestActivityVisitor
-
- visit(CommitDiscussionCommentActivity) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
-
- visit(RepositoryPushActivity) - Method in class com.atlassian.bitbucket.repository.AbstractRepositoryActivityVisitor
-
- visit(CommitDiscussionCommentActivity) - Method in interface com.atlassian.bitbucket.repository.RepositoryActivityVisitor
-
- visit(RepositoryPushActivity) - 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(Comment) - Method in interface com.atlassian.bitbucket.task.TaskAnchorVisitor
-
- visit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
-
- visit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
-
- visit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractApplicationUserVisitor
-
- visit(DetailedUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
-
- visit(ServiceUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
-
- visit(ApplicationUser) - Method in class com.atlassian.bitbucket.user.AbstractVoidApplicationUserVisitor
-
- visit(DetailedUser) - Method in interface com.atlassian.bitbucket.user.ApplicationUserVisitor
-
- visit(ServiceUser) - Method in interface com.atlassian.bitbucket.user.ApplicationUserVisitor
-
- visit(ApplicationUser) - Method in interface com.atlassian.bitbucket.user.ApplicationUserVisitor
-
- visit(CommitDiscussion) - Method in interface com.atlassian.bitbucket.watcher.WatchableVisitor
-
- visit(PullRequest) - Method in interface com.atlassian.bitbucket.watcher.WatchableVisitor
-
- visit(Repository) - Method in interface com.atlassian.bitbucket.watcher.WatchableVisitor
-
W
- 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
-
- 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
-
- 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.pull.PullRequestDiffRequest.Builder
-
- whitespace(DiffWhitespace) - Method in class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
-
- 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.
- withEnvironment(String, String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Adds an environment variable with the specified
name
and value
.
- withEnvironment(String, String) - Method in class com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
-
Puts the provided
value
in the MirrorSyncCommandParameters.Builder.environment
map with the specified name
, after ensuring
both the name
and value
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 specified pull request
.
- withLock(PullRequest, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.PullRequestLock
-
Performs the provided
operation
while holding a lock on the specified pull request
.
- withLock(int, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.RepositoryLock
-
Performs the provided
operation
while holding a lock on the specified repository
.
- withLock(Repository, Operation<T, E>) - Method in interface com.atlassian.bitbucket.concurrent.RepositoryLock
-
Performs the provided
operation
while holding a lock on the specified repository
.
- 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(Object, Permission) - Method in interface com.atlassian.bitbucket.user.EscalatedSecurityContext
-
Adds permissions on a particular resource to the set of elevated permissions.
- 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(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.
- 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.PullRequestActivitySearchRequest.Builder
-
- 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)
- 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.
- workDir(Path) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Sets the working directory which should be used when the command is run.
- workDir(String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Sets the working directory which should be used when the command is run.
- workingDirectory(File) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Deprecated.
in 6.4 for removal in 7.0. Use
CommandBuilderSupport.workDir(Path)
instead
- workingDirectory(Path) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Deprecated.
in 6.4 for removal in 7.0. Use
CommandBuilderSupport.workDir(Path)
instead
- workingDirectory(String) - Method in interface com.atlassian.bitbucket.scm.CommandBuilderSupport
-
Deprecated.
in 6.4 for removal in 7.0. Use
CommandBuilderSupport.workDir(String)
instead
- worldPermission(FilePermission) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
-
- worldPermissions(Iterable<FilePermission>) - Method in class com.atlassian.bitbucket.util.SetFilePermissionRequest.Builder
-
- 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(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.
X
- 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)
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2019 Atlassian. All rights reserved.
View cookie preferences