com.ibm.team.build.internal.hjplugin
Class BuildResultInfo
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildResultInfo
public BuildResultInfo(String buildResultUUID)
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.