Class VcsChangeDescriptorImpl

    • Constructor Detail

      • VcsChangeDescriptorImpl

        public VcsChangeDescriptorImpl​(@NotNull
                                       SVcsModification vcsChange,
                                       boolean cameFromDependency)
    • Method Detail

      • getType

        @NotNull
        public String getType()
      • getDescription

        @NotNull
        public String getDescription()
      • getDate

        @NotNull
        public Date getDate()
      • getAssociatedData

        @NotNull
        public Map<String,​Object> getAssociatedData()
      • addData

        public void addData​(@NotNull
                            String key,
                            @NotNull
                            Object data)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object