|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.continuum.model.repository.AbstractPurgeConfiguration org.apache.continuum.model.repository.RepositoryPurgeConfiguration
public class RepositoryPurgeConfiguration
Class RepositoryPurgeConfiguration.
Constructor Summary | |
---|---|
RepositoryPurgeConfiguration()
|
Method Summary | |
---|---|
LocalRepository |
getRepository()
Get the repository field. |
boolean |
isDeleteReleasedSnapshots()
Get true if the released snapshots are to be removed from the repo during repository purge. |
void |
setDeleteReleasedSnapshots(boolean deleteReleasedSnapshots)
Set true if the released snapshots are to be removed from the repo during repository purge. |
void |
setRepository(LocalRepository repository)
Set the repository field. |
Methods inherited from class org.apache.continuum.model.repository.AbstractPurgeConfiguration |
---|
equals, getDaysOlder, getDescription, getId, getRetentionCount, getSchedule, hashCode, isDefaultPurge, isDeleteAll, isEnabled, setDaysOlder, setDefaultPurge, setDeleteAll, setDescription, setEnabled, setId, setRetentionCount, setSchedule, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryPurgeConfiguration()
Method Detail |
---|
public LocalRepository getRepository()
public boolean isDeleteReleasedSnapshots()
public void setDeleteReleasedSnapshots(boolean deleteReleasedSnapshots)
deleteReleasedSnapshots
- public void setRepository(LocalRepository repository)
repository
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |