| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.repository.impl.main |
| Modifier and Type | Method and Description |
|---|---|
NInstallLogAction |
NInstallLogRecord.getAction() |
static NInstallLogAction |
NInstallLogAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NInstallLogAction[] |
NInstallLogAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NOptional<NInstallLogAction> |
NInstallLogAction.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNInstalledRepository.addLog(NInstallLogAction action,
NId id,
NId requestor,
String message,
boolean succeeded) |
NInstallLogRecord |
NInstallLogRecord.setAction(NInstallLogAction action) |
| Constructor and Description |
|---|
NInstallLogRecord(Instant date,
String user,
NInstallLogAction action,
NId id,
NId forId,
String message,
boolean succeeded) |
Copyright © 2026 vpc open source initiative. All rights reserved.