Class VcsModificationFilesTab

    • Method Detail

      • getTabTitle

        @NotNull
        public String getTabTitle​(@NotNull
                                  javax.servlet.http.HttpServletRequest request)
        Description copied from interface: CustomTab
        Returns title to use as custom tab name
        Specified by:
        getTabTitle in interface CustomTab
        Overrides:
        getTabTitle in class SimpleCustomTab
        Parameters:
        request - to get information from. Can be used to customize title
        Returns:
        tab title for given request
      • getFilesTabModification

        @Nullable
        protected SVcsModification getFilesTabModification​(javax.servlet.http.HttpServletRequest request)
        On the "Files" tab we show all changed files from modification or it's duplicates. When we show changed files in certain configuration we need modification that relates to this configuration and this modification could be one of duplicates (i.e. different from modification we view). This method returns modification which is related to choosen build configuration, or original modification if no configuration is choosen.
        Parameters:
        request -
        Returns:
        modification for "Files" tab