com.trackstudio.app.scm
Class SVNManager

java.lang.Object
  extended by com.trackstudio.app.scm.SCMManager
      extended by com.trackstudio.app.scm.SVNManager

public class SVNManager
extends SCMManager


Method Summary
 CommitListItem convertToCommitItem(java.lang.Object commit, java.lang.String connectionName)
           
 java.lang.String getDiff(java.lang.String diffURI, java.lang.String revision, java.lang.String SCMconnectionName)
           
static SVNManager getInstance()
           
 void initCache(java.lang.String connectionName)
           
 void testConnection(java.lang.String connectionName)
           
 
Methods inherited from class com.trackstudio.app.scm.SCMManager
firstSCMindex, getCommitForNumber, getLastCommitsForRepos, getTaskReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SVNManager getInstance()

testConnection

public void testConnection(java.lang.String connectionName)
                    throws GranException
Specified by:
testConnection in class SCMManager
Throws:
GranException

convertToCommitItem

public CommitListItem convertToCommitItem(java.lang.Object commit,
                                          java.lang.String connectionName)
                                   throws GranException
Throws:
GranException

initCache

public void initCache(java.lang.String connectionName)
               throws GranException
Specified by:
initCache in class SCMManager
Throws:
GranException

getDiff

public java.lang.String getDiff(java.lang.String diffURI,
                                java.lang.String revision,
                                java.lang.String SCMconnectionName)
                         throws GranException
Throws:
GranException


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.