Package com.testingbot.models
Class TestingbotTeam
- java.lang.Object
-
- com.testingbot.models.TestingbotTeam
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingbotTeam extends java.lang.Object implements java.io.SerializableTeam-level concurrency information: allowed vs. current parallel sessions for VMs and physical devices.- Since:
- 1.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestingbotTeam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestingbotTeamConcurrencyBlockgetConcurrency()voidsetConcurrency(TestingbotTeamConcurrencyBlock concurrency)
-
-
-
Method Detail
-
getConcurrency
public TestingbotTeamConcurrencyBlock getConcurrency()
-
setConcurrency
public void setConcurrency(TestingbotTeamConcurrencyBlock concurrency)
-
-