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>
actionResults
String
completedDate
Double
durationInMs
String
errorMessage
int
id
String
outcome
String
startedDate
-
Constructor Summary
Constructors Constructor Description IterationDetail()
IterationDetail(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionResult
createAndAddActionResult(List<Integer> stepIds)
ActionResult
getOrCreateAndAddActionResult(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)
-
-