Class ActionResult
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.ActionResult
-
public class ActionResult extends AutoToString
-
-
Field Summary
Fields Modifier and Type Field Description String
actionPath
String
completedDate
String
errorMessage
int
iterationId
String
outcome
SharedStepModel
sharedStepModel
String
startedDate
String
stepIdentifier
-
Constructor Summary
Constructors Constructor Description ActionResult()
ActionResult(int iterationId, List<Integer> stepIdentifiers)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
stepIdentifiersToString(List<Integer> stepIdentifiers)
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
actionPath
public String actionPath
-
iterationId
public int iterationId
-
stepIdentifier
public String stepIdentifier
-
outcome
public String outcome
-
errorMessage
public String errorMessage
-
startedDate
public String startedDate
-
completedDate
public String completedDate
-
sharedStepModel
public SharedStepModel sharedStepModel
-
-