public class RepositoryTask extends Object implements org.apache.archiva.redback.components.taskqueue.Task
Modifier and Type | Field and Description |
---|---|
private String |
repositoryId |
private File |
resourceFile |
private boolean |
scanAll |
private boolean |
updateRelatedArtifacts |
Constructor and Description |
---|
RepositoryTask() |
RepositoryTask(String repositoryId) |
RepositoryTask(String repositoryId,
boolean scanAll) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getMaxExecutionTime() |
String |
getRepositoryId() |
File |
getResourceFile() |
int |
hashCode() |
boolean |
isScanAll() |
boolean |
isUpdateRelatedArtifacts() |
void |
setRepositoryId(String repositoryId) |
void |
setResourceFile(File resourceFile) |
void |
setScanAll(boolean scanAll) |
void |
setUpdateRelatedArtifacts(boolean updateRelatedArtifacts) |
String |
toString() |
private String repositoryId
private File resourceFile
private boolean updateRelatedArtifacts
private boolean scanAll
public RepositoryTask()
public RepositoryTask(String repositoryId)
public RepositoryTask(String repositoryId, boolean scanAll)
public boolean isScanAll()
public void setScanAll(boolean scanAll)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public long getMaxExecutionTime()
getMaxExecutionTime
in interface org.apache.archiva.redback.components.taskqueue.Task
public File getResourceFile()
public void setResourceFile(File resourceFile)
public boolean isUpdateRelatedArtifacts()
public void setUpdateRelatedArtifacts(boolean updateRelatedArtifacts)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.