Bitbucket Server Documentation
Bitbucket Server - API
Package Index
|
Class Index
com.atlassian.bitbucket
com.atlassian.bitbucket.activity
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.i18n
com.atlassian.bitbucket.idx
com.atlassian.bitbucket.io
com.atlassian.bitbucket.jira
com.atlassian.bitbucket.license
com.atlassian.bitbucket.log
com.atlassian.bitbucket.mail
com.atlassian.bitbucket.markup
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
AsyncCommand
<T>
AvailableScm
Command
<T>
CommandBuilder
<B extends
CommandBuilder
<B>>
CommandBuilderSupport
<B extends
CommandBuilderSupport
<B>>
CommandErrorHandler
CommandExitHandler
CommandInputHandler
CommandOutputHandler
<T>
CommandSummaryHandler
ScmCommandBuilder
<B extends
ScmCommandBuilder
<B>>
ScmCommandFactory
ScmExtendedCommandFactory
ScmService
Classes
AbstractChangesCommandParameters
AbstractChangesCommandParameters.AbstractBuilder
<B extends
AbstractBuilder
<B>>
AbstractCommandParameters
AbstractCommitCommandParameters
AbstractCommitCommandParameters.AbstractCommitParametersBuilder
<B extends
AbstractCommitParametersBuilder
<B>>
AbstractDiffCommandParameters
AbstractDiffCommandParameters.AbstractBuilder
<B extends
AbstractBuilder
<B>>
AbstractMergeCommandParameters
AbstractMergeCommandParameters.AbstractBuilder
<B extends
AbstractBuilder
<B>>
AbstractRefsCommandParameters
AbstractRefsCommandParameters.AbstractBuilder
<B extends
AbstractBuilder
<B>>
ArchiveCommandParameters
ArchiveCommandParameters.Builder
BlameCommandParameters
BlameCommandParameters.Builder
BranchesCommandParameters
BranchesCommandParameters.Builder
ChangesCommandParameters
ChangesCommandParameters.Builder
ChangesetsCommandParameters
ChangesetsCommandParameters.Builder
CommandSummary
CommandSummary.Builder
CommitCommandParameters
CommitCommandParameters.Builder
CommitsCommandParameters
CommitsCommandParameters.Builder
CommonAncestorCommandParameters
CommonAncestorCommandParameters.Builder
DiffCommandParameters
DiffCommandParameters.Builder
DirectoryCommandParameters
DirectoryCommandParameters.Builder
EditFileCommandParameters
EditFileCommandParameters.Builder
FileCommandParameters
FileCommandParameters.Builder
LastModifiedCommandParameters
LastModifiedCommandParameters.Builder
MergeCommandParameters
MergeCommandParameters.AbstractMergeBuilder
<B extends
AbstractMergeBuilder
<B>>
MergeCommandParameters.Builder
RawFileCommandParameters
RawFileCommandParameters.Builder
ResolveRefCommandParameters
ResolveRefCommandParameters.Builder
ResolveRefsCommandParameters
ResolveRefsCommandParameters.Builder
TagsCommandParameters
TagsCommandParameters.Builder
TypeCommandParameters
TypeCommandParameters.Builder
UpdateDefaultBranchCommandParameters
UpdateDefaultBranchCommandParameters.Builder
Enums
CommandResult
ScmFeature
Exceptions
AuthenticationFailedScmException
CommandCanceledException
CommandException
CommandFailedException
CommandSetupException
CommandUsageException
FeatureUnsupportedScmException
MergeException
NotAuthorizedScmException
ScmException
UnavailableScmException
UnsupportedScmException
UnsupportedScmTypeException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
ChangesetsCommandParameters.Builder
extends
Object
java.lang.Object
↳
com.atlassian.bitbucket.scm.ChangesetsCommandParameters.Builder
Summary
Public Constructors
Builder
()
Public Methods
@Nonnull
ChangesetsCommandParameters
build
()
@Nonnull
ChangesetsCommandParameters.Builder
commitId
(
String
value)
@Nonnull
ChangesetsCommandParameters.Builder
commitIds
(
String
value,
String...
values)
@Nonnull
ChangesetsCommandParameters.Builder
commitIds
(
Iterable
<
String
> values)
@Nonnull
ChangesetsCommandParameters.Builder
ignoreMissing
(boolean value)
@Nonnull
ChangesetsCommandParameters.Builder
maxChangesPerCommit
(int value)
@Nonnull
ChangesetsCommandParameters.Builder
maxMessageLength
(int 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 Methods
@Nonnull public
ChangesetsCommandParameters
build
()
@Nonnull public
ChangesetsCommandParameters.Builder
commitId
(
String
value)
@Nonnull public
ChangesetsCommandParameters.Builder
commitIds
(
String
value,
String...
values)
@Nonnull public
ChangesetsCommandParameters.Builder
commitIds
(
Iterable
<
String
> values)
@Nonnull public
ChangesetsCommandParameters.Builder
ignoreMissing
(boolean value)
@Nonnull public
ChangesetsCommandParameters.Builder
maxChangesPerCommit
(int value)
@Nonnull public
ChangesetsCommandParameters.Builder
maxMessageLength
(int value)