@Singleton @Named(value="git") public class GitExeScmProvider extends AbstractGitScmProvider
logger
Constructor and Description |
---|
GitExeScmProvider() |
Modifier and Type | Method and Description |
---|---|
protected GitCommand |
getAddCommand() |
protected GitCommand |
getBlameCommand() |
protected GitCommand |
getBranchCommand() |
protected GitCommand |
getChangeLogCommand() |
protected GitCommand |
getCheckInCommand() |
protected GitCommand |
getCheckOutCommand() |
protected GitCommand |
getDiffCommand() |
protected GitCommand |
getExportCommand() |
GitCommand |
getInfoCommand() |
protected GitCommand |
getRemoteInfoCommand() |
protected GitCommand |
getRemoveCommand() |
protected String |
getRepositoryURL(File path) |
protected GitCommand |
getStatusCommand() |
protected GitCommand |
getTagCommand() |
protected GitCommand |
getUntagCommand() |
protected GitCommand |
getUpdateCommand() |
void |
setEnvironmentVariable(String key,
String value) |
add, blame, branch, changelog, checkin, checkout, diff, executeCommand, export, getScmSpecificFilename, getScmType, info, makeProviderScmRepository, makeProviderScmRepository, remoteInfo, remove, status, tag, untag, update, validateScmUrl
add, add, add, blame, blame, branch, branch, branch, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, changeLog, checkIn, checkIn, checkIn, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, checkOut, diff, diff, edit, edit, export, export, export, export, export, list, list, list, login, mkdir, mkdir, remove, requiresEditMode, sanitizeTagName, status, tag, tag, tag, unedit, unedit, update, update, update, update, update, update, update, update, update, update, update, update, validateTagName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setInteractive
public GitExeScmProvider()
protected GitCommand getAddCommand()
getAddCommand
in class AbstractGitScmProvider
protected GitCommand getBranchCommand()
getBranchCommand
in class AbstractGitScmProvider
protected GitCommand getChangeLogCommand()
getChangeLogCommand
in class AbstractGitScmProvider
protected GitCommand getCheckInCommand()
getCheckInCommand
in class AbstractGitScmProvider
protected GitCommand getCheckOutCommand()
getCheckOutCommand
in class AbstractGitScmProvider
protected GitCommand getDiffCommand()
getDiffCommand
in class AbstractGitScmProvider
protected GitCommand getExportCommand()
getExportCommand
in class AbstractGitScmProvider
protected GitCommand getRemoveCommand()
getRemoveCommand
in class AbstractGitScmProvider
protected GitCommand getStatusCommand()
getStatusCommand
in class AbstractGitScmProvider
protected GitCommand getTagCommand()
getTagCommand
in class AbstractGitScmProvider
protected GitCommand getUntagCommand()
getUntagCommand
in class AbstractGitScmProvider
protected GitCommand getUpdateCommand()
getUpdateCommand
in class AbstractGitScmProvider
public GitCommand getInfoCommand()
getInfoCommand
in class AbstractGitScmProvider
protected GitCommand getBlameCommand()
getBlameCommand
in class AbstractGitScmProvider
protected GitCommand getRemoteInfoCommand()
getRemoteInfoCommand
in class AbstractGitScmProvider
protected String getRepositoryURL(File path) throws ScmException
getRepositoryURL
in class AbstractGitScmProvider
ScmException
public void setEnvironmentVariable(String key, String value)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.