Uses of Class
org.jenkinsci.plugins.p4.changes.P4AffectedFile
-
Packages that use P4AffectedFile Package Description org.jenkinsci.plugins.p4.browsers org.jenkinsci.plugins.p4.changes -
-
Uses of P4AffectedFile in org.jenkinsci.plugins.p4.browsers
Methods in org.jenkinsci.plugins.p4.browsers with parameters of type P4AffectedFile Modifier and Type Method Description URLFishEyeBrowser. getDiffLink(P4AffectedFile file, P4Ref change)URLOpenGrokBrowser. getDiffLink(P4AffectedFile file, P4Ref change)abstract URLP4Browser. getDiffLink(P4AffectedFile file, P4Ref change)Determines the link to the diff between the version.URLP4WebBrowser. getDiffLink(P4AffectedFile file, P4Ref change)URLSwarmBrowser. getDiffLink(P4AffectedFile file, P4Ref change)URLFishEyeBrowser. getFileLink(P4AffectedFile file)URLOpenGrokBrowser. getFileLink(P4AffectedFile file)abstract URLP4Browser. getFileLink(P4AffectedFile file)Determines the link to a single file under Perforce.URLP4WebBrowser. getFileLink(P4AffectedFile file)URLSwarmBrowser. getFileLink(P4AffectedFile file)protected intP4Browser. parseRevision(P4AffectedFile file) -
Uses of P4AffectedFile in org.jenkinsci.plugins.p4.changes
Methods in org.jenkinsci.plugins.p4.changes that return types with arguments of type P4AffectedFile Modifier and Type Method Description Collection<P4AffectedFile>P4ChangeEntry. getAffectedFiles()Methods in org.jenkinsci.plugins.p4.changes with parameters of type P4AffectedFile Modifier and Type Method Description voidP4ChangeEntry. addAffectedFiles(P4AffectedFile file)
-