|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines behavior required by ModificationSet.java when gathering information about the changes made to whatever source control tool that you choose.
Method Summary | |
java.util.Set |
getEmails()
get a Set of email addresses. |
java.util.ArrayList |
getHistory(java.util.Date lastBuild,
java.util.Date now,
long quietPeriod)
get an ArrayList of Modifications detailing all the changes between now and the last build. |
long |
getLastModified()
get the last modified time for this set of files |
void |
setTask(org.apache.tools.ant.Task t)
get the task from the parent element for logging purposes |
Method Detail |
public void setTask(org.apache.tools.ant.Task t)
public long getLastModified()
public java.util.ArrayList getHistory(java.util.Date lastBuild, java.util.Date now, long quietPeriod)
public java.util.Set getEmails()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |