Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestVcsBranch
-
Packages that use RestVcsBranch Package Description com.atlassian.bamboo.plugins.rest.model.plan.branch -
-
Uses of RestVcsBranch in com.atlassian.bamboo.plugins.rest.model.plan.branch
Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch that return RestVcsBranch Modifier and Type Method Description static RestVcsBranch
RestVcsBranch. from(VcsBranch branch)
Methods in com.atlassian.bamboo.plugins.rest.model.plan.branch that return types with arguments of type RestVcsBranch Modifier and Type Method Description List<RestVcsBranch>
RestVcsBranchList. getBranches()
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.plan.branch with type arguments of type RestVcsBranch Constructor Description RestVcsBranchList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestVcsBranch> callback)
-