Uses of Package
com.atlassian.bitbucket.scm
Package
Description
-
-
-
ClassDescriptionException that is thrown when command fails to complete.Exception that is thrown when a command fails.Enumerates the possible results of running a
command
. -
-
ClassDescriptionA base class for constructing
CommandParameters
classes for commands which operate on a specific commit, optionally qualified to a specific path.Parameters describing the paths to diff and what should be included in the generated diff stats summaryDescribes a commit toarchive
.Wraps an operation which may be runasynchronously
orsynchronously
.An SCM available for creating newrepositories
.Wraps an operation which may be runsynchronously
.Provides a fluent interface for creating free-form commands using arbitraryarguments
.Provides a unifying abstraction for common functionality expected to be provided by both free-formCommandBuilder
s and, for those plugins which choose to provide them, type-safe builders.Describes a handler which processes the standard error stream from aCommand
.Exception that is thrown when command fails to complete.Describes a handler for processingCommand
exit details, whether the command completes or is canceled.Exception that is thrown when a command fails.Provides the common callback methods for input, output and error handlers which process the standard input, error or output stream from aCommand
.Describes anInputHandler
which provides data to the standard input stream for aCommand
to process.Describes a handler which processes the standard output stream from aCommand
and, optionally, produces some objectT
from it.Describes an output handler which processes the standard error or standard output stream from aCommand
.Enumerates the possible results of running acommand
.Summarizes acommand
that has been run.Parameters describing how a new repository should be created by the SCM.Parameters describing the two commits to diff, and additional settings for controlling the shape and content of the diff stats summaryParameters forediting
a file.Describes astarting commit
to traverse from, searching for the last commit to modify files in therequested path
.Describes a commit for which to generate apatch
.Describes a callback for receiving streamingref changes
.Represents the size of a repository.Parameters for requesting arepository's size
.Describes a ref toresolve
.Describes which refs toresolve
.Parameters to perform arevert
operation.Augments theCommandBuilder
with SCM-related properties, still supporting creating free-form commands.Createscommands
which provide basic SCM functionality such as creating repositories, retrieving commits and viewing diffs.Base class for exceptions thrown by theScmService
and other SCM components.Createscommands
which provide optional SCM functionality such as merging two branches or updating the default branch.Enumerates optional features an SCM can support.Parameters for requesting afile's size
.Describes a branch toset as the default
.Interface describing a watchdog which is used to manage a running process. -
ClassDescriptionWraps an operation which may be run
synchronously
.Enumerates the possible results of running acommand
. -
ClassDescriptionParameters describing the paths to diff and what should be included in the generated diff stats summaryWraps an operation which may be run
synchronously
. -
ClassDescriptionWraps an operation which may be run
synchronously
.Exception that is thrown when command fails to complete.Exception that is thrown when a command fails.Enumerates the possible results of running acommand
. -
ClassDescriptionParameters describing the paths to diff and what should be included in the generated diff stats summaryWraps an operation which may be run
synchronously
. -
-
-