|
||||||||||
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
public class AbstractPurgeConfiguration
Class AbstractPurgeConfiguration.
Constructor Summary | |
---|---|
AbstractPurgeConfiguration()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
int |
getDaysOlder()
Get the number of days old which will be the basis for removing a snapshot or a folder. |
String |
getDescription()
Get the description field. |
int |
getId()
Get the id field. |
int |
getRetentionCount()
Get the total count of the artifact for each snapshot or the release/build output folder to be retained. |
Schedule |
getSchedule()
Get the schedule field. |
int |
hashCode()
Method hashCode. |
boolean |
isDefaultPurge()
Get the defaultPurge field. |
boolean |
isDeleteAll()
Get the deleteAll field. |
boolean |
isEnabled()
Get the enabled field. |
void |
setDaysOlder(int daysOlder)
Set the number of days old which will be the basis for removing a snapshot or a folder. |
void |
setDefaultPurge(boolean defaultPurge)
Set the defaultPurge field. |
void |
setDeleteAll(boolean deleteAll)
Set the deleteAll field. |
void |
setDescription(String description)
Set the description field. |
void |
setEnabled(boolean enabled)
Set the enabled field. |
void |
setId(int id)
Set the id field. |
void |
setRetentionCount(int retentionCount)
Set the total count of the artifact for each snapshot or the release/build output folder to be retained. |
void |
setSchedule(Schedule schedule)
Set the schedule field. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractPurgeConfiguration()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public int getDaysOlder()
public String getDescription()
public int getId()
public int getRetentionCount()
public Schedule getSchedule()
public int hashCode()
hashCode
in class Object
public boolean isDefaultPurge()
public boolean isDeleteAll()
public boolean isEnabled()
public void setDaysOlder(int daysOlder)
daysOlder
- public void setDefaultPurge(boolean defaultPurge)
defaultPurge
- public void setDeleteAll(boolean deleteAll)
deleteAll
- public void setDescription(String description)
description
- public void setEnabled(boolean enabled)
enabled
- public void setId(int id)
id
- public void setRetentionCount(int retentionCount)
retentionCount
- public void setSchedule(Schedule schedule)
schedule
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |