Docs
Reference
Atlassian Marketplace
Answers
News
About
Log In
Atlassian Stash SPI
Package Index
|
Class Index
com.atlassian.stash.auth
com.atlassian.stash.comment
com.atlassian.stash.home
com.atlassian.stash.hook
com.atlassian.stash.hook.repository
com.atlassian.stash.idx
com.atlassian.stash.json
com.atlassian.stash.notification
com.atlassian.stash.notification.commit
com.atlassian.stash.notification.pull
com.atlassian.stash.plugin
com.atlassian.stash.pull
com.atlassian.stash.repository
com.atlassian.stash.scm
com.atlassian.stash.scm.compare
com.atlassian.stash.scm.event
com.atlassian.stash.scm.hook
com.atlassian.stash.scm.http
com.atlassian.stash.scm.pull
com.atlassian.stash.scm.ref
com.atlassian.stash.scm.ssh
com.atlassian.stash.scm.throttle
com.atlassian.stash.setting
com.atlassian.stash.ui
com.atlassian.stash.util
Interfaces
MergeRequest
MergeRequestCheck
MergeRequestCheckService
MinimalPullRequest
PluginPullRequestCommandFactory
PluginPullRequestCommandFactory2
RepositoryRescopeContext
Classes
MergeRequestCheckModuleDescriptor
RepositoryRescopeCommandParameters
RepositoryRescopeCommandParameters.Builder
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
RepositoryRescopeCommandParameters.Builder
extends Object
java.lang.Object
↳
com.atlassian.stash.scm.pull.RepositoryRescopeCommandParameters.Builder
Summary
Public Constructors
RepositoryRescopeCommandParameters.Builder
()
RepositoryRescopeCommandParameters.Builder
(
RepositoryRescopeCommandParameters
parameters)
Public Methods
@Nonnull
RepositoryRescopeCommandParameters
build
()
@Nonnull
RepositoryRescopeCommandParameters.Builder
refChange
(RefChange value)
@Nonnull
RepositoryRescopeCommandParameters.Builder
refChanges
(RefChange value, RefChange... values)
@Nonnull
RepositoryRescopeCommandParameters.Builder
refChanges
(Iterable<RefChange> value)
@Nonnull
RepositoryRescopeCommandParameters.Builder
repository
(Repository value)
@Nonnull
RepositoryRescopeCommandParameters.Builder
rescopeContext
(
RepositoryRescopeContext
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
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
RepositoryRescopeCommandParameters.Builder
()
public
RepositoryRescopeCommandParameters.Builder
(
RepositoryRescopeCommandParameters
parameters)
Public Methods
@Nonnull public
RepositoryRescopeCommandParameters
build
()
@Nonnull public
RepositoryRescopeCommandParameters.Builder
refChange
(RefChange value)
@Nonnull public
RepositoryRescopeCommandParameters.Builder
refChanges
(RefChange value, RefChange... values)
@Nonnull public
RepositoryRescopeCommandParameters.Builder
refChanges
(Iterable<RefChange> value)
@Nonnull public
RepositoryRescopeCommandParameters.Builder
repository
(Repository value)
@Nonnull public
RepositoryRescopeCommandParameters.Builder
rescopeContext
(
RepositoryRescopeContext
value)