com.atlassian.bamboo.plugins.git
Class GitOperationHelperFactory

java.lang.Object
  extended by com.atlassian.bamboo.plugins.git.GitOperationHelperFactory

public class GitOperationHelperFactory
extends java.lang.Object


Method Summary
static GitOperationHelper createGitOperationHelper(GitRepository repository, GitRepositoryAccessData accessData, SshProxyService sshProxyService, BuildLogger buildLogger, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
static boolean isNativeGitEnabled(GitRepository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createGitOperationHelper

public static GitOperationHelper createGitOperationHelper(@NotNull
                                                          GitRepository repository,
                                                          @NotNull
                                                          GitRepositoryAccessData accessData,
                                                          @NotNull
                                                          SshProxyService sshProxyService,
                                                          @NotNull
                                                          BuildLogger buildLogger,
                                                          @NotNull
                                                          com.atlassian.sal.api.message.I18nResolver i18nResolver)
                                                   throws RepositoryException
Throws:
RepositoryException

isNativeGitEnabled

public static boolean isNativeGitEnabled(GitRepository repository)


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.