|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentBuildHistory
| Method Summary | |
|---|---|
java.util.List<SFinishedBuild> |
getBuildHistory(User user,
boolean includeCanceled)
Returns the build history of this agent. |
| Method Detail |
|---|
@NotNull
java.util.List<SFinishedBuild> getBuildHistory(@Nullable
User user,
boolean includeCanceled)
The history can be filtered by user, as well as by cancelled builds.
user - if set the result will contain only builds by userincludeCanceled - if set the result will include calceled builds as well
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||