com.atlassian.bamboo.plugins.rest.model.plan.branch
Class RestPlanBranch
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.plan.branch.RestPlanBranch
@Expander(value=RestPlanBranchExpander.class)
public class RestPlanBranch
- extends Object
|
Field Summary |
protected com.atlassian.plugins.rest.common.Link |
link
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
link
protected com.atlassian.plugins.rest.common.Link link
RestPlanBranch
public RestPlanBranch()
RestPlanBranch
public RestPlanBranch(ImmutablePlan planBranch,
boolean favourite,
javax.ws.rs.core.UriInfo uriInfo,
@Nullable
RestBranchLatestActive latestActive,
PlanRestService planRestService,
com.atlassian.user.User currentRestUser)
getBranchKey
public String getBranchKey()
setBranchKey
public void setBranchKey(String branchKey)
getBranchName
public String getBranchName()
setBranchName
public void setBranchName(String branchName)
setFavourite
public void setFavourite(Boolean favourite)
expand
public void expand()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.