Class IterationDetail
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.IterationDetail
-
public class IterationDetail extends AutoToString
-
-
Field Summary
Fields Modifier and Type Field Description List<ActionResult>actionResultsStringcompletedDateDoubledurationInMsStringerrorMessageintidStringoutcomeStringstartedDate
-
Constructor Summary
Constructors Constructor Description IterationDetail()IterationDetail(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionResultcreateAndAddActionResult(List<Integer> stepIds)ActionResultgetOrCreateAndAddActionResult(List<Integer> stepIds)-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Method Detail
-
createAndAddActionResult
public ActionResult createAndAddActionResult(List<Integer> stepIds)
-
getOrCreateAndAddActionResult
public ActionResult getOrCreateAndAddActionResult(List<Integer> stepIds)
-
-