Class TestCheckbox
- java.lang.Object
-
- jetbrains.buildServer.controllers.tests.TestCheckbox
-
public class TestCheckbox extends Object
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description TestCheckbox(STestRun test, boolean checked)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
STestRun
getTest()
boolean
isChecked()
String
toString()
-
-
-
Constructor Detail
-
TestCheckbox
public TestCheckbox(STestRun test, boolean checked)
-
-