com.ibm.team.build.internal.hjplugin
Class BuildResultInfo

java.lang.Object
  extended by com.ibm.team.build.internal.hjplugin.BuildResultInfo

public class BuildResultInfo
extends Object

This class is used in the H/J plugin to hold information about the build result (like how it was started and by whom). The Facade will wrap it up within an IBuildResultInfo so that the -rtc plugin can populate it appropriately. It can not implement the IBuildResultInfo interface because it is within the -rtc plugin and not accessible at this level.


Constructor Summary
BuildResultInfo(String buildResultUUID)
           
 
Method Summary
 String getBuildResultUUID()
           
 String getRequestor()
           
 boolean isPersonalBuild()
           
 boolean isScheduled()
           
 void setPersonalBuild(boolean isPersonalBuild)
           
 void setRequestor(String requestor)
           
 void setScheduled(boolean isScheduled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildResultInfo

public BuildResultInfo(String buildResultUUID)
Method Detail

getBuildResultUUID

public String getBuildResultUUID()

isPersonalBuild

public boolean isPersonalBuild()

setPersonalBuild

public void setPersonalBuild(boolean isPersonalBuild)

getRequestor

public String getRequestor()

setRequestor

public void setRequestor(String requestor)

isScheduled

public boolean isScheduled()

setScheduled

public void setScheduled(boolean isScheduled)


Copyright © 2004-2013. All Rights Reserved.