Class BuildQueueItemViewForJsonDecorator
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
-
- com.atlassian.bamboo.ww2.actions.build.BuildQueueItemViewForJsonDecorator
-
public class BuildQueueItemViewForJsonDecorator extends QueueItemViewForJsonDecorator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
QueueItemViewForJsonDecorator.BuildStatus, QueueItemViewForJsonDecorator.ItemType
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
buildStatus, expectingCustomDedicatedAgent, itemType, resultKey, triggerReason, typedResultKey
-
-
Constructor Summary
Constructors Constructor Description BuildQueueItemViewForJsonDecorator(PlanKey chainKey, @Nullable String projectName, String shortChainName, @Nullable String fullChainName, @Nullable PlanKey jobKey, @Nullable String jobName, @Nullable String jobOrChainResultKey, @Nullable PlanResultKey chainResultKey, int buildNumber, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean isBranch, boolean isExpectingCustomDedicatedAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getBuildNumber()
String
getBuildResultKey()
Deprecated.since 6.0 usegetJobResultKey()
insteadPlanKey
getChainKey()
String
getChainName()
@Nullable PlanResultKey
getChainResultKey()
@Nullable String
getJobKey()
Deprecated.since 6.0 usegetTypedJobKey()
instead@Nullable String
getJobName()
String
getJobResultKey()
String
getPlanKey()
Deprecated.since 6.0 usegetChainKey()
instead@Nullable String
getPlanName()
@Nullable String
getPlanResultKey()
Deprecated.since 6.0 usegetChainResultKey()
instead@Nullable String
getProjectName()
@Nullable PlanKey
getTypedJobKey()
boolean
isBranch()
-
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
getBuildStatus, getItemType, getResultKey, getTriggerReason, getTypedResultKey, isExpectingCustomDedicatedAgent
-
-
-
-
Constructor Detail
-
BuildQueueItemViewForJsonDecorator
public BuildQueueItemViewForJsonDecorator(PlanKey chainKey, @Nullable @Nullable String projectName, String shortChainName, @Nullable @Nullable String fullChainName, @Nullable @Nullable PlanKey jobKey, @Nullable @Nullable String jobName, @Nullable @Nullable String jobOrChainResultKey, @Nullable @Nullable PlanResultKey chainResultKey, int buildNumber, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean isBranch, boolean isExpectingCustomDedicatedAgent)
-
-
Method Detail
-
getPlanKey
@Deprecated public String getPlanKey()
Deprecated.since 6.0 usegetChainKey()
instead
-
getChainKey
public PlanKey getChainKey()
-
getProjectName
@Nullable public @Nullable String getProjectName()
-
getJobName
@Nullable public @Nullable String getJobName()
-
getPlanName
@Nullable public @Nullable String getPlanName()
-
getChainName
public String getChainName()
-
getJobKey
@Nullable @Deprecated public @Nullable String getJobKey()
Deprecated.since 6.0 usegetTypedJobKey()
instead
-
getTypedJobKey
@Nullable public @Nullable PlanKey getTypedJobKey()
-
getBuildResultKey
@Deprecated public String getBuildResultKey()
Deprecated.since 6.0 usegetJobResultKey()
instead
-
getPlanResultKey
@Nullable @Deprecated public @Nullable String getPlanResultKey()
Deprecated.since 6.0 usegetChainResultKey()
instead
-
getChainResultKey
@Nullable public @Nullable PlanResultKey getChainResultKey()
-
getJobResultKey
public String getJobResultKey()
-
getBuildNumber
public int getBuildNumber()
-
isBranch
public boolean isBranch()
-
-