@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(@NotNull BuildContext buildContext) |
RestQueuedBuild(@NotNull BuildContext buildContext,
@NotNull List<? extends RepositoryChangeset> changesets,
@NotNull javax.ws.rs.core.UriInfo uriInfo) |
RestQueuedBuild(@NotNull BuildContext buildContext,
@NotNull javax.ws.rs.core.UriInfo uriInfo) |
RestQueuedBuild(@NotNull ChainExecution chainExecution,
@NotNull List<? extends RepositoryChangeset> changesets,
@NotNull javax.ws.rs.core.UriInfo uriInfo) |
RestQueuedBuild(@NotNull PlanResultKey planResultKey,
@Nullable TriggerReason triggerReason,
@NotNull List<? extends RepositoryChangeset> changesets,
@Nullable javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
expand() |
Integer |
getBuildNumber() |
String |
getBuildResultKey() |
RestChangeList |
getChanges() |
List<? extends RepositoryChangeset> |
getChangesets() |
String |
getExpand() |
com.atlassian.plugins.rest.common.Link |
getLink() |
String |
getPlanKey() |
String |
getTriggerReason() |
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 |
setPlanKey(String planKey) |
void |
setTriggerReason(String triggerReason) |
public RestQueuedBuild()
public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext)
public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo)
public RestQueuedBuild(@NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo)
public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo)
public RestQueuedBuild(@NotNull @NotNull PlanResultKey planResultKey, @Nullable @Nullable TriggerReason triggerReason, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @Nullable @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 String getExpand()
public String getPlanKey()
public Integer getBuildNumber()
public String getBuildResultKey()
public String getTriggerReason()
public RestChangeList getChanges()
public com.atlassian.plugins.rest.common.Link getLink()
public List<? extends RepositoryChangeset> getChangesets()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.