Class BuildQueueItemViewForJsonDecorator

java.lang.Object
com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
com.atlassian.bamboo.ww2.actions.build.BuildQueueItemViewForJsonDecorator

public class BuildQueueItemViewForJsonDecorator extends QueueItemViewForJsonDecorator
  • Constructor Details

  • Method Details

    • getPlanKey

      @Deprecated public String getPlanKey()
      Deprecated.
      since 6.0 use getChainKey() 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 use getTypedJobKey() instead
    • getTypedJobKey

      @Nullable public @Nullable PlanKey getTypedJobKey()
    • getBuildResultKey

      @Deprecated public String getBuildResultKey()
      Deprecated.
      since 6.0 use getJobResultKey() instead
    • getPlanResultKey

      @Nullable @Deprecated public @Nullable String getPlanResultKey()
      Deprecated.
      since 6.0 use getChainResultKey() instead
    • getChainResultKey

      @Nullable public @Nullable PlanResultKey getChainResultKey()
    • getJobResultKey

      public String getJobResultKey()
    • getBuildNumber

      public int getBuildNumber()
    • isBranch

      public boolean isBranch()