Modifier and Type | Method and Description |
---|---|
protected abstract GitCommand |
AbstractGitScmProvider.getAddCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getBlameCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getBranchCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getChangeLogCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getCheckInCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getCheckOutCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getDiffCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getExportCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getInfoCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getRemoteInfoCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getRemoveCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getStatusCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getTagCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getUntagCommand() |
protected abstract GitCommand |
AbstractGitScmProvider.getUpdateCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractGitScmProvider.executeCommand(GitCommand command,
ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected GitCommand |
GitExeScmProvider.getAddCommand() |
protected GitCommand |
GitExeScmProvider.getBlameCommand() |
protected GitCommand |
GitExeScmProvider.getBranchCommand() |
protected GitCommand |
GitExeScmProvider.getChangeLogCommand() |
protected GitCommand |
GitExeScmProvider.getCheckInCommand() |
protected GitCommand |
GitExeScmProvider.getCheckOutCommand() |
protected GitCommand |
GitExeScmProvider.getDiffCommand() |
protected GitCommand |
GitExeScmProvider.getExportCommand() |
GitCommand |
GitExeScmProvider.getInfoCommand() |
protected GitCommand |
GitExeScmProvider.getRemoteInfoCommand() |
protected GitCommand |
GitExeScmProvider.getRemoveCommand() |
protected GitCommand |
GitExeScmProvider.getStatusCommand() |
protected GitCommand |
GitExeScmProvider.getTagCommand() |
protected GitCommand |
GitExeScmProvider.getUntagCommand() |
protected GitCommand |
GitExeScmProvider.getUpdateCommand() |
Modifier and Type | Class and Description |
---|---|
class |
GitAddCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitBlameCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitBranchCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitChangeLogCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitCheckOutCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitDiffCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitInfoCommand
Uses
git log command to retrieve info about the most recent commits related to specific files. |
Modifier and Type | Class and Description |
---|---|
class |
GitRemoteInfoCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitRemoveCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitStatusCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitTagCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitUntagCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitUpdateCommand |
Modifier and Type | Method and Description |
---|---|
protected GitCommand |
JGitScmProvider.getAddCommand() |
protected GitCommand |
JGitScmProvider.getBlameCommand() |
protected GitCommand |
JGitScmProvider.getBranchCommand() |
protected GitCommand |
JGitScmProvider.getChangeLogCommand() |
protected GitCommand |
JGitScmProvider.getCheckInCommand() |
protected GitCommand |
JGitScmProvider.getCheckOutCommand() |
protected GitCommand |
JGitScmProvider.getDiffCommand() |
protected GitCommand |
JGitScmProvider.getExportCommand() |
GitCommand |
JGitScmProvider.getInfoCommand() |
protected GitCommand |
JGitScmProvider.getListCommand() |
protected GitCommand |
JGitScmProvider.getRemoteInfoCommand() |
protected GitCommand |
JGitScmProvider.getRemoveCommand() |
protected GitCommand |
JGitScmProvider.getStatusCommand() |
protected GitCommand |
JGitScmProvider.getTagCommand() |
protected GitCommand |
JGitScmProvider.getUntagCommand() |
protected GitCommand |
JGitScmProvider.getUpdateCommand() |
Modifier and Type | Class and Description |
---|---|
class |
JGitAddCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitBlameCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitBranchCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitChangeLogCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitCheckInCommand
This provider uses the following strategy to discover the committer and author name/mail for a commit:
"user" section in .gitconfig
"username" passed to maven execution
default git config (system user and hostname for email)
the "maven-scm" config can be configured like this:
the default email domain to be used (will be used to create an email from the username passed to maven): git config --global maven-scm.maildomain mycomp.com you can also enforce the usage of the username for the author and committer: git config --global maven-scm.forceUsername true |
Modifier and Type | Class and Description |
---|---|
class |
JGitCheckOutCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitDiffCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitInfoCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitListCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitRemoteInfoCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitRemoveCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitStatusCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitTagCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitUntagCommand |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.