Package com.atlassian.bitbucket.scm.git
package com.atlassian.bitbucket.scm.git
-
ClassDescriptionException thrown to indicate the bare clone backing a repository has a detached HEAD, which is an unsupported configuration.
Feature
s provided by the Git SCM.The Git SCM centric implementation of thePluginIntegrityCheckCommandFactory
interfaceThrown when thegit
binary is not installed on the system.Defines the types of objects which may be returned bygit cat-file -t
.Enumeration of standard git ref patterns, with additional logic to help apply standard git precedence and to produce both qualified and unqualified refs for given input.Thrown when a repository operation fails because the layout of the repository on disk does not follow the expected format.Provides functionality for interacting with Git repositories, exposing factories which can be used to retrieve ready-built commands for performing well-known operations as well as abuilder factory
which can be used to assemble custom commands.