public interface Modification
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns user comment made for the change
|
java.lang.String |
getUserName()
Returns name of the user who did this commit (according information from VCS system)
|
java.util.Date |
getVcsDate()
Returns when this modification was made
|
@Nullable java.lang.String getUserName()
@NotNull java.lang.String getDescription()
@NotNull java.util.Date getVcsDate()