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

Packages that use CommitFile
com.atlassian.bamboo.commit   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.rest.model.build.change   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
 

Uses of CommitFile in com.atlassian.bamboo.commit
 

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

Methods in com.atlassian.bamboo.commit that return CommitFile
 CommitFile CommitFile.cloneCommitFile()
           
 CommitFile CommitFileImpl.cloneCommitFile()
           
 

Methods in com.atlassian.bamboo.commit that return types with arguments of type CommitFile
 java.util.List<CommitFile> Commit.getFiles()
           
 java.util.List<CommitFile> CommitImpl.getFiles()
           
 

Methods in com.atlassian.bamboo.commit with parameters of type CommitFile
 void CommitImpl.addFile(CommitFile commitFile)
           
 

Method parameters in com.atlassian.bamboo.commit with type arguments of type CommitFile
 void Commit.setFiles(java.util.List<CommitFile> files)
           
 void CommitImpl.setFiles(java.util.List<CommitFile> files)
           
 

Uses of CommitFile in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return CommitFile
protected  CommitFile CommitFilesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type CommitFile
protected  void CommitFilesMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, CommitFile file, net.sf.hibernate.Session session)
           
protected  void CommitFilesMapper.importProperties(CommitFile object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Uses of CommitFile in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type CommitFile
 java.lang.String HgWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file, Repository repository)
          Used in defaultCommitView.ftl
 java.lang.String HgWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file, Repository repository)
          Used in defaultCommitView.ftl
 java.lang.String HgWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file, Repository repository)
          Used in defaultCommitView.ftl
 

Uses of CommitFile in com.atlassian.bamboo.plugins.rest.model.build.change
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type CommitFile
RestChangeFile(CommitFile commitFile)
           
 

Uses of CommitFile in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type CommitFile
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file, Repository repository)
           
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file, Repository repository)
          Generate the link to a given file in a given repository
 java.lang.String DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file, Repository repository)
           
 

Uses of CommitFile in com.atlassian.bamboo.webrepository.fisheye
 

Methods in com.atlassian.bamboo.webrepository.fisheye with parameters of type CommitFile
 java.lang.String FisheyeWebRepositoryViewer.getWebRepositoryUrlForDiff(CommitFile file, Repository repository)
           
 java.lang.String FisheyeWebRepositoryViewer.getWebRepositoryUrlForFile(CommitFile file, Repository repository)
          Generate the link to a given file in a given repository
 java.lang.String FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevision(CommitFile file, Repository repository)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.