Class RestQueuedBuild

    • Field Detail

      • link

        protected com.atlassian.plugins.rest.common.Link link
    • Constructor Detail

      • 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 Detail

      • 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)
      • setLink

        public void setLink​(com.atlassian.plugins.rest.common.Link link)
      • getExpand

        public String getExpand()
      • getPlanKey

        public String getPlanKey()
      • getBuildNumber

        public Integer getBuildNumber()
      • getBuildResultKey

        public String getBuildResultKey()
      • getTriggerReason

        public String getTriggerReason()
      • getLink

        public com.atlassian.plugins.rest.common.Link getLink()