Interface CommitData

    • Method Detail

      • getVersion

        @NotNull
        String getVersion()
        Returns:
        VCS revision (internal representation)
      • getDisplayVersion

        @NotNull
        String getDisplayVersion()
        Returns:
        VCS revision (displayable representation)
      • getVcsDate

        @NotNull
        Date getVcsDate()
        Returns:
        VCS change date
      • getParentRevisions

        @NotNull
        List<String> getParentRevisions()
        Returns:
        parent revisions of this change, returns an empty list if VCS does not provide information about parents.
        Since:
        7.0
      • getAttributes

        @NotNull
        Map<String,​String> getAttributes()
        Returns:
        attributes of this change
        Since:
        8.0