Class BuildQueueBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.queue.BuildQueueBean
-
public class BuildQueueBean extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildQueueBean.CanRunOnEstimate
-
Constructor Summary
Constructors Constructor Description BuildQueueBean()
-
Method Summary
-
-
-
Method Detail
-
setItems
public void setItems(@NotNull List<SQueuedBuild> viewableItems)
-
setOrderNumMap
public void setOrderNumMap(@NotNull Map<SQueuedBuild,Integer> orderNumMap)
-
setCanRunOnCountMap
public void setCanRunOnCountMap(@NotNull Map<SQueuedBuild,BuildQueueBean.CanRunOnEstimate> canRunOnCountMap)
-
setNumberOfItems
public void setNumberOfItems(int numberOfItems)
-
setFilteredByBuildType
public void setFilteredByBuildType(@Nullable SBuildType filteredByBuildType)
-
setFilteredByAgentPoolId
public void setFilteredByAgentPoolId(@Nullable Integer filteredByAgentPoolId)
-
setAllQueuedBuildsShown
public void setAllQueuedBuildsShown(boolean allQueuedBuildsShown)
-
setQueuedBuildsPerPool
public void setQueuedBuildsPerPool(@NotNull Map<Integer,Integer> queuedBuildsPerPool)
-
setHiddenTopItems
public void setHiddenTopItems(@NotNull List<SQueuedBuild> hiddenTopItems)
-
setQueuedBuildsPageSize
public void setQueuedBuildsPageSize(int queuedBuildsPageSize)
-
isAllQueuedBuildsShown
public boolean isAllQueuedBuildsShown()
-
getQueuedBuildsPageSize
public int getQueuedBuildsPageSize()
-
getItems
@NotNull public List<SQueuedBuild> getItems()
-
getNumberOfItems
public int getNumberOfItems()
-
isFilteredByBuildTypeMode
public boolean isFilteredByBuildTypeMode()
-
getFilteredByBuildType
@Nullable public SBuildType getFilteredByBuildType()
-
isFilteredByAgentPoolMode
public boolean isFilteredByAgentPoolMode()
-
getFilteredByAgentPoolId
@Nullable public Integer getFilteredByAgentPoolId()
-
getHiddenTopItems
@NotNull public List<SQueuedBuild> getHiddenTopItems()
Returns top accessible items which should be placed on the page but should not be shown. These items are required by moveToTop functionality.- Returns:
-
getOrderNumber
@NotNull public Map<SQueuedBuild,Integer> getOrderNumber()
-
getCanRunOnEstimates
@NotNull public Map<SQueuedBuild,BuildQueueBean.CanRunOnEstimate> getCanRunOnEstimates()
-
-