com.pmease.quickbuild.setting.configuration.promotion
Class FileDelivery
java.lang.Object
com.pmease.quickbuild.setting.configuration.promotion.FileDelivery
- All Implemented Interfaces:
- java.io.Serializable
public class FileDelivery
- 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 |
FileDelivery
public FileDelivery()
getSrcPath
@NotEmpty
public java.lang.String getSrcPath()
- Get source path of files to promote.
setSrcPath
public void setSrcPath(java.lang.String srcPath)
getFilePatterns
@NotEmpty
public java.lang.String getFilePatterns()
- Get patterns of files to promote.
setFilePatterns
public void setFilePatterns(java.lang.String filePatterns)
getDestPath
public java.lang.String getDestPath()
- Get destination path to put promoted files.
setDestPath
public void setDestPath(java.lang.String destPath)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.