|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.step.Step
com.pmease.quickbuild.step.PublishStep
This step publishes create soft links to artifacts which is outside of QuickBuild, so that these artifacts can be accessed from QuickBuild's web interface.
Field Summary |
Fields inherited from class com.pmease.quickbuild.step.Step |
DEFAULT_NAME |
Constructor Summary | |
PublishStep()
|
Method Summary | |
java.lang.String |
getDestDir()
OGNL: Specify destination path for this publishing. |
java.lang.String |
getFileNamePatterns()
OGNL: Specify file name patterns of desired artifacts, for example: *.zip, \"${build.version}*.zip\", \"${build.version}. |
java.lang.String |
getSourceDir()
OGNL: Specify absolute path of the source directory where the artifacts you want to publish resides in. |
boolean |
isPublishRecursively()
OGNL: Specify whether or not to publish artifacts recursively. |
protected void |
run(Build build)
Run this step in specified build context. |
void |
setDestDir(java.lang.String destDir)
|
void |
setFileNamePatterns(java.lang.String fileNamePatterns)
|
void |
setPublishRecursively(boolean publishRecursively)
|
void |
setSourceDir(java.lang.String sourceDir)
|
void |
validate(Editable editable)
|
Methods inherited from class com.pmease.quickbuild.step.Step |
equals, getEditor, getName, getNameChoices, getParent, getStatus, getStepNecessaryCondition, getStepNecessaryConditionChoices, hashCode, isFailed, isIdle, isRunning, isSuccessful, setEditor, setName, setStatus, setStepNecessaryCondition, trigger |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PublishStep()
Method Detail |
public java.lang.String getSourceDir()
public void setSourceDir(java.lang.String sourceDir)
public java.lang.String getFileNamePatterns()
public void setFileNamePatterns(java.lang.String fileNamePatterns)
public boolean isPublishRecursively()
public void setPublishRecursively(boolean publishRecursively)
public java.lang.String getDestDir()
public void setDestDir(java.lang.String destDir)
protected void run(Build build)
Step
run
in class Step
build
- public void validate(Editable editable)
validate
in class Step
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |