Class RestQueuedBuild

java.lang.Object
com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuild

@Expander(RestQueuedBuildExpander.class) public class RestQueuedBuild extends Object
  • Field Details

  • Constructor Details

    • RestQueuedBuild

      public RestQueuedBuild()
    • RestQueuedBuild

      public RestQueuedBuild(@NotNull @NotNull BuildContext buildContext)
    • 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

      public void setExpand(String expand)
    • setPlanKey

      public void setPlanKey(String planKey)
    • setBuildNumber

      public void setBuildNumber(Integer buildNumber)
    • setBuildResultKey

      public void setBuildResultKey(String buildResultKey)
    • setTriggerReason

      public void setTriggerReason(String triggerReason)
    • setChanges

      public void setChanges(RestChangeList changes)
    • setLink

      public void setLink(com.atlassian.plugins.rest.api.model.Link link)
    • getExpand

      public String getExpand()
    • getPlanKey

      public String getPlanKey()
    • getBuildNumber

      public Integer getBuildNumber()
    • getBuildResultKey

      public String getBuildResultKey()
    • getTriggerReason

      public String getTriggerReason()
    • getChanges

      public RestChangeList getChanges()
    • getLink

      public com.atlassian.plugins.rest.api.model.Link getLink()
    • getChangesets

      public List<? extends RepositoryChangeset> getChangesets()