@Expander(value=RestQueuedBuildExpander.class) public class RestQueuedBuild extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.plugins.rest.common.Link |
link |
| Constructor and Description |
|---|
RestQueuedBuild() |
RestQueuedBuild(BuildContext buildContext) |
RestQueuedBuild(BuildContext buildContext,
List<? extends RepositoryChangeset> changesets,
javax.ws.rs.core.UriInfo uriInfo) |
RestQueuedBuild(BuildContext buildContext,
javax.ws.rs.core.UriInfo uriInfo) |
RestQueuedBuild(ChainExecution chainExecution,
List<? extends RepositoryChangeset> changesets,
javax.ws.rs.core.UriInfo uriInfo) |
RestQueuedBuild(PlanResultKey planResultKey,
TriggerReason triggerReason,
List<? extends RepositoryChangeset> changesets,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
expand() |
void |
setBuildNumber(Integer buildNumber) |
void |
setBuildResultKey(String buildResultKey) |
void |
setChanges(RestChangeList changes) |
void |
setExpand(String expand) |
void |
setLink(com.atlassian.plugins.rest.common.Link link) |
void |
setLink(javax.ws.rs.core.UriInfo uriInfo) |
void |
setPlanKey(String planKey) |
void |
setTriggerReason(String triggerReason) |
public RestQueuedBuild()
public RestQueuedBuild(@NotNull
BuildContext buildContext)
public RestQueuedBuild(@NotNull
BuildContext buildContext,
@NotNull
javax.ws.rs.core.UriInfo uriInfo)
public RestQueuedBuild(@NotNull
ChainExecution chainExecution,
@NotNull
List<? extends RepositoryChangeset> changesets,
@NotNull
javax.ws.rs.core.UriInfo uriInfo)
public RestQueuedBuild(@NotNull
BuildContext buildContext,
@NotNull
List<? extends RepositoryChangeset> changesets,
@NotNull
javax.ws.rs.core.UriInfo uriInfo)
public RestQueuedBuild(@NotNull
PlanResultKey planResultKey,
@Nullable
TriggerReason triggerReason,
@NotNull
List<? extends RepositoryChangeset> changesets,
@Nullable
javax.ws.rs.core.UriInfo uriInfo)
public void expand()
public void setExpand(String expand)
public void setPlanKey(String planKey)
public void setBuildNumber(Integer buildNumber)
public void setBuildResultKey(String buildResultKey)
public void setTriggerReason(String triggerReason)
public void setChanges(RestChangeList changes)
public void setLink(com.atlassian.plugins.rest.common.Link link)
public void setLink(@NotNull
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.