Class RestBrokenPlan
- java.lang.Object
-
- com.atlassian.bamboo.brokenbuildtracker.rest.RestBrokenPlan
-
public class RestBrokenPlan extends Object
-
-
Constructor Summary
Constructors Constructor Description RestBrokenPlan()
RestBrokenPlan(List<RestUserResponsible> responsibleUsers, String planResultKey)
RestBrokenPlan(Map content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlanResultKey()
List<RestUserResponsible>
getResponsibleUsers()
-
-
-
Constructor Detail
-
RestBrokenPlan
public RestBrokenPlan()
-
RestBrokenPlan
public RestBrokenPlan(List<RestUserResponsible> responsibleUsers, String planResultKey)
-
RestBrokenPlan
public RestBrokenPlan(Map content)
-
-
Method Detail
-
getResponsibleUsers
public List<RestUserResponsible> getResponsibleUsers()
-
getPlanResultKey
public String getPlanResultKey()
-
-