Package com.atlassian.bamboo.plan
Class ResultsSummaryJsonDecorator
- java.lang.Object
-
- com.atlassian.bamboo.plan.ResultsSummaryJsonDecorator
-
public class ResultsSummaryJsonDecorator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
active
protected int
buildNumber
protected String
buildStatus
protected String
buildStatusDescription
protected boolean
customBuild
protected int
existingFailedTestCaseCount
protected int
newFailedTestCaseCount
protected boolean
onceOff
protected String
planKey
protected boolean
rebuild
protected boolean
specsFailure
protected boolean
specsSuccess
protected String
trigger
protected TriggerReason
triggerReason
-
Constructor Summary
Constructors Constructor Description ResultsSummaryJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, ResultsSummary resultsSummary, ImmutablePlan plan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull Map<String,Object>
getMap()
protected String
getPlanStatusIcon(ResultsSummary resultsSummary)
-
-
-
Field Detail
-
buildStatus
protected String buildStatus
-
planKey
protected String planKey
-
buildNumber
protected int buildNumber
-
buildStatusDescription
protected String buildStatusDescription
-
trigger
protected String trigger
-
newFailedTestCaseCount
protected int newFailedTestCaseCount
-
existingFailedTestCaseCount
protected int existingFailedTestCaseCount
-
specsFailure
protected boolean specsFailure
-
specsSuccess
protected boolean specsSuccess
-
active
protected boolean active
-
rebuild
protected boolean rebuild
-
onceOff
protected boolean onceOff
-
customBuild
protected boolean customBuild
-
triggerReason
protected TriggerReason triggerReason
-
-
Constructor Detail
-
ResultsSummaryJsonDecorator
public ResultsSummaryJsonDecorator(@NotNull @NotNull com.opensymphony.xwork2.TextProvider textProvider, ResultsSummary resultsSummary, ImmutablePlan plan)
-
-
Method Detail
-
getPlanStatusIcon
protected String getPlanStatusIcon(ResultsSummary resultsSummary)
-
-