|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GitTrigger
Git trigger. Watches remote git repository and fires when a new revision is seen.
FlowChart flowChart = Factory.makeInstance().makeEngineHelper().makeFlowChart("Git Trigger Example");
GitTriggerFactory triggerFactory = (GitTriggerFactory) flowChart.makeFactory("GitTriggerFactory");
GitTrigger gitTrigger = triggerFactory.makeGitTrigger("Git");
gitTrigger.setRepositoryUrl("https://github.com/jersey/jersey.git");
gitTrigger.setPollingDelay("+1H");
Nested Class Summary | |
---|---|
static class |
GitTrigger.GitTriggerResult
The response from the GitTrigger. |
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 git 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 git repository URL.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |