Class TestingbotTeamConcurrency

  • All Implemented Interfaces:
    java.io.Serializable

    public class TestingbotTeamConcurrency
    extends java.lang.Object
    implements java.io.Serializable
    A pair of concurrency limits — VM sessions and physical-device sessions.
    Since:
    1.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TestingbotTeamConcurrency

        public TestingbotTeamConcurrency()
    • Method Detail

      • getVms

        public int getVms()
      • setVms

        public void setVms​(int vms)
      • getPhysical

        public int getPhysical()
      • setPhysical

        public void setPhysical​(int physical)