public class BaseModificationData extends BaseCommitData
Modifier | Constructor and Description |
---|---|
protected |
BaseModificationData(java.lang.String user,
java.lang.String description,
java.util.Date vcsDate,
java.util.List<VcsChange> changes,
java.lang.String version,
java.lang.String displayVersion,
int changesCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getChangeCount() |
java.util.List<VcsChange> |
getChanges() |
java.lang.String |
getDescription() |
java.lang.String |
getUserName() |
int |
hashCode() |
boolean |
isCanBeIgnored()
Returns true if this change can be ignored (i.e.
|
void |
setCanBeIgnored(boolean canBeIgnored)
Set to false if this change cannot be ignored even if all of its files
are excluded by checkout rules in all of the build configurations.
|
java.lang.String |
toString() |
addParentRevision, equalsImpl, getAttributes, getDisplayVersion, getParentRevisions, getVcsDate, getVersion, setAttribute, setAttributes, setParentRevisions
protected BaseModificationData(@Nullable java.lang.String user, @Nullable java.lang.String description, @NotNull java.util.Date vcsDate, @NotNull java.util.List<VcsChange> changes, @NotNull java.lang.String version, @Nullable java.lang.String displayVersion, int changesCount)
@Nullable public java.lang.String getUserName()
@Nullable public java.lang.String getDescription()
@NotNull public java.util.List<VcsChange> getChanges()
public int getChangeCount()
public boolean isCanBeIgnored()
setCanBeIgnored(boolean)
public void setCanBeIgnored(boolean canBeIgnored)
canBeIgnored
- set to false if change cannot be ignoredpublic boolean equals(java.lang.Object o)
equals
in class BaseCommitData
public int hashCode()
hashCode
in class BaseCommitData
public java.lang.String toString()
toString
in class BaseCommitData