com.pmease.quickbuild
Class PromotionSource

java.lang.Object
  extended by 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

Constructor Summary
PromotionSource()
           
 
Method Summary
 java.lang.Long getBuildId()
           
 java.util.List<FileDelivery> getDeliveries()
           
 java.lang.String getPromotionName()
           
 PromoteServer getServer()
           
 boolean isAutomated()
           
 void setAutomated(boolean automated)
           
 void setBuildId(java.lang.Long buildId)
           
 void setPromotionName(java.lang.String promotionName)
           
 void setServer(PromoteServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionSource

public PromotionSource()
Method Detail

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.