Package | Description |
---|---|
org.apache.archiva.policies |
Modifier and Type | Field and Description |
---|---|
static DownloadErrorOption |
PropagateErrorsOnUpdateDownloadPolicy.ALWAYS
Signifies any error should cause a failure whether the artifact is already present or not.
|
static DownloadErrorOption |
PropagateErrorsDownloadPolicy.IGNORE
Ignore errors and treat as if it were not found.
|
static DownloadErrorOption |
PropagateErrorsOnUpdateDownloadPolicy.NOT_PRESENT
Signifies any error should cause a failure only if the artifact is not already present.
|
static DownloadErrorOption |
PropagateErrorsDownloadPolicy.QUEUE
Propagate errors at the end after all are gathered, if there was no successful download from other proxies.
|
static DownloadErrorOption |
PropagateErrorsDownloadPolicy.STOP
Signifies any error should stop searching for other proxies.
|
Modifier and Type | Method and Description |
---|---|
static DownloadErrorOption |
DownloadErrorOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadErrorOption[] |
DownloadErrorOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.