Interface VcsLabelingSettings

    • Field Detail

      • DEFAULT_LABEL_PATTERN

        static final java.lang.String DEFAULT_LABEL_PATTERN
        Deprecated.
        Default labeling pattern
        See Also:
        Constant Field Values
    • Method Detail

      • getLabelingType

        @Deprecated
        @NotNull
        VcsLabelingSettings.LabelingType getLabelingType()
        Deprecated.
        since 8.1 always returns LabelingType.NONE
        Returns:
        Returns labeling mode
      • getLabelPattern

        @Deprecated
        @NotNull
        java.lang.String getLabelPattern()
        Deprecated.
        since 8.1 always returns empty string
        Returns:
        Returns pattern to use for labeling
      • getLabelingRoots

        @Deprecated
        @NotNull
        java.util.List<VcsRoot> getLabelingRoots()
        Deprecated.
        since 8.1 always returns empty collection
        List of roots which should be processed by labeling process
        Returns:
        list of up-to-date vcs roots