Uses of Interface
com.atlassian.bamboo.commit.CommitFile

Packages that use CommitFile
com.atlassian.bamboo.commit   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
 

Uses of CommitFile in com.atlassian.bamboo.commit
 

Classes in com.atlassian.bamboo.commit that implement CommitFile
 class CommitFileImpl
           
 

Uses of CommitFile in com.atlassian.bamboo.legacy
 

Methods in com.atlassian.bamboo.legacy with parameters of type CommitFile
 String LegacyCVSRepository.getWebRepositoryUrlForFile(CommitFile file)
          Return a link to the given file on a viewcvs web server.
 String LegacyPerforceRepository.getWebRepositoryUrlForFile(CommitFile file)
           
 String LegacySvnRepository.getWebRepositoryUrlForFile(CommitFile file)
           
 

Uses of CommitFile in com.atlassian.bamboo.repository
 

Classes in com.atlassian.bamboo.repository that implement CommitFile
 class ChangeLogFile
          This class provides information about change log file revisions.
 

Methods in com.atlassian.bamboo.repository with parameters of type CommitFile
 String ViewCvsFileLinkGenerator.getWebRepositoryUrlForDiff(CommitFile file, String repositoryName, String repositoryType)
           
 String Repository.getWebRepositoryUrlForFile(CommitFile file)
          What's the URL to the repostory for the modified file?
 String WebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file, String repositoryName, String repositoryType)
          Generate the link to a given file in a given repository
 String ViewCvsFileLinkGenerator.getWebRepositoryUrlForFile(CommitFile file, String repositoryName, String repositoryType)
          Generate the link to a given file in a given repository
 String ViewCvsFileLinkGenerator.getWebRepositoryUrlForRevision(CommitFile file, String repositoryName, String repositoryType)
           
 

Uses of CommitFile in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type CommitFile
 String CVSRepository.getWebRepositoryUrlForDiff(CommitFile file)
           
 String CVSRepository.getWebRepositoryUrlForFile(CommitFile file)
          Return a link to the given file on a viewcvs web server.
 String CVSRepository.getWebRepositoryUrlForRevision(CommitFile file)
           
 

Uses of CommitFile in com.atlassian.bamboo.repository.perforce
 

Methods in com.atlassian.bamboo.repository.perforce with parameters of type CommitFile
 String PerforceRepository.getWebRepositoryUrlForFile(CommitFile file)
           
 

Uses of CommitFile in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn with parameters of type CommitFile
 String SvnRepository.getWebRepositoryUrlForDiff(CommitFile file)
           
 String SvnRepository.getWebRepositoryUrlForFile(CommitFile file)
           
 String SvnRepository.getWebRepositoryUrlForRevision(CommitFile file)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.