Class GitChangeSet


  • public class GitChangeSet
    extends ChangeLogSet.Entry
    Represents a change set.
    Author:
    Nigel Magnay
    • Field Detail

      • LOGGER

        public static final Logger LOGGER
    • Constructor Detail

      • GitChangeSet

        public GitChangeSet​(List<String> lines,
                            boolean authorOrCommitter)
        Create Git change set using information in given lines.
        Parameters:
        lines - change set lines read to construct change set
        authorOrCommitter - if true, use author information (name, time), otherwise use committer information
      • GitChangeSet

        public GitChangeSet​(List<String> lines,
                            boolean authorOrCommitter,
                            boolean retainFullCommitSummary)
        Create Git change set using information in given lines.
        Parameters:
        lines - change set lines read to construct change set
        authorOrCommitter - if true, use author information (name, time), otherwise use committer information
        retainFullCommitSummary - if true, do not truncate commit summary in the 'Changes' page