public interface AgentBuildHistory
Modifier and Type | Method and Description |
---|---|
java.util.List<SFinishedBuild> |
getBuildHistory(User user,
boolean includeCanceled)
Returns the build history of this agent.
|
@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 user
includeCanceled
- if set the result will include canceled builds as well