Package com.google.gerrit.server.diff
Interface DiffWebLinksProvider
public interface DiffWebLinksProvider
Provider for different types of links which can be displayed in a diff view.
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<DiffWebLinkInfo>Returns links associated with the diff viewcom.google.common.collect.ImmutableList<WebLinkInfo>Returns edit links associated with the diff viewcom.google.common.collect.ImmutableList<WebLinkInfo>getFileWebLinks(DiffSide.Type fileInfoType) Returns file links associated with the diff side
- 
Method Details- 
getDiffLinkscom.google.common.collect.ImmutableList<DiffWebLinkInfo> getDiffLinks()Returns links associated with the diff view
- 
getEditWebLinkscom.google.common.collect.ImmutableList<WebLinkInfo> getEditWebLinks()Returns edit links associated with the diff view
- 
getFileWebLinksReturns file links associated with the diff side
 
-