public abstract class RepositoryErrorLog
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryErrorLog.Entry
An entry of error information.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
reposId
The repository ID associated with this log.
|
protected java.lang.String |
sandboxId
The sandbox ID associated with this log.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryErrorLog(java.lang.String sandboxId,
java.lang.String reposId)
Constructs an error log for a repository.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<RepositoryErrorLog.Entry> |
entries()
Returns all entries.
|
java.lang.String |
getRepositoryId()
Returns the repository ID.
|
java.lang.String |
getSandboxId()
Returns the sandbox ID.
|
protected final java.lang.String sandboxId
protected final java.lang.String reposId
protected RepositoryErrorLog(java.lang.String sandboxId,
java.lang.String reposId)
sandboxId - the ID of the sandbox associated with this logreposId - the ID of the repository associated with this logpublic final java.lang.String getSandboxId()
public final java.lang.String getRepositoryId()
public abstract java.util.List<RepositoryErrorLog.Entry> entries()