public class ChangeLogScmRequest extends ScmRequest
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
parameters| Constructor and Description |
|---|
ChangeLogScmRequest(ScmRepository scmRepository,
ScmFileSet scmFileSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatePattern() |
java.util.Date |
getEndDate() |
ScmVersion |
getEndRevision() |
java.lang.Integer |
getLimit() |
int |
getNumDays() |
ScmVersion |
getRevision() |
ScmBranch |
getScmBranch() |
java.util.Date |
getStartDate() |
ScmVersion |
getStartRevision() |
void |
setDatePattern(java.lang.String datePattern) |
void |
setDateRange(java.util.Date startDate,
java.util.Date endDate) |
void |
setEndDate(java.util.Date endDate) |
void |
setEndRevision(ScmVersion endRevision) |
void |
setLimit(java.lang.Integer limit) |
void |
setNumDays(int numDays) |
void |
setRevision(ScmVersion revision) |
void |
setScmBranch(ScmBranch scmBranch) |
void |
setStartDate(java.util.Date startDate) |
void |
setStartRevision(ScmVersion startRevision) |
getCommandParameters, getScmFileSet, getScmRepository, setScmFileSet, setScmRepositoryprivate static final long serialVersionUID
public ChangeLogScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet)
public ScmBranch getScmBranch() throws ScmException
ScmExceptionpublic void setScmBranch(ScmBranch scmBranch) throws ScmException
ScmExceptionpublic java.util.Date getStartDate()
throws ScmException
ScmExceptionpublic void setStartDate(java.util.Date startDate)
throws ScmException
startDate - the start date of the periodScmExceptionpublic java.util.Date getEndDate()
throws ScmException
ScmExceptionpublic void setEndDate(java.util.Date endDate)
throws ScmException
endDate - the end date of the periodScmExceptionpublic int getNumDays()
throws ScmException
ScmExceptionpublic void setNumDays(int numDays)
throws ScmException
numDays - the number days before the current time if startdate and enddate are nullScmExceptionpublic ScmVersion getStartRevision() throws ScmException
ScmExceptionpublic void setStartRevision(ScmVersion startRevision) throws ScmException
startRevision - the start branch/tag/revisionScmExceptionpublic ScmVersion getEndRevision() throws ScmException
ScmExceptionpublic void setEndRevision(ScmVersion endRevision) throws ScmException
endRevision - the end branch/tag/revisionScmExceptionpublic java.lang.String getDatePattern()
throws ScmException
ScmExceptionpublic void setDatePattern(java.lang.String datePattern)
throws ScmException
datePattern - the date pattern used in changelog output returned by scm toolScmExceptionpublic java.lang.Integer getLimit()
throws ScmException
ScmExceptionpublic void setLimit(java.lang.Integer limit)
throws ScmException
limit - the maximal count of returned changesetsScmExceptionpublic void setDateRange(java.util.Date startDate,
java.util.Date endDate)
throws ScmException
ScmExceptionpublic void setRevision(ScmVersion revision) throws ScmException
ScmExceptionpublic ScmVersion getRevision() throws ScmException
ScmException