public static class ChangesetDebugConfiguration.ChangesetDebugInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAttribution()
Get the name of the section to which a new changeset generation is attributed to.
|
Section |
getOldSection()
Get the root section from the old tree.
|
int |
getSource()
Get the id for the type of event that triggered a new changeset generation.
|
StackTraceElement[] |
getStackTrace() |
String |
getUpdateStateAttribution()
Get the name of the section which triggered a state update.
|
void |
setOldSection(Section section) |
public int getSource()
public String getAttribution()
public Section getOldSection()
public void setOldSection(Section section)
public String getUpdateStateAttribution()
public StackTraceElement[] getStackTrace()