com.pmease.quickbuild
Class PromotionSource
java.lang.Object
com.pmease.quickbuild.PromotionSource
- All Implemented Interfaces:
- java.io.Serializable
public class PromotionSource
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromotionSource
public PromotionSource()
getServer
public PromoteServer getServer()
- Get the server initiating the promotion. Null if initiated from current server.
setServer
public void setServer(PromoteServer server)
getPromotionName
public java.lang.String getPromotionName()
- Get name of the promotion.
setPromotionName
public void setPromotionName(java.lang.String promotionName)
getBuildId
public java.lang.Long getBuildId()
- Get identifier of the source build.
setBuildId
public void setBuildId(java.lang.Long buildId)
getDeliveries
public java.util.List<FileDelivery> getDeliveries()
- Get files being delivered as result of this promotion.
isAutomated
public boolean isAutomated()
setAutomated
public void setAutomated(boolean automated)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.