Package com.google.gerrit.server.diff
Interface DiffWebLinksProvider
- 
 public interface DiffWebLinksProviderProvider for different types of links which can be displayed in a diff view.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<DiffWebLinkInfo>getDiffLinks()Returns links associated with the diff viewcom.google.common.collect.ImmutableList<WebLinkInfo>getFileWebLinks(DiffSide.Type fileInfoType)Returns links associated with the diff side
 
- 
- 
- 
Method Detail- 
getDiffLinkscom.google.common.collect.ImmutableList<DiffWebLinkInfo> getDiffLinks() Returns links associated with the diff view
 - 
getFileWebLinkscom.google.common.collect.ImmutableList<WebLinkInfo> getFileWebLinks(DiffSide.Type fileInfoType) Returns links associated with the diff side
 
- 
 
-