AbstractChangesCommandParameters |
AbstractChangesCommandParameters.AbstractBuilder |
AbstractCommandParameters |
AbstractCommitCommandParameters
A base class for constructing CommandParameters classes for commands which operate on a specific commit,
optionally qualified to a specific path.
|
AbstractCommitCommandParameters.AbstractCommitParametersBuilder |
AbstractDiffCommandParameters |
AbstractDiffCommandParameters.AbstractBuilder |
AbstractMergeCommandParameters |
AbstractMergeCommandParameters.AbstractBuilder |
AbstractRefsCommandParameters |
AbstractRefsCommandParameters.AbstractBuilder |
ArchiveCommandParameters
|
ArchiveCommandParameters.Builder |
AsyncCommand
|
AvailableScm
|
BlameCommandParameters
Describes a commit : path pair to calculate blame for.
|
BlameCommandParameters.Builder |
BranchesCommandParameters |
BranchesCommandParameters.Builder |
ChangesCommandParameters |
ChangesCommandParameters.Builder |
ChangesetsCommandParameters |
ChangesetsCommandParameters.Builder |
Command
|
CommandBuilder
Provides a fluent interface for creating free-form commands using arbitrary arguments .
|
CommandBuilderSupport
Provides a unifying abstraction for common functionality expected to be provided by both free-form
CommandBuilder s and, for those plugins which choose to provide them, type-safe builders.
|
CommandErrorHandler
Describes an OutputHandler which processes the standard error stream from a Command .
|
CommandException
Exception that is thrown when command fails to complete.
|
CommandExitHandler
Describes a handler for processing Command exit details, whether the command completes or is canceled.
|
CommandFailedException
Exception that is thrown when a command fails.
|
CommandInputHandler
Describes an InputHandler which provides data to the standard input stream for a Command to process.
|
CommandOutputHandler
Describes an OutputHandler which processes the standard output stream from a Command and, optionally,
produces some object T from it.
|
CommandResult
Enumerates the possible results of running a command .
|
CommandSummary
Summarizes a command that has been run.
|
CommandSummary.Builder |
CommitCommandParameters |
CommitCommandParameters.Builder |
CommitsCommandParameters |
CommitsCommandParameters.Builder |
CommonAncestorCommandParameters |
CommonAncestorCommandParameters.Builder |
CreateCommandParameters
Parameters describing how a new repository should be created by the SCM.
|
CreateCommandParameters.Builder |
DiffCommandParameters |
DiffCommandParameters.Builder |
DirectoryCommandParameters |
DirectoryCommandParameters.Builder |
EditFileCommandParameters
|
EditFileCommandParameters.Builder |
FileCommandParameters |
FileCommandParameters.Builder |
LastModifiedCommandParameters
|
LastModifiedCommandParameters.Builder |
MergeCommandParameters |
MergeCommandParameters.AbstractMergeBuilder |
MergeCommandParameters.Builder |
PatchCommandParameters
Describes a commit for which to generate a patch .
|
PatchCommandParameters.Builder |
PushCallback
Describes a callback for receiving streaming ref changes .
|
PushCommandParameters |
PushCommandParameters.Builder |
PushContext |
PushSummary |
PushSummary.Builder |
RawFileCommandParameters |
RawFileCommandParameters.Builder |
RefsCommandParameters |
RepositorySize
Represents the size of a repository.
|
RepositorySizeCommandParameters
|
ResolveCommitsCommandParameters |
ResolveCommitsCommandParameters.Builder |
ResolveRefCommandParameters
|
ResolveRefCommandParameters.Builder |
ResolveRefsCommandParameters
|
ResolveRefsCommandParameters.Builder |
ScmCommandBuilder
Augments the CommandBuilder with SCM-related properties, still supporting creating free-form commands.
|
ScmCommandFactory
Creates commands which provide basic SCM functionality such as creating repositories, retrieving
commits and viewing diffs.
|
ScmException
Base class for exceptions thrown by the ScmService and other SCM components.
|
ScmExtendedCommandFactory
Creates commands which provide optional SCM functionality such as merging two branches or updating
the default branch.
|
ScmFeature
Enumerates optional features an SCM can support.
|
SizeCommandParameters
|
SizeCommandParameters.Builder |
TagsCommandParameters |
TagsCommandParameters.Builder |
TypeCommandParameters |
TypeCommandParameters.Builder |
UpdateDefaultBranchCommandParameters
|