Class RestQueuedBuild
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuild
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRestQueuedBuild(@NotNull ChainExecution chainExecution, @NotNull List<? extends RepositoryChangeset> changesets, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) RestQueuedBuild(@NotNull PlanResultKey planResultKey, @Nullable TriggerReason triggerReason, @NotNull List<? extends RepositoryChangeset> changesets, @Nullable jakarta.ws.rs.core.UriInfo uriInfo) RestQueuedBuild(@NotNull BuildContext buildContext) RestQueuedBuild(@NotNull BuildContext buildContext, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) RestQueuedBuild(@NotNull BuildContext buildContext, @NotNull List<? extends RepositoryChangeset> changesets, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidexpand()List<? extends RepositoryChangeset> com.atlassian.plugins.rest.api.model.LinkgetLink()voidsetBuildNumber(Integer buildNumber) voidsetBuildResultKey(String buildResultKey) voidsetChanges(RestChangeList changes) voidvoidsetLink(com.atlassian.plugins.rest.api.model.Link link) voidsetPlanKey(String planKey) voidsetTriggerReason(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 jakarta.ws.rs.core.UriInfo uriInfo) -
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @NotNull @NotNull jakarta.ws.rs.core.UriInfo uriInfo) -
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @NotNull @NotNull jakarta.ws.rs.core.UriInfo uriInfo) -
RestQueuedBuild
public RestQueuedBuild(@NotNull @NotNull PlanResultKey planResultKey, @Nullable @Nullable TriggerReason triggerReason, @NotNull @NotNull List<? extends RepositoryChangeset> changesets, @Nullable @Nullable jakarta.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
-