Class RestBranches
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.RestBranches
-
public class RestBranches extends Object
-
-
Constructor Summary
Constructors Constructor Description RestBranches()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestPlanBranch>
getBranches()
String
getExpand()
-
-
-
Method Detail
-
getExpand
public String getExpand()
-
getBranches
public List<RestPlanBranch> getBranches()
-
-