Uses of Interface
com.atlassian.bitbucket.repository.Repository
Package
Description
-
Uses of Repository in com.atlassian.bitbucket.attachment
Modifier and TypeMethodDescriptionboolean
AttachmentService.delete
(Repository repository, long id) Deletes the attachment with the specified ID, if it exists.boolean
AttachmentService.deleteMetadata
(Repository repository, long attachmentId) Deletes that attachment metadata with the specified ID, if it exists.AttachmentService.getMetadata
(Repository repository, long attachmentId) Get the attachment metadata that is associated with the attachment metadata ID that is supplied.AttachmentService.read
(Repository repository, long id) Reads the attachment with the specified ID.AttachmentService.save
(Repository repository, AttachmentSupplier attachmentSupplier) Saves the attachment contained in the providedsupplier
, assigning a unique ID to allow it to be accessed again.AttachmentService.saveMetadata
(Repository repository, long attachmentId, Map<String, Object> metadata) Saves the metadata for an attachment that already exists. -
Uses of Repository in com.atlassian.bitbucket.build.status
Modifier and TypeMethodDescriptionAbstractBuildStatusSearchRequest.getRepository()
The repository for the build statusesRepositoryBuildStatus.getRepository()
The repository that the build is associated with.RepositoryBuildStatusSetRequest.getRepository()
ModifierConstructorDescriptionAbstractBuilder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository, String commitId, String key) -
Uses of Repository in com.atlassian.bitbucket.commit
Modifier and TypeMethodDescriptionAbstractCommitRequest.getRepository()
AbstractCommitsRequest.getRepository()
ChangesetsRequest.getRepository()
Commit.getRepository()
Retrieves therepository
this commit was loaded from, if it's available.CommitDiscussion.getRepository()
CommitDiscussionRequest.getRepository()
CommonAncestorRequest.getRepository()
MinimalRepositoryCommit.getRepository()
SimpleCommit.getRepository()
SimpleMinimalRepositoryCommit.getRepository()
CommitsBetweenRequest.getSecondaryRepository()
When retrieving commits between repositories, retrieves the secondary repository.CommonAncestorRequest.getSecondaryRepository()
When determining the common ancestor of commits in different repositories, retrieves the secondary repository.Modifier and TypeMethodDescriptionBulkCommitsRequest.Builder.commit
(Repository repository, String commit) BulkCommitsRequest.Builder.commits
(Repository repository, Iterable<String> value) CommitEnricher.enrich
(Repository repository, Commit commit, Collection<String> propertyKeys) CommitEnricher.enrichPage
(Repository repository, Page<Commit> page, Collection<String> propertyKeys) SimpleCommit.Builder.repository
(Repository value) SimpleMinimalRepositoryCommit.Builder.repository
(Repository value) CommitsBetweenRequest.Builder.secondaryRepository
(Repository value) CommonAncestorRequest.Builder.secondaryRepository
(Repository value) void
SimpleCommit.setRepository
(Repository repository) ModifierConstructorDescriptionprotected
AbstractCommitRequestBuilder
(Repository repository, String commitId) protected
AbstractCommitsRequestBuilder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository, String commitId) Builder
(Repository repository, String commitId) Builder
(Repository repository) Builder
(Repository repository, String commitId) Builder
(Repository repository) Builder
(Repository repository, String commitId) -
Uses of Repository in com.atlassian.bitbucket.commit.graph
-
Uses of Repository in com.atlassian.bitbucket.compare
Modifier and TypeMethodDescriptionCompareRequest.Builder.fromRef
(String id, Repository repository) CompareRequest.Builder.toRef
(String id, Repository repository) -
Uses of Repository in com.atlassian.bitbucket.concurrent
Modifier and TypeMethodDescription<T,
E extends Exception>
TRepositoryLock.withLock
(Repository repository, Operation<T, E> operation) Performs the providedoperation
while holding a lock on the specifiedrepository
. -
Uses of Repository in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionArchiveRequest.getRepository()
ChangesRequest.getRepository()
DiffRequest.getRepository()
DiffStatsSummaryRequest.getRepository()
EditFileRequest.getRepository()
PatchRequest.getRepository()
DiffRequest.getSecondaryRepository()
Retrieves the secondary repository from which to generate the diff.DiffStatsSummaryRequest.getSecondaryRepository()
Retrieves the secondary repository from which to generate the diff.PatchRequest.getSecondaryRepository()
Retrieves the secondary repository from which to generate the patch.Modifier and TypeMethodDescriptionContentService.getBlame
(Repository repository, String commitId, String path, PageRequest pageRequest) CalculatesBlame
for the lines included by the providedPageRequest
for the specified path starting from the provided commit.ContentService.getSize
(Repository repository, String commitId, String path) Retrieves the size of the specified file.ContentService.getType
(Repository repository, String commitId, String path) Retrieves the type of object at the specified path.DiffRequest.Builder.secondaryRepository
(Repository value) DiffStatsSummaryRequest.Builder.secondaryRepository
(Repository value) PatchRequest.Builder.secondaryRepository
(Repository value) void
ContentService.streamDirectory
(Repository repository, String objectId, String path, boolean recursive, ContentTreeCallback callback, PageRequest pageRequest) Performs a directory listing for the specified objectId+path from the specified repository, streaming the results to the providedcallback
.void
ContentService.streamFile
(Repository repository, String objectId, String path, TypeAwareOutputSupplier supplier) Streams the raw content of the file into an OutputStream obtained from the given TypeAwareOutputSupplier.void
ContentService.streamFile
(Repository repository, String objectId, String path, PageRequest pageRequest, boolean withBlame, FileContentCallback fileContentCallback) ModifierConstructorDescriptionBuilder
(Repository repository, String commitId) Builder
(Repository repository, String untilId) Builder
(Repository repository, String untilId) Builder
(Repository repository, String untilId) Builder
(String branch, String path, Repository repository) Builder
(Repository repository, Branch branch, String path, InputSupplier<InputStream> content) Builder
(Repository repository, String untilId) -
Uses of Repository in com.atlassian.bitbucket.dashboard
-
Uses of Repository in com.atlassian.bitbucket.event.attachment
ModifierConstructorDescriptionAttachmentDeletedEvent
(Object source, Repository repository, Attachment attachment) Construct a newAttachmentEvent
.AttachmentDeletionRequestedEvent
(Object source, Repository repository, Attachment attachment, CancelState cancelState) protected
AttachmentEvent
(Object source, Repository repository, Attachment attachment) Construct a newAttachmentEvent
.AttachmentSavedEvent
(Object source, Repository repository, Attachment attachment) Construct a newAttachmentEvent
.AttachmentSaveRequestedEvent
(Object source, Repository repository, Attachment attachment, CancelState cancelState) Construct a newAttachmentEvent
. -
Uses of Repository in com.atlassian.bitbucket.event.branch
ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger, Branch branch) protected
BranchChangedEvent
(Object source, Repository repository, Branch branch, RefChange refChange) BranchCreatedEvent
(Object source, Repository repository, Branch branch) BranchDeletedEvent
(Object source, Repository repository, Branch branch) Builder
(Repository repository, Branch branch) Builder
(Repository repository, Branch branch) -
Uses of Repository in com.atlassian.bitbucket.event.content
ModifierConstructorDescriptionFileEditedEvent
(Object source, Repository repository, Branch branch, RefChange refChange, String path, InputSupplier<InputStream> content, String message) -
Uses of Repository in com.atlassian.bitbucket.event.mirror
Modifier and TypeMethodDescriptionAbstractRepositoryMirrorEvent.getRepository()
RepositoryMirrorEvent.getRepository()
Modifier and TypeMethodDescriptionAbstractRepositoryMirrorEvent.Builder.repository
(Repository value) -
Uses of Repository in com.atlassian.bitbucket.event.permission
ModifierConstructorDescriptionprotected
AbstractRepositoryPermissionModificationEvent
(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser) protected
RepositoryPermissionEvent
(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser) RepositoryPermissionGrantedEvent
(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser) RepositoryPermissionGrantRequestedEvent
(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) RepositoryPermissionModificationRequestedEvent
(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) RepositoryPermissionModifiedEvent
(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser) RepositoryPermissionRevocationRequestedEvent
(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser, CancelState cancelState) RepositoryPermissionRevokedEvent
(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser) -
Uses of Repository in com.atlassian.bitbucket.event.pull
-
Uses of Repository in com.atlassian.bitbucket.event.repository
Modifier and TypeFieldDescriptionprotected final Repository
AbstractRepositoryModificationEvent.newValue
protected final Repository
AbstractRepositoryModificationEvent.oldValue
Modifier and TypeMethodDescriptionAbstractRepositoryModificationEvent.getNewValue()
Retrieves the updated repository values.AbstractRepositoryModificationEvent.getOldValue()
Retrieves the original repository values.RepositoryEvent.getRepository()
RepositoryRefsChangedEvent.getRepository()
Retrieves the repository in which refs were changed.ModifierConstructorDescriptionAbstractRepositoryModificationEvent
(Object source, Repository repository, Repository oldValue, Repository newValue) AbstractRepositoryRefsChangedEvent
(Object source, Repository repository, Collection<RefChange> refChanges) PullRequestFilterEvent
(Object source, Repository repository, PullRequestState state, Iterable<PullRequestParticipantRequest> prParticipants, String branch, String filterText) RepositoryAccessedEvent
(Object source, Repository repository) RepositoryCloneEvent
(Object source, Repository repository) RepositoryCreatedEvent
(Object source, Repository repository) RepositoryCreationFailedEvent
(Object source, Repository repository) RepositoryCreationRequestedEvent
(Object source, Repository repository, String defaultBranch, CancelState cancelState) RepositoryDefaultBranchModifiedEvent
(Object source, Repository repository, String newValue, String oldValue) RepositoryDeleteBlockedEvent
(Object source, Repository repository, Permission userRole, boolean isPersonalRepo, boolean isPublicRepo) RepositoryDeletedEvent
(Object source, Repository repository, Iterable<Integer> forkIds) RepositoryDeletionRequestedEvent
(Object source, Repository repository, CancelState cancelState, Iterable<Integer> forkIds) RepositoryEvent
(Object source, Repository repository) RepositoryForkedEvent
(Object source, Repository repository) RepositoryForkFailedEvent
(Object source, Repository repository) RepositoryForkRequestedEvent
(Object source, Repository repository, String defaultBranch, CancelState cancelState) RepositoryImportedEvent
(Object source, Repository repository) RepositoryModificationRequestedEvent
(Object source, Repository oldValue, Repository newValue, CancelState cancelState) RepositoryModifiedEvent
(Object source, Repository oldValue, Repository newValue) RepositoryOtherReadEvent
(Object source, Repository repository) RepositoryOtherWriteEvent
(Object source, Repository repository) RepositoryPullEvent
(Object source, Repository repository) RepositoryPushEvent
(Object source, Repository repository, Collection<RefChange> refChanges) -
Uses of Repository in com.atlassian.bitbucket.event.tag
ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger, Tag tag) Builder
(Repository repository, Tag tag) Builder
(Repository repository, Tag tag) TagChangedEvent
(Object source, Repository repository, Tag tag, RefChange refChange) TagCreatedEvent
(Object source, Repository repository, Tag tag) TagDeletedEvent
(Object source, Repository repository, Tag tag) -
Uses of Repository in com.atlassian.bitbucket.hook.repository
Modifier and TypeMethodDescriptionAbstractRepositoryHookRequest.getRepository()
RepositoryHookRequest.getRepository()
ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger) protected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository, RepositoryHookTrigger trigger) -
Uses of Repository in com.atlassian.bitbucket.idx
Modifier and TypeMethodDescriptionvoid
CommitIndex.addCommit
(Commit commit, Repository repository) Associates the providedCommit
with the specifiedRepository
.boolean
CommitIndex.isIndexed
(String commitId, Repository repository) void
CommitIndex.removeCommit
(String commitId, Repository repository) Removes the association between the specified commit and repository in the index. -
Uses of Repository in com.atlassian.bitbucket.label
-
Uses of Repository in com.atlassian.bitbucket.migration
Modifier and TypeMethodDescriptionMigrationService.previewMeshMigration
(MeshMigrationRequest request) Resolves repositories to be migrated without triggering a migration.Modifier and TypeMethodDescriptionstatic RepositorySelector
RepositorySelector.of
(Repository repository) -
Uses of Repository in com.atlassian.bitbucket.permission
Modifier and TypeMethodDescriptionPermissionPredicateFactory.createRepositoryAccessiblePredicate()
PermissionPredicateFactory.createRepositoryPermissionPredicate
(Permission permission) Modifier and TypeMethodDescriptionPermissionAdminService.findGroupsWithoutRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any repository permission.PermissionAdminService.findGroupsWithRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofgroups
and their highest granted permission for the specified repository.PermissionAdminService.findLicensedUsersWithoutRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) PermissionAdminService.findUsersWithRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofusers
and their highest granted permission for the specified repository.boolean
PermissionService.hasDirectRepositoryUserPermission
(Repository repository, Permission permission) boolean
PermissionService.hasRepositoryPermission
(Repository repository, Permission permission) boolean
PermissionService.hasRepositoryPermission
(ApplicationUser user, Repository repository, Permission permission) Will return true if the user isactive
and one of the following conditions is met: permission is granted directly for the given user on the given repository permission is granted to a group the given user is a member of on the given repository The given user is directly granted a permission on the containing project and the given permission is implied as a result A group the given user is a member of is granted a permission on the containing project and the given permission is implied as a result All logged in users are granted a permission to the containing project and the given permission is implied as a result The given repository ispublicly accessible
and the permission is implied as a result the given user is directly grantedadministration rights
A group the given user is a member of is grantedadministration rights
This method will always returnfalse
if theuser
given isnull
as anonymous users cannot be granted permissions by definition.boolean
PermissionService.hasRepositoryPermissionThroughGroupMembership
(Repository repository, Permission permission, Set<String> excludedGroups) boolean
PermissionService.isPubliclyAccessible
(Repository repository) Retrieves whether the repository is publicly accessible.boolean
PermissionService.isRepositoryAccessible
(Repository repository) Retrieve whether the current user (authenticated or not) has access to the given repository.SetPermissionRequest.Builder.repositoryPermission
(Permission permission, Repository repository) void
PermissionAdminService.revokeAllRepositoryPermissions
(Repository repository, ApplicationUser user) Revoke all repository permissions for the given user.void
PermissionAdminService.revokeAllRepositoryPermissions
(Repository repository, String group) Revoke all repository permissions for the given group.void
PermissionAdminService.revokeAllRepositoryPermissions
(Repository repository, Set<String> groups, Set<ApplicationUser> users) Revoke all repository permissions for the given users and groups.void
PermissionValidationService.validateForRepository
(Repository repository, Permission permission) Validate that the current user has the specified permission for the repositoryvoid
PermissionValidationService.validateRepositoryAccessible
(Repository repository) Validate that the current user (authenticated or not) has access to the given repository. -
Uses of Repository in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestCreateRequest.getFromRepository()
PullRequestCreateRequest.getToRepository()
Modifier and TypeMethodDescriptionPullRequestParticipantSearchRequest.getFromRepository()
When set, limits the search by the repository the pull requests are coming from.AbstractPullRequestMergeConfigRequest.getRepository()
PullRequestParticipantSearchRequest.getToRepository()
When set, limits the search by the repository the pull requests are going to.Modifier and TypeMethodDescriptionPullRequestCreateRequest.AbstractBuilder.fromRepository
(Repository value) PullRequestParticipantSearchRequest.Builder.fromRepository
(Repository value) Limits the search by the repository the pull requests are coming from.PullRequestCreateRequest.AbstractBuilder.repository
(Repository value) PullRequestCreateRequest.AbstractBuilder.toRepository
(Repository value) PullRequestParticipantSearchRequest.Builder.toRepository
(Repository value) Limits the search by the repository the pull requests are going to.ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) -
Uses of Repository in com.atlassian.bitbucket.repository
Modifier and TypeMethodDescriptionRepositoryService.create
(RepositoryCreateRequest request) Create a new repository.RepositoryService.findPersonalFork
(Repository repository) Retrieves the current user's personal fork of the specifiedrepository
.RepositoryService.fork
(RepositoryForkRequest request) Create a new repository by forking from an existing repository.RepositoryService.getById
(int id) Retrieves aRepository
by itsID
.RepositorySupplier.getById
(int id) Retrieves aRepository
by itsID
.Retrieves aRepository
by itsslug
.Retrieves aRepository
by itsslug
.Repository.getOrigin()
Retrieves the repository from which this repository was forked, if any.RepositoryForkRequest.getParent()
Retrieves the repository to be forked.AbstractCreateRefRequest.getRepository()
AbstractRepositoryRefsRequest.getRepository()
ForkingDisabledException.getRepository()
MinimalRepositoryRef.getRepository()
RefMetadataRequest.getRepository()
RepositoryActivity.getRepository()
RepositoryCloneLinksRequest.getRepository()
RepositoryMovedException.getRepository()
ResolveRefRequest.getRepository()
Retrieves the repository to resolve the ref in.ResolveRefsRequest.getRepository()
SimpleMinimalRepositoryRef.getRepository()
RepositoryService.retryCreate
(Repository repository) If a create operation fails, calling this method will clean up the broken repository and try again.RepositoryService.setReadOnly
(Repository repository, boolean readOnly) Enable/disable read-only mode for the given repository.RepositoryService.update
(RepositoryUpdateRequest request) Update the metadata of a repository.Modifier and TypeMethodDescriptionRepositoryService.findAll
(PageRequest pageRequest) Find all repositories in the system in the default namespace.RepositoryService.findByOrigin
(Repository origin, PageRequest pageRequest) Retrieves a page ofrepositories
which have been forked from the specifiedorigin
.RepositoryService.findByOwner
(ApplicationUser owner, PageRequest pageRequest) Retrieves a page ofrepositories
owned by the specifieduser
.RepositoryService.findByProjectId
(int projectId, PageRequest pageRequest) Retrieves a page ofrepositories
in the project with the given id.RepositoryService.findByProjectKey
(String projectKey, PageRequest pageRequest) List the names of the repositories in the project with the given key and with a default (null) namespace.RepositoryService.findRelated
(Repository repository, PageRequest pageRequest) Retrieves a page ofrepositories
which belong to the samehierarchy
as the specified repository.RepositoryService.search
(RepositorySearchRequest request, PageRequest pageRequest) Searches forrepositories
that match the providedrequest
.Modifier and TypeMethodDescriptionvoid
RepositoryService.delete
(Repository repository) Delete the repository.RepositoryService.findByOrigin
(Repository origin, PageRequest pageRequest) Retrieves a page ofrepositories
which have been forked from the specifiedorigin
.RepositoryService.findPersonalFork
(Repository repository) Retrieves the current user's personal fork of the specifiedrepository
.RepositoryService.findRelated
(Repository repository, PageRequest pageRequest) Retrieves a page ofrepositories
which belong to the samehierarchy
as the specified repository.RefService.getDefaultBranch
(Repository repository) Retrieves the default branch for the specified repository.RepositoryService.getDefaultBranch
(Repository repository) Retrieves the configured default branch for the specified repository.long
RepositoryService.getSize
(Repository repository) Calculates the size (in bytes) for the specified repository.boolean
RepositoryService.isEmpty
(Repository repository) Retrieves a flag indicating whether the specified repository is empty or not.RepositoryForkRequest.Builder.parent
(Repository value) Sets the repository to be forked, which will be theorigin
of the fork.RefMetadataRequest.Builder.repository
(Repository value) RepositoryCloneLinksRequest.Builder.repository
(Repository value) RepositoryService.retryCreate
(Repository repository) If a create operation fails, calling this method will clean up the broken repository and try again.void
RefService.setDefaultBranch
(Repository repository, String branchName) Sets the default branch for the specified repository.RepositoryService.setReadOnly
(Repository repository, boolean readOnly) Enable/disable read-only mode for the given repository.ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, String name, String startPoint) protected
AbstractBuilder
(Repository repository) protected
AbstractBuilder
(Repository repository) protected
AbstractBuilder
(Repository repository) protected
AbstractBuilder
(Repository repository, MinimalRef ref) Builder
(Repository repository, String name, String startPoint) Builder
(Repository repository, String name, String startPoint) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) Constructs a newBuilder
which will update the specifiedRepository
.Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository) Builder
(Repository repository, Ref ref) ForkingDisabledException
(KeyedMessage message, Repository repository) RepositoryMovedException
(Repository repository, String projectKey, String slug, KeyedMessage message) -
Uses of Repository in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionMergeCommandParameters.getFromRepository()
MergeException.getRepository()
AbstractDiffCommandParameters.getSecondaryRepository()
Retrieves the secondary repository from which to generate the diff.CommitsCommandParameters.getSecondaryRepository()
CommonAncestorCommandParameters.getSecondaryRepository()
DiffStatsSummaryCommandParameters.getSecondaryRepository()
Retrieves the secondary repository from which to generate the diff.PatchCommandParameters.getSecondaryRepository()
Modifier and TypeMethodDescriptionScmService.createBuilder
(Repository repository) Creates aScmCommandBuilder
which can be used to construct free-form commands to interact directly with the underlying SCM implementation and perform custom functions on repositories.MergeCommandParameters.AbstractMergeBuilder.fromRepository
(Repository value) ScmService.getBulkContentCommandFactory
(Repository repository) Retrieves anScmBulkContentCommandFactory
, used to createcommands
for retrieving bulk data from the SCM.ScmService.getCommandFactory
(Repository repository) Retrieves anScmCommandFactory
, used to createcommands
for performing standard SCM operations such as retrieving commits and viewing diffs.ScmService.getExtendedCommandFactory
(Repository repository) Retrieves anScmExtendedCommandFactory
, used to create commands for extended SCM functionality.ScmService.getMirrorCommandFactory
(Repository repository) Retrieves anScmMirrorCommandFactory
, used to createcommands
tailored for mirroring repositories.ScmService.getRefCommandFactory
(Repository repository) ScmService.getScmName
(Repository repository) Retrieves the name for theSCM
which powers the specified repository.boolean
ScmService.isEmpty
(Repository repository) Tests whether the specifiedRepository
is empty.boolean
ScmService.isSupported
(Repository repository, ScmFeature feature) Tests whether the SCM for the specifiedRepository
supports the requestedfeature
.ScmCommandFactory.repositorySize
(Repository repository, RepositorySizeCommandParameters parameters) Calculates thesize
for the specified repository.AbstractDiffCommandParameters.AbstractBuilder.secondaryRepository
(Repository value) CommitsCommandParameters.Builder.secondaryRepository
(Repository value) CommonAncestorCommandParameters.Builder.secondaryRepository
(Repository value) DiffStatsSummaryCommandParameters.Builder.secondaryRepository
(Repository value) PatchCommandParameters.Builder.secondaryRepository
(Repository value) ModifierConstructorDescriptionMergeException
(KeyedMessage message, String scmId, Repository repository, String from, String to, boolean conflicted) MergeException
(KeyedMessage message, Throwable cause, String scmId, Repository repository, String from, String to, boolean conflicted) -
Uses of Repository in com.atlassian.bitbucket.scm.bulk
Modifier and TypeMethodDescriptionBulkTraverseCommitsCommandParameters.getAlternates()
BulkCommitsCommandParameters.getCommits()
Modifier and TypeMethodDescriptionBulkTraverseCommitsCommandParameters.Builder.alternate
(Repository value) BulkTraverseCommitsCommandParameters.Builder.alternates
(Repository value, Repository... values) BulkCommitsCommandParameters.Builder.commit
(Repository repository, String value) BulkCommitsCommandParameters.Builder.commits
(Repository repository, Iterable<String> values) Modifier and TypeMethodDescriptionBulkTraverseCommitsCommandParameters.Builder.alternates
(Iterable<Repository> values) boolean
BulkCommitCallback.onCommit
(Commit commit, Set<Repository> repositories) Receives a commit, and the set of repositories the commit was found in. -
Uses of Repository in com.atlassian.bitbucket.scope
Modifier and TypeMethodDescriptionstatic RepositoryScope
Scopes.repository
(Repository repository) -
Uses of Repository in com.atlassian.bitbucket.user
Modifier and TypeMethodDescriptionRecentlyAccessedRepositoriesService.findByCurrentUser
(Permission permission, PageRequest pageRequest) Returns a page of repositories accessed most recently by the current user.RecentlyAccessedRepositoriesService.findByCurrentUser
(PageRequest pageRequest) Returns a page of repositories accessed most recently by the current user.Modifier and TypeMethodDescriptionUserSearchRequest.Builder.repositoryPermission
(Repository repository, Permission permission) Set the repository permission filter for the resultingrequest
. -
Uses of Repository in com.atlassian.bitbucket.watcher