@Exported
Class | Description |
---|---|
ArtifactRecord<R extends ArtifactRecord<R>> |
A log record indicating information about an artifact.
|
ChangeLog<T extends ChangeRecord> |
A collection of
ChangeRecord s. |
ChangeRecord<R extends ChangeRecord<R>> |
A log record indicating a change related to a sandbox.
|
MergeRecord<R extends MergeRecord<R>> |
A merge record.
|
RefreshRecord |
A specific piece of information about sandbox refresh operation.
|
SandboxLog<T extends SandboxLogRecord> |
A collection of sandbox related records.
|
SandboxLogger<R extends SandboxLogRecord> |
A logging utility that allows repositories that participate in a sandbox to
record events during sandbox operations.
|
SandboxLoggingSupport |
Service provider interface for supporting sandbox logging.
|
SandboxLogRecord<R extends SandboxLogRecord<R>> |
A record in a sandbox log.
|
Enum | Description |
---|---|
SandboxLoggingSupport.PersistableLogType |
The type of a persistable log.
|
SandboxLoggingSupport.PersistableRecordType |
The type of
SandboxLogRecord that can be persisted. |