Interface Modification

    • Method Detail

      • getUserName

        @Nullable
        String getUserName()
        Returns name of the user who did this commit (according information from VCS system)
        Returns:
        name of the user who did this commit (according information from VCS system)
      • getDescription

        @NotNull
        String getDescription()
        Returns user comment made for the change
        Returns:
        user comment made for the change
      • getVcsDate

        @NotNull
        Date getVcsDate()
        Returns when this modification was made
        Returns:
        when this modification was made