public class ManualIncludesScmSyncStrategy extends AbstractScmSyncStrategy
AbstractScmSyncStrategy.DefaultCommitMessageFactoryScmSyncStrategy.CommitMessageFactory| Constructor and Description |
|---|
ManualIncludesScmSyncStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationEntityMatcher |
createConfigEntityMatcher() |
boolean |
mightHaveBeenApplicableToDeletedSaveable(hudson.model.Saveable saveable,
String pathRelativeToRoot,
boolean wasDirectory)
Determines whether the strategy might have applied to a deleted item.
|
collect, collect, getCommitMessageFactory, getPageMatcherMatching, getSyncIncludes, isCurrentUrlApplicable, isSaveableApplicableprotected ConfigurationEntityMatcher createConfigEntityMatcher()
createConfigEntityMatcher in class AbstractScmSyncStrategypublic boolean mightHaveBeenApplicableToDeletedSaveable(hudson.model.Saveable saveable,
String pathRelativeToRoot,
boolean wasDirectory)
ScmSyncStrategysaveable - that was deleted; still exists in Jenkins' model but has already been eradicated from diskpathRelativeToRoot - where the item residedwasDirectory - whether it was a directoryCopyright © 2004-2016. All Rights Reserved.