| Package | Description |
|---|---|
| org.squashtest.tm.service.importer | |
| org.squashtest.tm.service.internal.batchimport | |
| org.squashtest.tm.service.internal.batchimport.excel |
| Modifier and Type | Method and Description |
|---|---|
ImportStatus |
LogEntry.getStatus() |
static ImportStatus |
ImportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportStatus[] |
ImportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LogEntry.Builder |
LogEntry.status(ImportStatus status)
Use this when you don't statically know what the status is.
|
| Constructor and Description |
|---|
LogEntry(Target target,
ImportStatus status,
String i18nError) |
LogEntry(Target target,
ImportStatus status,
String i18nError,
Object[] errorArgs)
Deprecated.
use builder api
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instruction.addLogEntry(ImportStatus status,
String messageKey,
String impactKey,
Object... messageArgs) |
| Modifier and Type | Method and Description |
|---|---|
ImportStatus |
InvalidTargetException.getStatus() |
| Constructor and Description |
|---|
InvalidTargetException(ImportStatus status,
String errori18nMessage,
String impacti18nMessage) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.