public class BuildQueueItemViewForJsonDecorator extends QueueItemViewForJsonDecorator
QueueItemViewForJsonDecorator.BuildStatus, QueueItemViewForJsonDecorator.ItemType
buildStatus, itemType, resultKey, triggerReason
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
int |
getBuildNumber() |
String |
getBuildResultKey()
Deprecated.
since 6.0 use
getJobResultKey() instead |
PlanKey |
getChainKey() |
String |
getChainName() |
@Nullable PlanResultKey |
getChainResultKey() |
@Nullable String |
getJobKey()
Deprecated.
since 6.0 use
getTypedJobKey() instead |
@Nullable String |
getJobName() |
String |
getJobResultKey() |
String |
getPlanKey()
Deprecated.
since 6.0 use
getChainKey() instead |
@Nullable String |
getPlanName() |
@Nullable String |
getPlanResultKey()
Deprecated.
since 6.0 use
getChainResultKey() instead |
@Nullable String |
getProjectName() |
@Nullable PlanKey |
getTypedJobKey() |
boolean |
isBranch() |
getBuildStatus, getItemType, getResultKey, getTriggerReason
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)
@Deprecated public String getPlanKey()
getChainKey()
insteadpublic PlanKey getChainKey()
@Nullable public @Nullable String getProjectName()
@Nullable public @Nullable String getJobName()
@Nullable public @Nullable String getPlanName()
public String getChainName()
@Nullable @Deprecated public @Nullable String getJobKey()
getTypedJobKey()
instead@Nullable public @Nullable PlanKey getTypedJobKey()
@Deprecated public String getBuildResultKey()
getJobResultKey()
instead@Nullable @Deprecated public @Nullable String getPlanResultKey()
getChainResultKey()
instead@Nullable public @Nullable PlanResultKey getChainResultKey()
public String getJobResultKey()
public int getBuildNumber()
public boolean isBranch()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.