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 java.lang.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,
PlanService planService)
getBranchKey
public java.lang.String getBranchKey()
setBranchKey
public void setBranchKey(java.lang.String branchKey)
getBranchName
public java.lang.String getBranchName()
setBranchName
public void setBranchName(java.lang.String branchName)
setFavourite
public void setFavourite(java.lang.Boolean favourite)
expand
public void expand()
Copyright © 2012 Atlassian. All Rights Reserved.