Class ChangeLogScmRequest
java.lang.Object
org.apache.maven.scm.ScmRequest
org.apache.maven.scm.command.changelog.ChangeLogScmRequest
- All Implemented Interfaces:
Serializable
- Since:
- 1.8
- Author:
- Petr Kozelka
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.scm.ScmRequest
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()
int
void
setDatePattern
(String datePattern) void
setDateRange
(Date startDate, Date endDate) void
setEndDate
(Date endDate) void
setEndRevision
(ScmVersion endRevision) void
void
setNumDays
(int numDays) void
setRevision
(ScmVersion revision) void
setScmBranch
(ScmBranch scmBranch) void
setStartDate
(Date startDate) void
setStartRevision
(ScmVersion startRevision) Methods inherited from class org.apache.maven.scm.ScmRequest
getCommandParameters, getScmFileSet, getScmRepository, setScmFileSet, setScmRepository
-
Constructor Details
-
ChangeLogScmRequest
-
-
Method Details
-
getScmBranch
- Throws:
ScmException
-
setScmBranch
- Throws:
ScmException
-
getStartDate
- Throws:
ScmException
-
setStartDate
- Parameters:
startDate
- the start date of the period- Throws:
ScmException
- if any
-
getEndDate
- Throws:
ScmException
-
setEndDate
- Parameters:
endDate
- the end date of the period- Throws:
ScmException
- if any
-
getNumDays
- Throws:
ScmException
-
setNumDays
- Parameters:
numDays
- the number days before the current time if startdate and enddate are null- Throws:
ScmException
- if any
-
getStartRevision
- Throws:
ScmException
-
setStartRevision
- Parameters:
startRevision
- the start branch/tag/revision- Throws:
ScmException
- if any
-
getEndRevision
- Throws:
ScmException
-
setEndRevision
- Parameters:
endRevision
- the end branch/tag/revision- Throws:
ScmException
- if any
-
getDatePattern
- Throws:
ScmException
-
setDatePattern
- Parameters:
datePattern
- the date pattern used in changelog output returned by scm tool- Throws:
ScmException
- if any
-
getLimit
- Throws:
ScmException
-
setLimit
- Parameters:
limit
- the maximal count of returned changesets- Throws:
ScmException
- if any
-
setDateRange
- Throws:
ScmException
-
setRevision
- Throws:
ScmException
-
getRevision
- Throws:
ScmException
-