Interface BuildDistributorInput

  • All Superinterfaces:
    BuildsInfo

    public interface BuildDistributorInput
    extends BuildsInfo
    Input data used by build distributor. Build distributor assigns builds which can be started to agents.
    Since:
    4.5
    • Method Detail

      • getAgents

        @NotNull
        java.util.Collection<SBuildAgent> getAgents()
        Returns:
        all the agents registered in the system
      • getBusyAgents

        @NotNull
        java.util.Set<SBuildAgent> getBusyAgents()
        Returns:
        agents which are currently running builds
        Since:
        2022.12