@Expander(value=RestPlanBranchExpander.class) public class RestPlanBranch extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.plugins.rest.common.Link |
link |
Constructor and Description |
---|
RestPlanBranch() |
RestPlanBranch(ImmutablePlan planBranch,
boolean favourite,
javax.ws.rs.core.UriInfo uriInfo,
RestBranchLatestActive latestActive,
PlanRestService planRestService,
com.atlassian.user.User currentRestUser) |
Modifier and Type | Method and Description |
---|---|
void |
expand() |
String |
getBranchKey() |
String |
getBranchName() |
void |
setBranchKey(String branchKey) |
void |
setBranchName(String branchName) |
void |
setFavourite(Boolean favourite) |
public RestPlanBranch()
public RestPlanBranch(ImmutablePlan planBranch, boolean favourite, javax.ws.rs.core.UriInfo uriInfo, @Nullable RestBranchLatestActive latestActive, PlanRestService planRestService, com.atlassian.user.User currentRestUser)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.