Package | Description |
---|---|
org.apache.archiva.policies |
Modifier and Type | Field and Description |
---|---|
static StandardOption |
CachedFailuresPolicy.NO
The NO policy setting means that the the existence of old failures is not checked.
|
static StandardOption |
CachedFailuresPolicy.YES
The YES policy setting means that the existence of old failures is checked, and will
prevent the request from being performed against the remote repo.
|
Modifier and Type | Method and Description |
---|---|
static StandardOption |
StandardOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardOption[] |
StandardOption.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.