Package io.jenkins.plugins.model
Class Cycle
java.lang.Object
io.jenkins.plugins.model.Cycle
public class Cycle extends Object
-
Constructor Summary
Constructors Constructor Description Cycle()
-
Method Summary
Modifier and Type Method Description List<TestCycle>
getTestCycle()
void
setTestCycle(List<TestCycle> testCycle)
-
Constructor Details
-
Cycle
public Cycle()
-
-
Method Details