|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditReportsRepository
Method Summary | |
---|---|
List<BuildDetails> |
getBuildDetails(String masterHostName,
Date fromDate,
Date toDate)
Retrieves the build details for all job instances that ran on the specified Jenkins master or all the slaves registered with that master, between two dates for al projects. |
List<BuildDetails> |
getBuildDetails(String masterHostName,
String projectName,
Date fromDate,
Date toDate)
Retrieves the build details for all job instances that ran on the specified Jenkins master or all the slaves registered with that master, between two dates and for a specific project. |
List<String> |
getProjectNames(String masterHostName,
Date fromDate,
Date toDate)
Retrieves a list of all the projects registered with the specified Jenkins master that have had job instances executed between the specified dates. |
Method Detail |
---|
List<String> getProjectNames(String masterHostName, Date fromDate, Date toDate)
masterHostName
- the host name of the Jenkins master.fromDate
- the start (inclusive) of the date range.toDate
- the end (inclusive) of the date range.
null
.List<BuildDetails> getBuildDetails(String masterHostName, Date fromDate, Date toDate)
masterHostName
- the host name of the Jenkins master.fromDate
- the start (inclusive) of the date range.toDate
- the end (inclusive) of the date range.
null
.List<BuildDetails> getBuildDetails(String masterHostName, String projectName, Date fromDate, Date toDate)
masterHostName
- the host name of the Jenkins master.projectName
- the name of the project that was executed.fromDate
- the start (inclusive) of the date range.toDate
- the end (inclusive) of the date range.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |