Class BuildQueueBean


  • public class BuildQueueBean
    extends Object
    • Constructor Detail

      • BuildQueueBean

        public BuildQueueBean()
    • Method Detail

      • setItems

        public void setItems​(@NotNull
                             List<SQueuedBuild> viewableItems)
      • setNumberOfItems

        public void setNumberOfItems​(int numberOfItems)
      • setFilteredByBuildType

        public void setFilteredByBuildType​(@Nullable
                                           SBuildType filteredByBuildType)
      • setAllAgentPools

        public void setAllAgentPools​(@NotNull
                                     List<AgentPool> allAgentPools)
      • 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()
      • getNumberOfItems

        public int getNumberOfItems()
      • isFilteredByBuildTypeMode

        public boolean isFilteredByBuildTypeMode()
      • getFilteredByBuildType

        @Nullable
        public SBuildType getFilteredByBuildType()
      • isFilteredByAgentPoolMode

        public boolean isFilteredByAgentPoolMode()
      • getFilteredByAgentPoolId

        @Nullable
        public Integer getFilteredByAgentPoolId()
      • getAllAgentPools

        @NotNull
        public List<AgentPool> getAllAgentPools()
      • getQueuedBuildsPerPool

        @NotNull
        public Map<Integer,​Integer> getQueuedBuildsPerPool()
      • 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: