Class RestQueuedBuild
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuild
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRestQueuedBuild
(@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) 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) -
Method Summary
Modifier and TypeMethodDescriptionvoid
expand()
List<? extends RepositoryChangeset>
com.atlassian.plugins.rest.api.model.Link
getLink()
void
setBuildNumber
(Integer buildNumber) void
setBuildResultKey
(String buildResultKey) void
setChanges
(RestChangeList changes) void
void
setLink
(com.atlassian.plugins.rest.api.model.Link link) void
setPlanKey
(String planKey) void
setTriggerReason
(String triggerReason)
-
Field Details
-
link
protected com.atlassian.plugins.rest.api.model.Link link
-
-
Constructor Details
-
RestQueuedBuild
public RestQueuedBuild() -
RestQueuedBuild
-
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo) -
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo) -
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo) -
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull PlanResultKey planResultKey, @Nullable @Nullable TriggerReason triggerReason, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @Nullable @Nullable javax.ws.rs.core.UriInfo uriInfo)
-
-
Method Details
-
expand
public void expand() -
setExpand
-
setPlanKey
-
setBuildNumber
-
setBuildResultKey
-
setTriggerReason
-
setChanges
-
setLink
public void setLink(com.atlassian.plugins.rest.api.model.Link link) -
getExpand
-
getPlanKey
-
getBuildNumber
-
getBuildResultKey
-
getTriggerReason
-
getChanges
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink() -
getChangesets
-