|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MercurialTrigger
Mercurial trigger. Watches remote mercurial repository and fires when a new revision is seen.
FlowChart flowChart = Factory.makeInstance().makeEngineHelper().makeFlowChart("Mercurial Trigger Example");
MercurialTriggerFactory triggerFactory = (MercurialTriggerFactory) flowChart.makeFactory("MercurialTriggerFactory");
MercurialTrigger mercurialTrigger = triggerFactory.makeMercurialTrigger("HgT");
mercurialTrigger.setRepositoryUrl("http://hg.openjdk.java.net/jdk7/jdk7");
mercurialTrigger.setPollingDelay("+1H");
Nested Class Summary | |
---|---|
static class |
MercurialTrigger.MercurialTriggerResult
The response from the MercurialTrigger. |
Method Summary | |
---|---|
void |
setPath(String path)
Sets the path of the hg executable. |
void |
setPollingDelay(String timeExpression)
Sets the delay that occurs between changelog polling. |
void |
setRepositoryUrl(String url)
Sets the remote mercurial repository URL. |
Methods inherited from interface flux.Action |
---|
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient |
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap |
---|
getRuntimeDataMap, setRuntimeDataMap |
Method Detail |
---|
void setPath(String path)
path
- the path of the hg executable.void setPollingDelay(String timeExpression)
timeExpression
- the delay that occurs between changelog polling.void setRepositoryUrl(String url)
url
- the remote mercurial repository URL.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |