Bitbucket Server Documentation
Bitbucket Server - SPI
Package Index
|
Class Index
com.atlassian.bitbucket.auth
com.atlassian.bitbucket.comment
com.atlassian.bitbucket.home
com.atlassian.bitbucket.hook
com.atlassian.bitbucket.hook.repository
com.atlassian.bitbucket.idx
com.atlassian.bitbucket.io
com.atlassian.bitbucket.json
com.atlassian.bitbucket.migration
com.atlassian.bitbucket.permission
com.atlassian.bitbucket.plugin
com.atlassian.bitbucket.pull
com.atlassian.bitbucket.repository
com.atlassian.bitbucket.scm
com.atlassian.bitbucket.scm.bulk
com.atlassian.bitbucket.scm.compare
com.atlassian.bitbucket.scm.event
com.atlassian.bitbucket.scm.hook
com.atlassian.bitbucket.scm.http
com.atlassian.bitbucket.scm.integrity
com.atlassian.bitbucket.scm.mirror
com.atlassian.bitbucket.scm.pull
com.atlassian.bitbucket.scm.ref
com.atlassian.bitbucket.scm.ssh
com.atlassian.bitbucket.scm.throttle
com.atlassian.bitbucket.setting
com.atlassian.bitbucket.ssh.command
com.atlassian.bitbucket.ui
com.atlassian.bitbucket.user
com.atlassian.bitbucket.util
Interfaces
BulkRescopeContext
MergeRequest
MergeRequestCheckService
MinimalPullRequest
PluginPullRequestCommandFactory
PullRequestRescope
RepositoryRescopeContext
Classes
BulkRescopeCommandParameters
BulkRescopeCommandParameters.Builder
PullRequestDeleteCommandParameters
PullRequestDeleteCommandParameters.Builder
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
BulkRescopeCommandParameters.Builder
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.scm.pull.BulkRescopeCommandParameters.Builder
Summary
Public Constructors
Builder
()
Builder
(
BulkRescopeCommandParameters
parameters)
Public Methods
@Nonnull
BulkRescopeCommandParameters
build
()
@Nonnull
BulkRescopeCommandParameters.Builder
repository
(
Repository
value)
@Nonnull
BulkRescopeCommandParameters.Builder
rescopeContext
(
BulkRescopeContext
value)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
Builder
()
public
Builder
(
BulkRescopeCommandParameters
parameters)
Public Methods
@Nonnull public
BulkRescopeCommandParameters
build
()
@Nonnull public
BulkRescopeCommandParameters.Builder
repository
(
Repository
value)
@Nonnull public
BulkRescopeCommandParameters.Builder
rescopeContext
(
BulkRescopeContext
value)