| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.repository.impl.main |
| Modifier and Type | Method and Description |
|---|---|
NutsInstallLogAction |
NutsInstallLogRecord.getAction() |
static NutsInstallLogAction |
NutsInstallLogAction.parse(String value,
NutsInstallLogAction emptyValue,
net.thevpc.nuts.NutsSession session) |
static NutsInstallLogAction |
NutsInstallLogAction.parse(String value,
net.thevpc.nuts.NutsSession session) |
static NutsInstallLogAction |
NutsInstallLogAction.parseLenient(String value) |
static NutsInstallLogAction |
NutsInstallLogAction.parseLenient(String value,
NutsInstallLogAction emptyOrErrorValue) |
static NutsInstallLogAction |
NutsInstallLogAction.parseLenient(String value,
NutsInstallLogAction emptyValue,
NutsInstallLogAction errorValue) |
static NutsInstallLogAction |
NutsInstallLogAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutsInstallLogAction[] |
NutsInstallLogAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNutsInstalledRepository.addLog(NutsInstallLogAction action,
net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId requestor,
String message,
boolean succeeded,
net.thevpc.nuts.NutsSession session) |
static NutsInstallLogAction |
NutsInstallLogAction.parse(String value,
NutsInstallLogAction emptyValue,
net.thevpc.nuts.NutsSession session) |
static NutsInstallLogAction |
NutsInstallLogAction.parseLenient(String value,
NutsInstallLogAction emptyOrErrorValue) |
static NutsInstallLogAction |
NutsInstallLogAction.parseLenient(String value,
NutsInstallLogAction emptyValue,
NutsInstallLogAction errorValue) |
NutsInstallLogRecord |
NutsInstallLogRecord.setAction(NutsInstallLogAction action) |
| Constructor and Description |
|---|
NutsInstallLogRecord(Instant date,
String user,
NutsInstallLogAction action,
net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId forId,
String message,
boolean succeeded) |
Copyright © 2022 vpc open source initiative. All rights reserved.