|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.repository.QuickBuildModuleFacade
Facade class for QuickBuildModule.
Constructor Summary | |
QuickBuildModuleFacade()
|
Method Summary | |
java.lang.String |
getDestPath()
OGNL: Specify the directory relative to the checkouts directory of current configuration, where the matching artifacts under the specified source path should be retrieved to. |
java.lang.String |
getFileNamePatterns()
OGNL: Specify file name patterns of artifacts to retrieve, for example: *.zip, ${build.version}*.zip, ${build.version}. |
java.lang.String |
getSrcPath()
OGNL: Specify source path to retrieve artifacts from. |
boolean |
isRetrieveRecursively()
OGNL: Whether or not to retrieve matched artifacts recursively under specified source path. |
void |
setDestPath(java.lang.String destPath)
|
void |
setFileNamePatterns(java.lang.String fileNamePatterns)
|
void |
setRetrieveRecursively(boolean retrieveRecursively)
|
void |
setSrcPath(java.lang.String srcPath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QuickBuildModuleFacade()
Method Detail |
public java.lang.String getSrcPath()
public void setSrcPath(java.lang.String srcPath)
public java.lang.String getFileNamePatterns()
public void setFileNamePatterns(java.lang.String fileNamePatterns)
public boolean isRetrieveRecursively()
public void setRetrieveRecursively(boolean retrieveRecursively)
public java.lang.String getDestPath()
public void setDestPath(java.lang.String destPath)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |