|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.scm_sync_configuration.strategies.AbstractScmSyncStrategy
public abstract class AbstractScmSyncStrategy
| Constructor Summary | |
|---|---|
protected |
AbstractScmSyncStrategy(ConfigurationEntityMatcher _configEntityMatcher,
java.util.List<PageMatcher> _pageMatchers)
|
| Method Summary | |
|---|---|
PageMatcher |
getPageMatcherMatching(java.lang.String url)
|
boolean |
isCurrentUrlApplicable(java.lang.String url)
Is the given url eligible for the current strategy ? |
boolean |
isSaveableApplicable(hudson.model.Saveable saveable,
java.io.File file)
Is the given Saveable eligible for the current strategy ? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.plugins.scm_sync_configuration.strategies.ScmSyncStrategy |
|---|
createInitializationSynchronizedFileset |
| Constructor Detail |
|---|
protected AbstractScmSyncStrategy(ConfigurationEntityMatcher _configEntityMatcher,
java.util.List<PageMatcher> _pageMatchers)
| Method Detail |
|---|
public boolean isSaveableApplicable(hudson.model.Saveable saveable,
java.io.File file)
ScmSyncStrategy
isSaveableApplicable in interface ScmSyncStrategysaveable - A saveable which is savedfile - Corresponding file to the given Saveable object
public PageMatcher getPageMatcherMatching(java.lang.String url)
public boolean isCurrentUrlApplicable(java.lang.String url)
ScmSyncStrategy
isCurrentUrlApplicable in interface ScmSyncStrategyurl - Current url, where hudson root url has been truncated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||