Package | Description |
---|---|
org.apache.archiva.scheduler.indexing |
Modifier and Type | Field and Description |
---|---|
private ArtifactIndexingTask.Action |
ArtifactIndexingTask.action |
Modifier and Type | Method and Description |
---|---|
ArtifactIndexingTask.Action |
ArtifactIndexingTask.getAction() |
static ArtifactIndexingTask.Action |
ArtifactIndexingTask.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactIndexingTask.Action[] |
ArtifactIndexingTask.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArtifactIndexingTask(ManagedRepository repository,
File resourceFile,
ArtifactIndexingTask.Action action,
org.apache.maven.index.context.IndexingContext context) |
ArtifactIndexingTask(ManagedRepository repository,
File resourceFile,
ArtifactIndexingTask.Action action,
org.apache.maven.index.context.IndexingContext context,
boolean executeOnEntireRepo) |
ArtifactIndexingTask(ManagedRepository repository,
File resourceFile,
ArtifactIndexingTask.Action action,
org.apache.maven.index.context.IndexingContext context,
boolean executeOnEntireRepo,
boolean onlyUpdate) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.