com.atlassian.bamboo.plugins.rest.model.chain
Class RestChainResultDetails
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.AbstractRestBuild
com.atlassian.bamboo.plugins.rest.model.chain.RestChainResult
com.atlassian.bamboo.plugins.rest.model.chain.RestChainResultDetails
@Expander(value=RestChainResultExpander.class)
public class RestChainResultDetails
- extends RestChainResult
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.chain.RestChainResult |
artifacts, buildExecutionManager, buildManager, buildQueueManager, comments, detailedResult, jiraIssues, labels, planExecutionManager, stages, stageStatusHelper, uriInfo |
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.build.AbstractRestBuild |
baseUriBuilder, buildCompletedTime, buildDuration, buildDurationDescription, buildDurationInSeconds, buildNumber, buildReason, buildRelativeTime, buildResultKey, buildStartedTime, buildState, buildSummary, buildTestSummary, chainLink, expand, failedTestCount, hasExecutableAgents, id, jiraHostUrl, KEY, LIFE_CYCLE_STATE, lifeCycleState, link, NUMBER, prettyQueueDuration, prettyVcsUpdateDuration, queueDuration, queueStartedTime, queueTimeInSeconds, stage, stageResult, STATE, successfulTestCount, vcsRevisionKey, vcsUpdateDuration, vcsUpdateInSeconds, vcsUpdateStartedTime |
Constructor Summary |
RestChainResultDetails()
|
RestChainResultDetails(ChainResultsSummary buildSummary,
java.lang.String jiraHostUrl,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResult,
BuildManager buildManager,
BuildExecutionManager buildExecutionManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
PlanExecutableAgentsHelper planExecutableAgentsHelper)
|
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.build.AbstractRestBuild |
getArtifacts, getBuildKey, getBuildNumber, getBuildResultKey, getBuildState, getChanges, getComments, getJiraIssueManager, getJiraIssues, getLabels, getLink, setStageResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.String key
changes
@Expandable
protected RestChangeList changes
RestChainResultDetails
public RestChainResultDetails()
RestChainResultDetails
public RestChainResultDetails(ChainResultsSummary buildSummary,
java.lang.String jiraHostUrl,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResult,
BuildManager buildManager,
BuildExecutionManager buildExecutionManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
PlanExecutableAgentsHelper planExecutableAgentsHelper)
expand
public void expand()
- Overrides:
expand
in class RestChainResult
expand
public void expand(@NotNull
ResultsSummary summary,
@Nullable
ExecutionStatus executionStatus)
- Overrides:
expand
in class RestChainResult
Copyright © 2010 Atlassian. All Rights Reserved.