Uses of Class
com.tek42.perforce.model.Changelist.FileEntry

Packages that use Changelist.FileEntry
com.tek42.perforce.model Provides models of perforce objects. 
hudson.plugins.perforce   
hudson.plugins.perforce.browsers   
 

Uses of Changelist.FileEntry in com.tek42.perforce.model
 

Methods in com.tek42.perforce.model that return types with arguments of type Changelist.FileEntry
 List<Changelist.FileEntry> Changelist.getFiles()
           
 

Method parameters in com.tek42.perforce.model with type arguments of type Changelist.FileEntry
 void Changelist.setFiles(List<Changelist.FileEntry> files)
           
 

Uses of Changelist.FileEntry in hudson.plugins.perforce
 

Methods in hudson.plugins.perforce that return types with arguments of type Changelist.FileEntry
 Collection<Changelist.FileEntry> PerforceChangeLogEntry.getAffectedFiles()
           
 

Methods in hudson.plugins.perforce with parameters of type Changelist.FileEntry
abstract  URL PerforceRepositoryBrowser.getDiffLink(Changelist.FileEntry file)
          Determines the link to the diff between the version.
abstract  URL PerforceRepositoryBrowser.getFileLink(Changelist.FileEntry file)
          Determines the link to a single file under Perforce.
 

Uses of Changelist.FileEntry in hudson.plugins.perforce.browsers
 

Methods in hudson.plugins.perforce.browsers with parameters of type Changelist.FileEntry
 URL Perfbrowse.getDiffLink(Changelist.FileEntry file)
           
 URL P4Web.getDiffLink(Changelist.FileEntry file)
           
 URL FishEyePerforce.getDiffLink(Changelist.FileEntry file)
           
 URL Perfbrowse.getFileLink(Changelist.FileEntry file)
           
 URL P4Web.getFileLink(Changelist.FileEntry file)
           
 URL FishEyePerforce.getFileLink(Changelist.FileEntry file)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.