BuildQueryOptions |
BuildQueryOptions.setAgent(SBuildAgent agent) |
Set agent to return only builds executed by the specified agent.
|
BuildQueryOptions |
BuildQueryOptions.setAgentName(String agentName) |
Set to filter builds by agents with specified name.
|
BuildQueryOptions |
BuildQueryOptions.setAgentTypeId(int agentTypeId) |
|
BuildQueryOptions |
BuildQueryOptions.setBranch(String branch) |
Only return builds with specified branch.
|
BuildQueryOptions |
BuildQueryOptions.setBuildTypeId(String buildTypeId) |
Only return builds from the build type with the specified internal id
|
BuildQueryOptions |
BuildQueryOptions.setBuildTypeIds(Collection<String> buildTypeIds) |
Only return builds from build types with the specified internal ids.
|
BuildQueryOptions |
BuildQueryOptions.setIncludeCanceled(boolean includeCanceled) |
|
BuildQueryOptions |
BuildQueryOptions.setIncludePersonal(boolean includePersonal,
User owner) |
Enables or disables personal builds in the provided result.
|
BuildQueryOptions |
BuildQueryOptions.setIncludeRunning(boolean includeRunning) |
|
BuildQueryOptions |
BuildQueryOptions.setMatchAllBranches(boolean matchAllBranches) |
|
BuildQueryOptions |
BuildQueryOptions.setOrderByChanges(boolean orderByChanges) |
|
BuildQueryOptions |
BuildQueryOptions.setPageSize(Integer pageSize) |
Allows to control the size of the page when builds are fetched from the builds history.
|
BuildQueryOptions |
BuildQueryOptions.setPinStatus(Boolean pinStatus) |
Sets pin status filter.
|
BuildQueryOptions |
BuildQueryOptions.setTagName(String tagName,
User tagOwner) |
Set tag name to return only builds with specified tag.
|