Package org.commonjava.indy.audit
Class ChangeSummary
- java.lang.Object
-
- org.commonjava.indy.audit.ChangeSummary
-
public class ChangeSummary extends Object
Describes the reason for a particular change to the system, usually in terms of store definitions, templates, add-on configurations, almost anything stored in the Indy data directory (persistent system-wide state), along with the user that generated the change.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSTEM_USER
-
Constructor Summary
Constructors Constructor Description ChangeSummary(String user, String summary)ChangeSummary(String user, String summary, Date timestamp, String revisionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRevisionId()StringgetSummary()DategetTimestamp()StringgetUser()StringtoString()
-
-
-
Field Detail
-
SYSTEM_USER
public static final String SYSTEM_USER
- See Also:
- Constant Field Values
-
-