Modifier and Type | Method and Description |
---|---|
<T extends GitCommandBuilderSupport<T>> |
GitAuthHelper.configure(GitCommandBuilderSupport<T> builder,
String username,
String password,
Path keyFile)
Configured the supplied
GitCommandBuilderSupport to make authenticated requests. |
Modifier and Type | Method and Description |
---|---|
<T extends GitCommandBuilderSupport<T>> |
GitAuthHelper.configure(GitCommandBuilderSupport<T> builder,
String username,
String password,
Path keyFile)
Configured the supplied
GitCommandBuilderSupport to make authenticated requests. |
Modifier and Type | Method and Description |
---|---|
<T extends GitCommandBuilderSupport<T>> |
GitAuthHelper.configure(GitCommandBuilderSupport<T> builder,
String username,
String password,
Path keyFile)
Configured the supplied
GitCommandBuilderSupport to make authenticated requests. |
Modifier and Type | Interface and Description |
---|---|
interface |
GitCommandBuilderSupport<B extends GitCommandBuilderSupport<B>>
Extends
CommandBuilderSupport and serves as the super-interface describing additional functionality that is
required to be provided by all type-safe git command builders. |
Modifier and Type | Interface and Description |
---|---|
interface |
GitScmCommandBuilder
Augments the free-form
ScmCommandBuilder with git-specific type-safe builders, to simplify using well-known
commands. |
Modifier and Type | Interface and Description |
---|---|
interface |
GitAddBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitArchiveBuilder
A builder which can be used to construct a
command
for running git archive . |
Modifier and Type | Interface and Description |
---|---|
interface |
GitBlameBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitBranchCreateBuilder |
interface |
GitBranchDeleteBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitCatFileBatchBuilder
The interface for a builder capable of building
git cat-file --batch commands |
interface |
GitCatFileBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitCheckRefFormatBuilder
Builds a
git check-ref-format command to validate any git ref. |
Modifier and Type | Interface and Description |
---|---|
interface |
GitCloneBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitCommitBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitConfigGetAllBuilder
A builder for constructing
git config --get-all commands. |
interface |
GitConfigGetBuilder |
interface |
GitConfigListBuilder |
interface |
GitConfigRemoveSectionBuilder |
interface |
GitConfigRenameSectionBuilder |
interface |
GitConfigSetBuilder |
interface |
GitConfigUnsetAllBuilder |
interface |
GitConfigUnsetBuilder |
interface |
TypedGitConfigBuilder<T extends TypedGitConfigBuilder<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
GitDiffBuilder
Extends the
diff-core builder with options specific to git diff . |
interface |
GitDiffCoreBuilder<B extends GitDiffCoreBuilder<B>> |
interface |
GitDiffTreeBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitFetchBuilder
A builder which can be used to construct a
command for running
git fetch . |
Modifier and Type | Interface and Description |
---|---|
interface |
GitForEachRefBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitFormatPatchBuilder
A builder which can be used to construct a
command
for running git format-patch . |
Modifier and Type | Interface and Description |
---|---|
interface |
GitGcBuilder
A builder which can be used to construct a
command for running
git gc . |
Modifier and Type | Interface and Description |
---|---|
interface |
GitInitBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitLogBuilder
Currently a minimal API for getting logs beyond renaming.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GitLsFilesBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitLsTreeBuilder
A type-safe, argument-safe builder for
git ls-tree . |
Modifier and Type | Interface and Description |
---|---|
interface |
GitMergeBaseBuilder |
interface |
GitMergeBaseBuilderSupport<B extends GitMergeBaseBuilderSupport<B>> |
interface |
GitMergeBaseIndependentBuilder |
interface |
GitMergeBuilder
A builder which can be used to construct a
command for running
git merge . |
interface |
GitMergeBuilderSupport<B extends GitMergeBuilderSupport<B>>
A base class for constructing builders around
git merge , supplying properties which are common to all
usages of the command. |
interface |
GitSquashMergeBuilder
A builder which can be used to construct a
command for running
git merge --squash . |
Modifier and Type | Interface and Description |
---|---|
interface |
GitNotesAddBuilder |
interface |
GitNotesBuilderSupport<B extends GitNotesBuilderSupport<B>> |
interface |
GitNotesRemoveBuilder |
interface |
GitNotesShowBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitPackObjectsBuilder
A type-safe builder for using the
git pack-objects command. |
Modifier and Type | Interface and Description |
---|---|
interface |
GitPrunePackedBuilder
A type-safe builder for using the
git prune-packed command. |
Modifier and Type | Interface and Description |
---|---|
interface |
GitPushBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitRemoteAddBuilder |
interface |
GitRemoteRmBuilder |
interface |
GitRemoteSetUrlBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitResetBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitRevCoreBuilder<B extends GitRevCoreBuilder<B>>
Describes common
rev-list functionality, which is shared by log . |
interface |
GitRevListBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitRmBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitStatusBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitSymbolicRefGetBuilder |
interface |
GitSymbolicRefSetBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitTagCreateBuilder |
interface |
GitTagDeleteBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
GitUpdateRefBuilderSupport<B extends GitUpdateRefBuilderSupport<B>> |
interface |
GitUpdateRefDeleteBuilder |
interface |
GitUpdateRefSetBuilder |
Copyright © 2019 Atlassian. All rights reserved.