Bitbucket Server Documentation
Bitbucket Server - API
Package Index
|
Class Index
com.atlassian.bitbucket
com.atlassian.bitbucket.activity
com.atlassian.bitbucket.attribute
com.atlassian.bitbucket.audit
com.atlassian.bitbucket.auth
com.atlassian.bitbucket.avatar
com.atlassian.bitbucket.cluster
com.atlassian.bitbucket.comment
com.atlassian.bitbucket.commit
com.atlassian.bitbucket.commit.graph
com.atlassian.bitbucket.compare
com.atlassian.bitbucket.concurrent
com.atlassian.bitbucket.content
com.atlassian.bitbucket.dashboard
com.atlassian.bitbucket.env
com.atlassian.bitbucket.event
com.atlassian.bitbucket.event.annotation
com.atlassian.bitbucket.event.audit
com.atlassian.bitbucket.event.auth
com.atlassian.bitbucket.event.backup
com.atlassian.bitbucket.event.branch
com.atlassian.bitbucket.event.cluster
com.atlassian.bitbucket.event.commit
com.atlassian.bitbucket.event.content
com.atlassian.bitbucket.event.hook
com.atlassian.bitbucket.event.license
com.atlassian.bitbucket.event.maintenance
com.atlassian.bitbucket.event.migration
com.atlassian.bitbucket.event.mirror
com.atlassian.bitbucket.event.permission
com.atlassian.bitbucket.event.project
com.atlassian.bitbucket.event.pull
com.atlassian.bitbucket.event.repository
com.atlassian.bitbucket.event.request
com.atlassian.bitbucket.event.server
com.atlassian.bitbucket.event.tag
com.atlassian.bitbucket.event.task
com.atlassian.bitbucket.event.throttle
com.atlassian.bitbucket.event.user
com.atlassian.bitbucket.event.watch
com.atlassian.bitbucket.help
com.atlassian.bitbucket.hook
com.atlassian.bitbucket.hook.repository
com.atlassian.bitbucket.hook.script
com.atlassian.bitbucket.i18n
com.atlassian.bitbucket.idx
com.atlassian.bitbucket.io
com.atlassian.bitbucket.jira
com.atlassian.bitbucket.job
com.atlassian.bitbucket.label
com.atlassian.bitbucket.license
com.atlassian.bitbucket.log
com.atlassian.bitbucket.mail
com.atlassian.bitbucket.markup
com.atlassian.bitbucket.migration
com.atlassian.bitbucket.migration.event
com.atlassian.bitbucket.nav
com.atlassian.bitbucket.permission
com.atlassian.bitbucket.project
com.atlassian.bitbucket.property
com.atlassian.bitbucket.pull
com.atlassian.bitbucket.repository
com.atlassian.bitbucket.request
com.atlassian.bitbucket.scm
com.atlassian.bitbucket.scm.bulk
com.atlassian.bitbucket.scm.compare
com.atlassian.bitbucket.scm.mirror
com.atlassian.bitbucket.scm.pull
com.atlassian.bitbucket.scm.ref
com.atlassian.bitbucket.scm.signed
com.atlassian.bitbucket.scope
com.atlassian.bitbucket.server
com.atlassian.bitbucket.setting
com.atlassian.bitbucket.task
com.atlassian.bitbucket.throttle
com.atlassian.bitbucket.timezone
com.atlassian.bitbucket.topic
com.atlassian.bitbucket.user
com.atlassian.bitbucket.util
com.atlassian.bitbucket.validation
com.atlassian.bitbucket.validation.groups
com.atlassian.bitbucket.view
com.atlassian.bitbucket.watcher
Interfaces
PullRequest
PullRequestActivity
PullRequestActivityPage
<T extends
PullRequestActivity
>
PullRequestActivityVisitor
PullRequestCommentActivity
PullRequestCommitEnricher
PullRequestMergeability
PullRequestMergeActivity
PullRequestMergeConfig
PullRequestMergeStrategy
PullRequestMergeVeto
PullRequestParticipant
PullRequestRef
PullRequestRescopeActivity
PullRequestReviewersUpdatedActivity
PullRequestService
PullRequestSupplier
RescopeDetails
Classes
AbstractPullRequestActivityVisitor
AbstractPullRequestMergeConfigRequest
AbstractPullRequestMergeConfigRequest.AbstractBuilder
<B extends
AbstractBuilder
<B, R extends
AbstractPullRequestMergeConfigRequest
>, R>
AbstractPullRequestRequest
AbstractPullRequestRequest.AbstractBuilder
<T extends
AbstractBuilder
<T>>
DeletePullRequestMergeConfigRequest
DeletePullRequestMergeConfigRequest.Builder
GetPullRequestMergeConfigRequest
GetPullRequestMergeConfigRequest.Builder
PullRequestActivitySearchRequest
PullRequestActivitySearchRequest.Builder
PullRequestChangesRequest
PullRequestChangesRequest.Builder
PullRequestCommitSearchRequest
PullRequestCommitSearchRequest.Builder
PullRequestCommitsRequest
PullRequestCommitsRequest.Builder
PullRequestCreateRequest
PullRequestCreateRequest.AbstractBuilder
<T extends
AbstractBuilder
<T>>
PullRequestCreateRequest.Builder
PullRequestDeclineRequest
PullRequestDeclineRequest.Builder
PullRequestDeleteRequest
PullRequestDeleteRequest.Builder
PullRequestDiffRequest
PullRequestDiffRequest.Builder
PullRequestMergeRequest
PullRequestMergeRequest.Builder
PullRequestMergeResult
PullRequestMergeResult.Builder
PullRequestParticipantRequest
PullRequestParticipantRequest.Builder
PullRequestParticipantSearchRequest
PullRequestParticipantSearchRequest.Builder
PullRequestSearchRequest
PullRequestSearchRequest.Builder
PullRequestTaskSearchRequest
PullRequestTaskSearchRequest.Builder
PullRequestUpdateRequest
PullRequestUpdateRequest.Builder
SetPullRequestMergeConfigRequest
SetPullRequestMergeConfigRequest.Builder
SimplePullRequestActivityPage
<T extends
PullRequestActivity
>
SimpleRescopeDetails
SimpleRescopeDetails.Builder
Enums
PullRequestAction
PullRequestActivityType
PullRequestChangeScope
PullRequestDirection
PullRequestEntityType
PullRequestMergeConfigType
PullRequestMergeOutcome
PullRequestOrder
PullRequestParticipantStatus
PullRequestRole
PullRequestState
Exceptions
DuplicatePullRequestException
EmptyPullRequestException
IllegalPullRequestSearchRequestException
IllegalPullRequestStateException
InvalidPullRequestParticipantException
InvalidPullRequestParticipantsException
InvalidPullRequestReviewersException
InvalidPullRequestRoleException
InvalidPullRequestTargetException
NoSuchParticipantException
NoSuchPullRequestException
PullRequestDeletionCanceledException
PullRequestDeletionDisabledException
PullRequestMergeVetoedException
PullRequestOpenCanceledException
PullRequestOutOfDateException
UnmodifiablePullRequestRoleException
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
PullRequestActivityVisitor
com.atlassian.bitbucket.pull.PullRequestActivityVisitor
Known Indirect Subclasses
AbstractPullRequestActivityVisitor
AbstractPullRequestActivityVisitor
Summary
Public Methods
void
visit
(
PullRequestCommentActivity
activity)
void
visit
(
PullRequestReviewersUpdatedActivity
activity)
void
visit
(
PullRequestRescopeActivity
activity)
void
visit
(
PullRequestActivity
activity)
void
visit
(
PullRequestMergeActivity
activity)
Public Methods
public void
visit
(
PullRequestCommentActivity
activity)
public void
visit
(
PullRequestReviewersUpdatedActivity
activity)
public void
visit
(
PullRequestRescopeActivity
activity)
public void
visit
(
PullRequestActivity
activity)
public void
visit
(
PullRequestMergeActivity
activity)