com.atlassian.bamboo.ww2.actions.build
Class BuildQueueItemViewForJsonDecorator

java.lang.Object
  extended by com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
      extended by 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, itemType, resultKey, triggerReason
 
Constructor Summary
BuildQueueItemViewForJsonDecorator(String planKey, String projectName, String chainName, String planName, String jobKey, String jobName, String buildResultKey, String planResultKey, int buildNumber, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean isBranch)
           
 
Method Summary
 int getBuildNumber()
           
 String getBuildResultKey()
           
 String getChainName()
           
 String getJobKey()
           
 String getJobName()
           
 String getPlanKey()
           
 String getPlanName()
           
 String getPlanResultKey()
           
 String getProjectName()
           
 boolean isBranch()
           
 
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.QueueItemViewForJsonDecorator
getBuildStatus, getItemType, getResultKey, getTriggerReason
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildQueueItemViewForJsonDecorator

public BuildQueueItemViewForJsonDecorator(String planKey,
                                          @Nullable
                                          String projectName,
                                          String chainName,
                                          @Nullable
                                          String planName,
                                          String jobKey,
                                          @Nullable
                                          String jobName,
                                          String buildResultKey,
                                          String planResultKey,
                                          int buildNumber,
                                          QueueItemViewForJsonDecorator.BuildStatus buildStatus,
                                          TriggerReason triggerReason,
                                          boolean isBranch)
Method Detail

getPlanKey

public String getPlanKey()

getProjectName

public String getProjectName()

getJobName

public String getJobName()

getPlanName

public String getPlanName()

getChainName

public String getChainName()

getJobKey

public String getJobKey()

getBuildResultKey

public String getBuildResultKey()

getPlanResultKey

public String getPlanResultKey()

getBuildNumber

public int getBuildNumber()

isBranch

public boolean isBranch()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.