Class RestQueuedBuild
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuild
-
@Expander(RestQueuedBuildExpander.class) public class RestQueuedBuild extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.plugins.rest.common.Link
link
-
Constructor Summary
Constructors Constructor Description RestQueuedBuild()
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)
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
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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)
-
setChanges
public void setChanges(RestChangeList changes)
-
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()
-
getChanges
public RestChangeList getChanges()
-
getLink
public com.atlassian.plugins.rest.common.Link getLink()
-
getChangesets
public List<? extends RepositoryChangeset> getChangesets()
-
-